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

Change-Id: Ifc59351913fd2194b23511330d1a90f40d3e158e
This commit is contained in:
Jan Holesovsky
2014-07-01 10:10:15 +02:00
parent cba65fe064
commit e2ca2f842b

View File

@@ -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());