mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Log crashes
This commit is contained in:
parent
49ca586a6c
commit
511789993c
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public class ApplicationEx extends Application {
|
|||
Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {
|
||||
@Override
|
||||
public void uncaughtException(Thread thread, Throwable ex) {
|
||||
Log.w(Helper.TAG, "Handling crash");
|
||||
Log.e(Helper.TAG, ex + "\n" + Log.getStackTraceString(ex));
|
||||
|
||||
DB db = null;
|
||||
try {
|
||||
db = DB.getBlockingInstance(ApplicationEx.this);
|
||||
|
|
Loading…
Reference in a new issue