Merge "launcher3: add missing whitespace to log" into main

This commit is contained in:
Treehugger Robot
2023-07-19 17:39:46 +00:00
committed by Android (Google) Code Review
@@ -148,7 +148,7 @@ public class PackageUpdatedTask extends BaseModelUpdateTask {
break;
case OP_REMOVE: {
for (int i = 0; i < N; i++) {
FileLog.d(TAG, "Removing app icon" + packages[i]);
FileLog.d(TAG, "Removing app icon: " + packages[i]);
iconCache.removeIconsForPkg(packages[i], mUser);
}
// Fall through