mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
ff9f58f467
commit
644d5ac15a
|
@ -940,6 +940,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
" w/notes=" + with_notes +
|
||||
" type=" + (with_types == null ? null : TextUtils.join(",", with_types)) +
|
||||
" size=" + with_size +
|
||||
" trash=" + in_trash +
|
||||
" junk=" + in_junk +
|
||||
" after=" + (after == null ? "" : new Date(after)) +
|
||||
" before=" + (before == null ? "" : new Date(before));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue