mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-18 04:37:30 +00:00
bad address
This commit is contained in:
parent
8ac9e8b612
commit
16df666969
@ -39,7 +39,7 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
|
||||
|
||||
private CrashReporter(@NonNull final Application application) {
|
||||
this.application = application;
|
||||
this.email = "instagrabber@austinhuang.me";
|
||||
this.email = "barinsta@austinhuang.me";
|
||||
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user