summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-26 21:25:06 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-26 21:25:06 +0200
commit04fbc6be65cce5f91f753eabb1a74877a2e6ebf8 (patch)
tree6d07ceb59b9d03f72b9e0ef3661832f60ae817a8 /sal
parentd044d38d32e86fae0184890e19de3dbcb2ab477d (diff)
Use lo-bootstrap as the log tag
Diffstat (limited to 'sal')
-rw-r--r--sal/android/android_native_app_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/android/android_native_app_glue.c b/sal/android/android_native_app_glue.c
index cf5d8e8575fd..cacc3bb5879a 100644
--- a/sal/android/android_native_app_glue.c
+++ b/sal/android/android_native_app_glue.c
@@ -25,7 +25,7 @@
#include "osl/detail/android_native_app_glue.h"
#include <android/log.h>
-#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__))
+#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "lo-bootstrap", __VA_ARGS__))
static void free_saved_state(struct android_app* android_app) {
pthread_mutex_lock(&android_app->mutex);