summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-08-06 14:21:24 +0200
committerJan Holesovsky <kendy@collabora.com>2020-08-06 15:44:01 +0200
commit9a6bb8a55d9a1a80ba5c502dd3ec09ecbfcee68b (patch)
tree56c892b014fcd27344bdadc2383e2c322313731b /android
parent2508d83e509c7f748afdb784799b2ebfc572e9d1 (diff)
android: Update the location of the .so files for debugging in the README.
Change-Id: I0a291236a87c3c70e93d6558e94a506099d4b4ae Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100240 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'android')
-rw-r--r--android/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/README b/android/README
index 5cffa4b4f..5cce3b327 100644
--- a/android/README
+++ b/android/README
@@ -170,7 +170,7 @@ to setup lldb to actually read & use them.
and rebuild using 'make'.
-* Add android/source/obj/local/armeabi-v7a from core.git as a Symbol Directory
+* Add android/obj/local/armeabi-v7a from core.git as a Symbol Directory
In Android Studio, choose Run -> Debug... -> Edit Configurations...
@@ -180,7 +180,7 @@ to setup lldb to actually read & use them.
Symbol Directories: here add the full path, like
- /local/libreoffice/master-android/android/source/obj/local/armeabi-v7a
+ /local/libreoffice/master-android/android/obj/local/armeabi-v7a
This path contains the non-stripped version of the liblo-native-code.so, and
the debugger will read the symbols from that one (even if the APK contains
@@ -190,7 +190,7 @@ to setup lldb to actually read & use them.
[Alternatively you can add the following to your ~/.lldbinit instead:
settings set target.inline-breakpoint-strategy always
- settings append target.exec-search-paths /local/libreoffice/master-android/android/source/obj/local/armeabi-v7a
+ settings append target.exec-search-paths /local/libreoffice/master-android/android/obj/local/armeabi-v7a
]
* To use pretty printers for types like OUString, add the following to your