Reduced logging

pull/215/head
M66B 3 months ago
parent 33a2e9e9ae
commit 7c7c6742f0

@ -615,6 +615,7 @@ public class ContactInfo {
" " + info.bitmap.getWidth() + "x" + info.bitmap.getHeight() + " " + info.bitmap.getConfig() +
" play=" + BuildConfig.PLAY_STORE_RELEASE +
" cached=" + cached;
if (!BuildConfig.DEBUG)
Log.e(msg);
EntityLog.log(context, EntityLog.Type.Debug4, msg);
}

Loading…
Cancel
Save