mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
bad address
This commit is contained in:
parent
8ac9e8b612
commit
16df666969
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue