Log the component name for restored icons.
Bug: 15192063 Change-Id: I7d8aa05600a2278c18f3ac34f87b87b3867bcd0c
This commit is contained in:
@@ -577,6 +577,7 @@ public class LauncherBackupHelper implements BackupHelper {
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
if (VERBOSE) Log.v(TAG, "saving restored icon as: " + key.name);
|
||||
IconCache.preloadIcon(mContext, ComponentName.unflattenFromString(key.name),
|
||||
icon, res.dpi);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user