Browse Source

bad address

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
16df666969
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/awaisomereport/CrashReporter.java

2
app/src/main/java/awaisomereport/CrashReporter.java

@ -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 = "bar[email protected]";
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip"); this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip");
} }

Loading…
Cancel
Save