OSDN Git Service

am 261e0f9c: Merge "Remove test_aligned.c. Nothing useful is being tested here."
[android-x86/system-extras.git] / bugmailer / send_bug
1 # Script to start "send_bug" on the device
2 #
3 base=/system
4 export CLASSPATH=$base/framework/send_bug.jar
5 exec app_process $base/bin com.android.commands.sendbug.SendBug "$@"