Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
aed7ee362de85a7f769c0ddf892d1c073b1c9318
/
.
/
cmds
/
incident_helper
/
incident_helper_cmd
blob: d45f7df41aafb2eaf2349df95519b48de7681335 [
file
] [
log
] [
blame
]
#!/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
"$@"