Browse Source
bad address
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awaisomereport/CrashReporter.java
|
|
@ -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 = "bar[email protected]"; |
|
|
|
this.crashLogsZip = new File(application.getExternalCacheDir(), "crash_logs.zip"); |
|
|
|
} |
|
|
|
|
|
|
|