xref: /aosp_15_r20/frameworks/base/cmds/incident_helper/incident_helper_cmd (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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