This commit is contained in:
M66B
2021-05-15 21:24:10 +02:00
parent db8c32db89
commit 779de80459
3 changed files with 5 additions and 10 deletions

View File

@@ -34,11 +34,10 @@ import android.os.strictmode.Violation;
import android.util.Printer;
import android.webkit.CookieManager;
import androidx.annotation.NonNull;
import androidx.preference.PreferenceManager;
import androidx.work.WorkManager;
import org.jetbrains.annotations.NotNull;
import java.util.Date;
import java.util.HashMap;
import java.util.Locale;
@@ -132,7 +131,7 @@ public class ApplicationEx extends Application
Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {
@Override
public void uncaughtException(@NotNull Thread thread, @NotNull Throwable ex) {
public void uncaughtException(@NonNull Thread thread, @NonNull Throwable ex) {
if (!crash_reports && Log.isOwnFault(ex)) {
Log.e(ex);