Home | History | Annotate | Download | only in ndk

Lines Matching refs:Launch

18 # This wrapper script is used to launch a native debugging session
24 # need to launch ndk-gdb from your application project directory
241 --launch-list)
244 --launch=*)
279 echo " --start Launch application instead of attaching to existing one"
280 echo " --launch=<name> Same as --start, but specify activity name (see below)"
281 echo " --launch-list List all launchable activity names from manifest"
452 echo "ERROR: Launch this script from an application project directory, or use --project=<path>."
468 # If --launch-list is used, list all launchable activities, and be done with it
602 # Launch the activity if needed
604 # If --launch is used, ignore --start, otherwise extract the first
605 # launchable activity name from the manifest and use it as if --launch=<name>
612 echo " Try to use --launch=<name> directly instead as a work-around."
628 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
629 echo " Use --launch-list to dump a list of valid values."
651 echo " Consider using --start or --launch=<name> if not."
667 # Launch gdbserver now
671 echo "ERROR: Could not launch gdbserver on the device?"
696 # Now launch the appropriate gdb client with the right init commands