Skip to content

Commit 0f5621a

Browse files
Update README.md
1 parent b3143b7 commit 0f5621a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class App extends Application {
3939
public void run() {
4040
try {
4141
Log.d("Cockroach", thread + "\n" + throwable.toString());
42+
throwable.printStackTrace();
4243
Toast.makeText(App.this, "Exception Happend\n" + thread + "\n" + throwable.toString(), Toast.LENGTH_SHORT).show();
4344
// throw new RuntimeException("..."+(i++));
4445
} catch (Throwable e) {

0 commit comments

Comments
 (0)