Reduced logging

pull/199/head
M66B 4 years ago
parent e29d6d7bd8
commit fe07b6f954

@ -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;
}

Loading…
Cancel
Save