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!\
341 panic "Please specify a package name on the command line. See --help."
346 panic "Can't find NDK directory, please source \
351 panic "Invalid directory: $NDK_DIR"
354 panic "Not a valid NDK directory: $NDK_DIR"
360 panic "Unknown --script file: $GDBINIT"
400 *) panic "You can't run this script on this system: $HOST_OS";;
416 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
516 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \
563 panic "Can't find Android gdb client in your path, check your \
576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \
588 panic "Can't find 'adb' tool in your path. Install it or use \
598 panic "Your 'adb' tool seems invalid, use --adb=<file> to specify a \
722 panic "Could not find any build directory under \
725 panic "Could not find any $1 directory under \
828 panic "Can't find application process PID, did it crash?"
830 panic "Can't find application process PID, are you sure it is \
876 panic "Are you sure your --su-prefix is correct?"
878 panic "Use --su-prefix if the application is not debuggable."