aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-09-03 16:22:39 -0700
committerJosh Gao <jmgao@google.com>2015-09-04 15:53:33 -0700
commitb03994185434fd9e588f8c9a2e4ffb7a2d9a28ee (patch)
tree1c05dd128acace51da141a055171218e23273232 /ndk-gdb.py
parent89e7732eb785e7f0a94211aca3b01115fd369ef8 (diff)
downloadndk-b03994185434fd9e588f8c9a2e4ffb7a2d9a28ee.tar.gz
Fix output indentation.
Change-Id: I4d79ca1a314c8f8cb454be4bd2a58882b96e9126
Diffstat (limited to 'ndk-gdb.py')
-rwxr-xr-xndk-gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk-gdb.py b/ndk-gdb.py
index 2870c7e18..f4f4b1c5c 100755
--- a/ndk-gdb.py
+++ b/ndk-gdb.py
@@ -694,7 +694,7 @@ The target device is running API level %d!''' % (API_LEVEL))
OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)
if not len(OPTION_LAUNCH):
error('''Could not extract name of launchable activity from manifest!
- Try to use --launch=<name> directly instead as a work-around.''')
+ Try to use --launch=<name> directly instead as a work-around.''')
log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
if not len(OPTION_LAUNCH):
error('''It seems that your Application does not have any launchable activity!