We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3143b7 commit 0f5621aCopy full SHA for 0f5621a
README.md
@@ -39,6 +39,7 @@ public class App extends Application {
39
public void run() {
40
try {
41
Log.d("Cockroach", thread + "\n" + throwable.toString());
42
+ throwable.printStackTrace();
43
Toast.makeText(App.this, "Exception Happend\n" + thread + "\n" + throwable.toString(), Toast.LENGTH_SHORT).show();
44
// throw new RuntimeException("..."+(i++));
45
} catch (Throwable e) {
0 commit comments