mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Merge branch 'master' of https://github.com/austinhuang0131/instagrabber
This commit is contained in:
commit
796b0a289e
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user