mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Reduced logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user