1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00
This commit is contained in:
Austin Huang 2020-12-27 21:45:34 -05:00
parent 836e84e91e
commit e8440e0e0d
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
2 changed files with 5 additions and 4 deletions

View file

@ -54,7 +54,7 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
public void uncaughtException(@NonNull final Thread t, @NonNull final Throwable exception) {
final StringBuilder reportBuilder = new StringBuilder();
reportBuilder.append("IMPORTANT: If sending by email, your email address and the entire content will be made public on GitHub issues.");
reportBuilder.append("IMPORTANT: When possible, please describe the steps leading to this crash. Thank you for your cooperation.");
reportBuilder.append("\r\nIMPORTANT: When possible, please describe the steps leading to this crash. Thank you for your cooperation.");
reportBuilder.append("\r\n\r\nError report collected on: ").append(new Date().toString());
reportBuilder