mirror of https://github.com/M66B/FairEmail.git
Improved error logging
This commit is contained in:
parent
2919ca93bb
commit
6c08eb0095
|
@ -543,7 +543,7 @@ class Core {
|
|||
EntityLog.log(context, folder.name +
|
||||
" op=" + op.name +
|
||||
" try=" + op.tries +
|
||||
" " + Log.formatThrowable(ex, false));
|
||||
" " + ex + "\n" + android.util.Log.getStackTraceString(ex));
|
||||
|
||||
try {
|
||||
db.beginTransaction();
|
||||
|
|
Loading…
Reference in New Issue