mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Improved logging
This commit is contained in:
@@ -426,7 +426,9 @@ public class FragmentContacts extends FragmentBase {
|
||||
writer.write(vcard);
|
||||
}
|
||||
|
||||
Log.i("Exported data count=" + vcards.size());
|
||||
EntityLog.log(context, "Exported " +
|
||||
" contacts=" + contacts.size() +
|
||||
" count=" + vcards.size());
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user