Update CrashReporter.java

This commit is contained in:
Austin Huang 2020-07-25 18:05:48 -04:00 committed by GitHub
parent 71ac832059
commit f5765da974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
this.application = application;
// set your email(s) here to receive crash reports
// this.email = "<email>";
this.email = "chapter50000@hotmail.com";
this.email = "instagrabber@austinhuang.me";
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
}
@ -194,4 +194,4 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
if (BuildConfig.DEBUG) Log.e("AWAISKING_APP", "", e);
}
}
}
}