1#!/system/bin/sh 2# Script to start "incident_helper_cmd" on the device 3# 4base=/system 5export CLASSPATH=$base/framework/incident-helper-cmd.jar 6exec app_process $base/bin com.android.commands.incident.IncidentHelper "$@" 7