mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-17 15:51:33 +01:00
Reduced logging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user