mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
7ee409ca7e
commit
4fe8d2f312
|
@ -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 New Issue