Loading core/jni/android_util_Log.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ struct levels_t { static levels_t levels; static jboolean isLoggable(const char* tag, jint level) { return __android_log_is_loggable(level, tag, ANDROID_LOG_INFO); return __android_log_is_loggable(level, tag, ANDROID_LOG_INFO | ANDROID_LOGGABLE_FLAG_NOT_WITHIN_SIGNAL); } static jboolean android_util_Log_isLoggable(JNIEnv* env, jobject clazz, jstring tag, jint level) Loading Loading
core/jni/android_util_Log.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,9 @@ struct levels_t { static levels_t levels; static jboolean isLoggable(const char* tag, jint level) { return __android_log_is_loggable(level, tag, ANDROID_LOG_INFO); return __android_log_is_loggable(level, tag, ANDROID_LOG_INFO | ANDROID_LOGGABLE_FLAG_NOT_WITHIN_SIGNAL); } static jboolean android_util_Log_isLoggable(JNIEnv* env, jobject clazz, jstring tag, jint level) Loading