mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Reduced logging
This commit is contained in:
@@ -549,7 +549,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||||||
else
|
else
|
||||||
label = res.getString(ri.activityInfo.applicationInfo.labelRes);
|
label = res.getString(ri.activityInfo.applicationInfo.labelRes);
|
||||||
if (label == null)
|
if (label == null)
|
||||||
Log.e("Missing label" +
|
Log.w("Missing label" +
|
||||||
" pkg=" + ri.activityInfo.packageName +
|
" pkg=" + ri.activityInfo.packageName +
|
||||||
" res=" + ri.activityInfo.applicationInfo.labelRes);
|
" res=" + ri.activityInfo.applicationInfo.labelRes);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user