frameworks/base/cmds/incident_helper/incident_helper_cmd

7 lines
220 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
#!/system/bin/sh
# Script to start "incident_helper_cmd" on the device
#
base=/system
export CLASSPATH=$base/framework/incident-helper-cmd.jar
exec app_process $base/bin com.android.commands.incident.IncidentHelper "$@"