[Libreoffice-commits] .: android/experimental

Tor Lillqvist tml at kemper.freedesktop.org
Thu Aug 9 01:08:31 PDT 2012


 android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3adeac41a0efe960baa488ec3e49cba931165029
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 9 10:57:51 2012 +0300

    Reduce the legacy.osl logging verbosity here, too
    
    BTW, do we really need/want this (outdated) fork of DocumentLoader?
    Either LibreOffice4Android should use the "real" DocumentLoader class
    (and that should then be modified as necessary, but making sure it
    still works as a separate test app), or this fork should be called
    something else and be radically different.
    
    Change-Id: I8536336140ee0190d01d35dde1a4c78e7b22c6bd

diff --git a/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java b/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java
index 2e731a5..c470375 100644
--- a/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java
+++ b/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java
@@ -1011,7 +1011,8 @@ public class DocumentLoader
 
             Bootstrap.setup(this);
 
-            Bootstrap.putenv("SAL_LOG=yes");
+            // 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


More information about the Libreoffice-commits mailing list