mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Reduced logging
This commit is contained in:
parent
ef3e356b4c
commit
e08b83bf03
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue