[Libreoffice-commits] online.git: android/README
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 29 19:50:37 UTC 2019
android/README | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
New commits:
commit 1813c272f21d325eaf92c5b704c5a691709917f0
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Oct 29 06:58:15 2019 +0100
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Oct 29 20:50:17 2019 +0100
android: Add hint about using pretty-printers.
Change-Id: Iffb53d4c4c8b78042840b99d54b28ce2b29c27ed
Reviewed-on: https://gerrit.libreoffice.org/81706
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/android/README b/android/README
index 5e63218af..3ed9f01c2 100644
--- a/android/README
+++ b/android/README
@@ -55,15 +55,6 @@ build the native parts on Windows.
To debug the native code in Android Studio, you need the debugging symbols and
to setup lldb to actually read & use them.
-* [Temporary] Cherry pick the following patches in your core.git (if they are
- not in master yet):
-
- https://gerrit.libreoffice.org/70366
- https://gerrit.libreoffice.org/70367
- https://gerrit.libreoffice.org/70369
- https://gerrit.libreoffice.org/70370
- https://gerrit.libreoffice.org/70389
-
* Add debugging symbols for the modules you are interested in
To autogen.input, add something like:
@@ -98,7 +89,12 @@ to setup lldb to actually read & use them.
settings append target.exec-search-paths /local/libreoffice/master-android/android/source/obj/local/armeabi-v7a
]
-From now on, you will be able to debug directly in the Android Stuido
+* To use pretty printers for types like OUString, add the following to your
+ ~/.lldbinit:
+
+ command script import '/local/libreoffice/master-android/solenv/lldb/libreoffice/LO.py'
+
+From now on, you will be able to debug directly in the Android Studio
debugger. Happy debugging!
== Tip: How to speed up your core.git build ==
More information about the Libreoffice-commits
mailing list