diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 17:08:55 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 17:12:03 +0000 |
commit | e74a3585a0b6ffed998800b2be8617c0c095e02e (patch) | |
tree | 2b996ec4731fea9517cf191d28adbd749676d3e9 /README.Android | |
parent | 847494bc43c4647b28464b6159760bbbf65e7a60 (diff) |
android: update README and fix a number of silly escaping issues
Diffstat (limited to 'README.Android')
-rw-r--r-- | README.Android | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.Android b/README.Android index dd1a639c0073..b5e32c7db716 100644 --- a/README.Android +++ b/README.Android @@ -24,7 +24,7 @@ test output to enjoy. After a while of this loop you'll probably find that android has lost a lot of space on your device at this point: - adb shell stop ; adb shell start + adb shell stop; adb shell setprop log.redirect-stdio true; adb shell start and continue onwards & upwards. @@ -44,6 +44,11 @@ attached, so you need to carefully guess where to put: into the code; and when you see that in logcat, you have time to run: ndk-gdb and it will attach the process. + thread 12 # or perhaps 13 + backtrace + + may show you the native code trace. + * Common Errors / Gotchas lo_dlneeds: Could not read ELF header of /data/data/org.libreoffice...libfoo.so |