Improved error logging

This commit is contained in:
M66B 2022-02-18 09:31:16 +01:00
parent 2919ca93bb
commit 6c08eb0095
1 changed files with 1 additions and 1 deletions

View File

@ -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();