blob: d45f7df41aafb2eaf2349df95519b48de7681335 [file] [log] [blame]
Mike Ma22ff08b2020-01-09 11:25:47 -08001#!/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 "$@"