[Libreoffice-commits] .: sal/osl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 5 13:16:51 PST 2013


 sal/osl/all/log.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 7f00e84f0a293b8662dd2a7fa57c654ebb37f556
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jan 5 23:16:22 2013 +0200

    Remove accidentally committed logging code
    
    Change-Id: I8dc055336d1577475282198528a57efc60508cef

diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index 6b98c04..2b94f18 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -56,9 +56,6 @@
 #define OSL_DETAIL_GETPID getpid()
 #endif
 
-#include <android/log.h>
-#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "log.cxx", __VA_ARGS__))
-
 #ifdef HAVE_SYSLOG_H
 #include <syslog.h>
 // sal/osl/unx/salinit.cxx::sal_detail_initialize updates this:


More information about the Libreoffice-commits mailing list