Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58852b39 authored by Chris Wren's avatar Chris Wren
Browse files

Log the component name for restored icons.

Bug: 15192063
Change-Id: I7d8aa05600a2278c18f3ac34f87b87b3867bcd0c
parent 9b1d062b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
            }