From 38727d882b374e201d6d645cd5db00d7fc1a739b Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 13 May 2023 20:39:11 +0200 Subject: [PATCH] kodev: Catch TAG_SURFACE in the debug logcat filter (#10431) --- kodev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kodev b/kodev index 5d39dfeb5..e324569dc 100755 --- a/kodev +++ b/kodev @@ -1207,7 +1207,7 @@ TARGET: fi else if [ -n "${KODEBUG}" ]; then - adb logcat 'KOReader:V ApkUpdater:V Assets:V Device:V dlopen:V EPD:V EventReceiver:V Lights:V LuaJIT:V MainActivity:V NativeGlue:V NativeThread:V Timeout:V ActivityManager:V AndroidRuntime:V DEBUG:* *:F' + adb logcat 'KOReader:V ApkUpdater:V Assets:V Device:V dlopen:V EPD:V EventReceiver:V Lights:V Surface:V LuaJIT:V MainActivity:V NativeGlue:V NativeThread:V Timeout:V ActivityManager:V AndroidRuntime:V DEBUG:* *:F' else adb logcat 'KOReader:I MainActivity:V NativeGlue:V NativeThread:V ActivityManager:W AndroidRuntime:E DEBUG:* *:F' fi