Loading core/jni/android_util_EventLog.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,10 @@ static void android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED, break; } if (log_msg.id() != LOG_ID_EVENTS) { continue; } int32_t tag = * (int32_t *) log_msg.msg(); int found = 0; Loading Loading
core/jni/android_util_EventLog.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,10 @@ static void android_util_EventLog_readEvents(JNIEnv* env, jobject clazz UNUSED, break; } if (log_msg.id() != LOG_ID_EVENTS) { continue; } int32_t tag = * (int32_t *) log_msg.msg(); int found = 0; Loading