Improved logging

pull/207/head
M66B 2 years ago
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…
Cancel
Save