Improved logging

This commit is contained in:
M66B 2022-03-14 07:36:50 +01:00
parent 7ee409ca7e
commit 4fe8d2f312
1 changed files with 2 additions and 1 deletions

View File

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