Merge "launcher3: add missing whitespace to log" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d7dc5e443
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user