Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jul 16, 2018
1 parent 4b02f3c commit a69e34c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/java/com/king/wanandroid/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected void log(int priority, @Nullable String tag, @NotNull String message,

if(!BuildConfig.DEBUG){
Timber.w(e);
// CrashReport.postCatchedException(e);
CrashReport.postCatchedException(e);
}
});

Expand Down

0 comments on commit a69e34c

Please sign in to comment.