aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-09-02 15:23:23 -0700
committerJosh Gao <jmgao@google.com>2015-09-02 16:37:17 -0700
commit7017583640ecc7cde627b8486968450f313f25a4 (patch)
tree0095b466d1188814473ae3ea853b038cb2ca2655 /ndk-gdb.py
parent1bda9e94a87a73f350dcebaac418cc3695b154fc (diff)
downloadndk-7017583640ecc7cde627b8486968450f313f25a4.tar.gz
Remove lie.
Change-Id: Ia2d616f81060241bc723784226b2ee2b073c3f03
Diffstat (limited to 'ndk-gdb.py')
-rwxr-xr-xndk-gdb.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndk-gdb.py b/ndk-gdb.py
index 2ff3243a7..b14655fad 100755
--- a/ndk-gdb.py
+++ b/ndk-gdb.py
@@ -676,8 +676,7 @@ After one of these, re-install to the device!''' % (PACKAGE_NAME))
error('''Could not copy prebuilt gdberver to the device''')
device_gdbserver = '/data/local/tmp/gdbserver'
else:
- error('''Non-debuggable application installed on the target device.
- Please re-install the debuggable version!''')
+ error('Cannot find prebuilt gdbserver for ABI \'{}\''.format(COMPAT_ABI))
# Find the <dataDir> of the package on the device
retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])