summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-09 10:52:22 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-09 10:53:42 +0300
commitcc37b54230db4124212c053741a01acdea9f4c93 (patch)
tree26452dd828a1210330a30999895a3b8063cae56e /android
parente8533bb02800b86f143adfa6b675c1d48df1e7e8 (diff)
Silence the annoyingly verbose vcl OSL_TRACEs
Change-Id: Ibd7c6ac56e56cf0e3e706a905603ef1a17a4579c
Diffstat (limited to 'android')
-rw-r--r--android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java3
1 files changed, 2 insertions, 1 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 993a87c78dbf..97797dfdf7a4 100644
--- a/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
+++ b/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
@@ -928,7 +928,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