[Libreoffice-commits] .: 2 commits - android/experimental

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


 android/experimental/DocumentLoader/build.xml                                                |    1 -
 android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java |    3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc37b54230db4124212c053741a01acdea9f4c93
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 9 10:52:22 2012 +0300

    Silence the annoyingly verbose vcl OSL_TRACEs
    
    Change-Id: Ibd7c6ac56e56cf0e3e706a905603ef1a17a4579c

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 993a87c..97797df 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
commit e8533bb02800b86f143adfa6b675c1d48df1e7e8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 9 10:22:09 2012 +0300

    Fix edit mistake, the point is to not include the SDK build.xml here
    
    Change-Id: I3cfd5819be8075869906dac3b963b4d0b2cf2890

diff --git a/android/experimental/DocumentLoader/build.xml b/android/experimental/DocumentLoader/build.xml
index e21b67b..a35fbcc 100644
--- a/android/experimental/DocumentLoader/build.xml
+++ b/android/experimental/DocumentLoader/build.xml
@@ -80,6 +80,5 @@
          in order to avoid having your file be overridden by tools such as "android update project"
     -->
     <!-- version-tag: custom -->
-    <import file="${sdk.dir}/tools/ant/build.xml" />
     <import file="${android.library.reference.1}/no-resource-compress.xml" />
 </project>


More information about the Libreoffice-commits mailing list