Improved logging

This commit is contained in:
M66B
2022-03-22 20:53:56 +01:00
parent 1d002c4250
commit a8bf07d269

View File

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