mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-12-23 13:26:59 +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) {
|
private CrashReporter(@NonNull final Application application) {
|
||||||
this.application = application;
|
this.application = application;
|
||||||
this.email = "instagrabber@austinhuang.me";
|
this.email = "barinsta@austinhuang.me";
|
||||||
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
|
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user