aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-09-15 18:20:58 -0700
committerJosh Gao <jmgao@google.com>2015-09-16 11:20:10 -0700
commit1c64a081edde5049db2f74768d0b00d51e9f09c4 (patch)
treefba4ad715179e6019915bc800fd17400d3a2d1ab /ndk-gdb.py
parent6319eb376e5cbde227922038c4676cc834d18712 (diff)
downloadndk-1c64a081edde5049db2f74768d0b00d51e9f09c4.tar.gz
[ndk-gdb.py] Improve error message.
Bug: http://b/23787206 Change-Id: I589dac158485cc3605586ec8f9598de8d5d29ba4
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 049dd82b4..306caeabd 100755
--- a/ndk-gdb.py
+++ b/ndk-gdb.py
@@ -679,7 +679,7 @@ The target device is running API level %d!''' % (API_LEVEL))
retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])
if retcode or DATA_DIR == '':
error('''Could not find package's data directory. Are you sure that
- your installed application is debuggable?''')
+ the application is installed and debuggable?''')
log("Found data directory: '%s'" % (DATA_DIR))
# Let's check that 'gdbserver' is properly installed on the device too. If this