Improved logging

This commit is contained in:
M66B
2022-03-22 20:05:21 +01:00
parent f286ca533a
commit 45cf732e72

View File

@@ -426,7 +426,7 @@ public class FragmentContacts extends FragmentBase {
writer.write(vcard);
}
Log.i("Exported data");
Log.i("Exported data count=" + vcards.size());
return null;
}