diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-24 10:38:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-11 10:07:05 +0300 |
commit | 4b7e701024219be48b7f8154a508c79cb0a6fdc1 (patch) | |
tree | 4642c4c47de58d99fd027eac0d595c6c747baa24 /android/experimental/DocumentLoader/src | |
parent | b62bead21d0c956a7da239931069b7e972bfbaf1 (diff) |
Use DISABLE_DYNLOADING on Android
IN this branch these changes are not conditional. Unclear yet whether
this is what we finally will want to use or not. Maybe should make
these changes conditional and do this stuff in master instead?
Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
Diffstat (limited to 'android/experimental/DocumentLoader/src')
-rw-r--r-- | android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java b/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java index 638c9b950a05..894fdab502a5 100644 --- a/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java +++ b/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java @@ -929,13 +929,7 @@ public class DocumentLoader Bootstrap.setup(this); // Avoid all the old style OSL_TRACE calls especially in vcl - Bootstrap.putenv("SAL_LOG=+WARN+INFO-INFO.legacy.osl"); - - // Load a lot of shlibs here explicitly in advance because that - // makes debugging work better, sigh - Bootstrap.dlopen("libmergedlo.so"); - Bootstrap.dlopen("libswdlo.so"); - Bootstrap.dlopen("libswlo.so"); + Bootstrap.putenv("SAL_LOG=+WARN+INFO"); // Log.i(TAG, "Sleeping NOW"); // Thread.sleep(20000); |