[Libreoffice-commits] core.git: android/experimental

Jan Holesovsky kendy at collabora.com
Tue Jul 1 02:04:20 PDT 2014


 android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2ca2f842b2147943e414ea746933d2a38e37850
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Jul 1 10:10:15 2014 +0200

    android: i18nlangtag is too verbose, and we don't need the info.
    
    Change-Id: Ifc59351913fd2194b23511330d1a90f40d3e158e

diff --git a/android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java b/android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java
index cda333e..dc5242e 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java
@@ -79,7 +79,7 @@ public class LibreOfficeMainActivity extends Activity {
 
         try {
             // enable debugging messages as the first thing
-            LibreOfficeKit.putenv("SAL_LOG=+WARN+INFO-INFO.legacy.osl");
+            LibreOfficeKit.putenv("SAL_LOG=+WARN+INFO-INFO.legacy.osl-INFO.i18nlangtag");
             LibreOfficeKit.init(this);
 
             Office office = new Office(LibreOfficeKit.getLibreOfficeKitHandle());


More information about the Libreoffice-commits mailing list