[Libreoffice-commits] online.git: android/README
Michael Meeks (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 11 22:53:46 UTC 2019
android/README | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit a72392cc57399523fb133250983279b65e571172
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Wed Dec 11 22:52:55 2019 +0000
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Dec 11 22:53:14 2019 +0000
android: improve debugging readme.
Change-Id: I4d1933e38c7cb0fd4d28b4384e11f35f2c9e8626
diff --git a/android/README b/android/README
index eb34c511b..4606ef3a3 100644
--- a/android/README
+++ b/android/README
@@ -113,7 +113,8 @@ to setup lldb to actually read & use them.
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
- the stripped version).
+ the stripped version). *NB* ensure that this is before any internal source
+ directories - since the internal source contains stripped native code.
[Alternatively you can add the following to your ~/.lldbinit instead:
@@ -129,6 +130,8 @@ to setup lldb to actually read & use them.
From now on, you will be able to debug directly in the Android Studio
debugger. Happy debugging!
+Note: to re-buld your app with a newly compiled libnative-lo code - it is
+
== Tip: How to speed up your core.git build ==
If you use icecream for parallel building, you can use it for
More information about the Libreoffice-commits
mailing list