• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From a602822c53e22e985f942f843ccadbfb64613212 Mon Sep 17 00:00:00 2001
2From: Helen Koike <helen.koike@collabora.com>
3Date: Tue, 27 Sep 2022 12:35:22 -0300
4Subject: [PATCH 2/2] Android prints to stdout instead of logcat
5
6Signed-off-by: Helen Koike <helen.koike@collabora.com>
7---
8 framework/qphelper/qpDebugOut.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/framework/qphelper/qpDebugOut.c b/framework/qphelper/qpDebugOut.c
12index 6579e9f48..c200c6f6b 100644
13--- a/framework/qphelper/qpDebugOut.c
14+++ b/framework/qphelper/qpDebugOut.c
15@@ -98,7 +98,7 @@ void qpDiev (const char* format, va_list args)
16 }
17
18 /* print() implementation. */
19-#if (DE_OS == DE_OS_ANDROID)
20+#if (0)
21
22 #include <android/log.h>
23
24--
252.42.0
26
27