1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Improved logging

This commit is contained in:
M66B 2022-03-14 07:36:50 +01:00
parent 7ee409ca7e
commit 4fe8d2f312

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;