Log the component name for restored icons.

Bug: 15192063
Change-Id: I7d8aa05600a2278c18f3ac34f87b87b3867bcd0c
This commit is contained in:
Chris Wren
2014-05-23 16:56:53 -04:00
parent 9b1d062b0f
commit 58852b393b
@@ -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);
}