Home | History | Annotate | Download | only in android

Lines Matching defs:panic

52 panic () {
58 if [ $? != 0 ]; then panic "$@"; fi
197 panic "Unknown option $OPT, see --help." >&2
201 panic "You can only provide a single package name as argument!\
337 panic "Please specify a package name on the command line. See --help."
345 panic "Invalid directory: $NDK_DIR"
348 panic "Not a valid NDK directory: $NDK_DIR"
354 panic "Unknown --script file: $GDBINIT"
394 *) panic "You can't run this script on this system: $HOST_OS";;
410 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
519 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
566 panic "Can't find Android gdb client in your path, check your \
579 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \
591 panic "Can't find 'adb' tool in your path. Install it or use \
601 panic "Your 'adb' tool seems invalid, use --adb=<file> to specify a \
725 panic "Could not find any build directory under \
728 panic "Could not find any $1 directory under \
831 panic "Can't find application process PID, did it crash?"
833 panic "Can't find application process PID, are you sure it is \
879 panic "Are you sure your --su-prefix is correct?"
881 panic "Use --su-prefix if the application is not debuggable."