mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Hide spammy WidgetModel log behind a DEBUG flag" into ub-launcher3-burnaby
This commit is contained in:
committed by
Android (Google) Code Review
commit
cbab1cb44f
@@ -122,8 +122,10 @@ public class WidgetsModel {
|
||||
continue;
|
||||
}
|
||||
if (mAppFilter != null && !mAppFilter.shouldShowApp(componentName)) {
|
||||
Log.d(TAG, String.format("%s is filtered and not added to the widget tray.",
|
||||
if (DEBUG) {
|
||||
Log.d(TAG, String.format("%s is filtered and not added to the widget tray.",
|
||||
packageName));
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user