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
249 --launch-list)
252 --launch=*)
302 echo " --start Launch application instead of attaching to existing one"
303 echo " --launch=<name> Same as --start, but specify activity name (see below)"
304 echo " --launch-list List all launchable activity names from manifest"
478 echo "ERROR: Launch this script from an application project directory, or use --project=<path>."
494 # If --launch-list is used, list all launchable activities, and be done with it
664 # Launch the activity if needed
666 # If --launch is used, ignore --start, otherwise extract the first
667 # launchable activity name from the manifest and use it as if --launch=<name>
674 echo " Try to use --launch=<name> directly instead as a work-around."
690 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
691 echo " Use --launch-list to dump a list of valid values."
713 echo " Consider using --start or --launch=<name> if not."
729 # Launch gdbserver now
733 echo "ERROR: Could not launch gdbserver on the device?"
758 # Setup JDB connection, for --start or --launch
778 # Now launch the appropriate gdb client with the right init commands