Reduced logging

This commit is contained in:
M66B 2021-07-03 12:01:05 +02:00
parent e29d6d7bd8
commit fe07b6f954
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ public class ApplicationEx extends Application
for (StackTraceElement ste : stack) {
String clazz = ste.getClassName();
if (clazz != null &&
(clazz.startsWith("com.android.webview.chromium") ||
(clazz.startsWith("org.chromium") ||
clazz.startsWith("com.android.webview.chromium") ||
clazz.startsWith("androidx.appcompat.widget")))
return;
}