sal/android/libreofficekit-jni.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f3af7708e3535d3171832aa2308d1e7f6193def4
Author:     Jan Holesovsky <[email protected]>
AuthorDate: Wed Nov 27 15:28:59 2019 +0100
Commit:     Jan Holesovsky <[email protected]>
CommitDate: Mon Dec 2 09:02:32 2019 +0100

    android: Hint how to enable fontconfig logging.
    
    Change-Id: I8901780fa29c6d27bb53e44b07d95259b5bd02df
    Reviewed-on: https://gerrit.libreoffice.org/83920
    Reviewed-by: Jan Holesovsky <[email protected]>
    Tested-by: Jan Holesovsky <[email protected]>

diff --git a/sal/android/libreofficekit-jni.c b/sal/android/libreofficekit-jni.c
index 9f96d30d7ae0..8eb106e69710 100644
--- a/sal/android/libreofficekit-jni.c
+++ b/sal/android/libreofficekit-jni.c
@@ -104,6 +104,9 @@ jboolean libreofficekit_initialize(JNIEnv* env,
         close(fd);
         LOGI("Setting FONTCONFIG_FILE to %s", fontsConfPath);
         setenv("FONTCONFIG_FILE", fontsConfPath, 1);
+        // DEBUG:
+        //setenv("FC_DEBUG", "8191", 1); // log everything
+        //Java_org_libreoffice_android_Bootstrap_redirect_1stdio(NULL, NULL, 
JNI_TRUE);
     }
     free(fontsConfPath);
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to