1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Reduced logging

This commit is contained in:
M66B 2022-07-02 08:51:19 +02:00
parent ef3e356b4c
commit e08b83bf03

View file

@ -549,7 +549,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
else
label = res.getString(ri.activityInfo.applicationInfo.labelRes);
if (label == null)
Log.e("Missing label" +
Log.w("Missing label" +
" pkg=" + ri.activityInfo.packageName +
" res=" + ri.activityInfo.applicationInfo.labelRes);
} catch (Throwable ex) {