mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Added logging
This commit is contained in:
parent
60a3f3d887
commit
10443c01da
2 changed files with 2 additions and 1 deletions
|
@ -120,6 +120,7 @@ class Core {
|
|||
try {
|
||||
Log.i(folder.name +
|
||||
" start op=" + op.id + "/" + op.name +
|
||||
" folder=" + op.folder +
|
||||
" msg=" + op.message +
|
||||
" args=" + op.args);
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@ public class EntityOperation {
|
|||
operation.id = db.operation().insertOperation(operation);
|
||||
|
||||
Log.i("Queued op=" + operation.id + "/" + operation.name +
|
||||
" msg=" + operation.folder + "/" + operation.message +
|
||||
" folder=" + operation.folder + " msg=" + operation.message +
|
||||
" args=" + operation.args);
|
||||
|
||||
if (SEND.equals(name))
|
||||
|
|
Loading…
Reference in a new issue