summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-09 10:57:51 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-09 10:57:51 +0300
commit3adeac41a0efe960baa488ec3e49cba931165029 (patch)
treef9e6a4733011d3ffca27f9294e4aa9105292aded /android
parentcc37b54230db4124212c053741a01acdea9f4c93 (diff)
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
Diffstat (limited to 'android')
-rw-r--r--android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java b/android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java
index 2e731a5a5465..c470375ce729 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