mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Improved logging
This commit is contained in:
parent
7ee409ca7e
commit
4fe8d2f312
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ public class DataHandler /*implements Transferable*/ {
|
|||
|
||||
eu.faircode.email.Log.e("DataHandler" +
|
||||
" object=" + (object == null ? null : object.getClass().getName()) +
|
||||
" dch=" + dch.getClass().getName());
|
||||
" dch=" + dch.getClass().getName() +
|
||||
" type=" + getContentType());
|
||||
|
||||
final DataContentHandler fdch = dch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue