mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +00:00
Fix missing semicolon
This commit is contained in:
parent
74cfe75058
commit
e2bf09cc7f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public final class CrashReporter implements Thread.UncaughtExceptionHandler {
|
||||||
.append("\r\nDEVICE : ").append(Build.DEVICE)
|
.append("\r\nDEVICE : ").append(Build.DEVICE)
|
||||||
.append("\r\nPRODUCT : ").append(Build.PRODUCT)
|
.append("\r\nPRODUCT : ").append(Build.PRODUCT)
|
||||||
.append("\r\nHOST : ").append(Build.HOST)
|
.append("\r\nHOST : ").append(Build.HOST)
|
||||||
.append("\r\nTAGS : ").append(Build.TAGS)
|
.append("\r\nTAGS : ").append(Build.TAGS);
|
||||||
|
|
||||||
reportBuilder.append("\r\n\r\nStack:\r\n==============\r\n");
|
reportBuilder.append("\r\n\r\nStack:\r\n==============\r\n");
|
||||||
final Writer result = new StringWriter();
|
final Writer result = new StringWriter();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue