diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-26 21:25:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-26 21:25:06 +0200 |
commit | 04fbc6be65cce5f91f753eabb1a74877a2e6ebf8 (patch) | |
tree | 6d07ceb59b9d03f72b9e0ef3661832f60ae817a8 /sal/android | |
parent | d044d38d32e86fae0184890e19de3dbcb2ab477d (diff) |
Use lo-bootstrap as the log tag
Diffstat (limited to 'sal/android')
-rw-r--r-- | sal/android/android_native_app_glue.c | 2 |
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); |