mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +00:00
Update CrashReporter.java
This commit is contained in:
parent
71ac832059
commit
f5765da974
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
|
||||||
this.application = application;
|
this.application = application;
|
||||||
// set your email(s) here to receive crash reports
|
// set your email(s) here to receive crash reports
|
||||||
// this.email = "<email>";
|
// this.email = "<email>";
|
||||||
this.email = "chapter50000@hotmail.com";
|
this.email = "instagrabber@austinhuang.me";
|
||||||
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
|
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);
|
if (BuildConfig.DEBUG) Log.e("AWAISKING_APP", "", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue