Kaydet (Commit) 04fbc6be authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use lo-bootstrap as the log tag

üst d044d38d
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "osl/detail/android_native_app_glue.h" #include "osl/detail/android_native_app_glue.h"
#include <android/log.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) { static void free_saved_state(struct android_app* android_app) {
pthread_mutex_lock(&android_app->mutex); pthread_mutex_lock(&android_app->mutex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment