Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3070,7 +3070,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mLockWallpaperMap.put(userId, wallpaper); mLockWallpaperMap.put(userId, wallpaper); ensureSaneWallpaperData(wallpaper); ensureSaneWallpaperData(wallpaper); } else { } else { // sanity fallback: we're in bad shape, but establishing a known // rationality fallback: we're in bad shape, but establishing a known // valid system+lock WallpaperData will keep us from dying. // valid system+lock WallpaperData will keep us from dying. Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!"); Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!"); wallpaper = new WallpaperData(userId, getWallpaperDir(userId), wallpaper = new WallpaperData(userId, getWallpaperDir(userId), Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3070,7 +3070,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mLockWallpaperMap.put(userId, wallpaper); mLockWallpaperMap.put(userId, wallpaper); ensureSaneWallpaperData(wallpaper); ensureSaneWallpaperData(wallpaper); } else { } else { // sanity fallback: we're in bad shape, but establishing a known // rationality fallback: we're in bad shape, but establishing a known // valid system+lock WallpaperData will keep us from dying. // valid system+lock WallpaperData will keep us from dying. Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!"); Slog.wtf(TAG, "Didn't find wallpaper in non-lock case!"); wallpaper = new WallpaperData(userId, getWallpaperDir(userId), wallpaper = new WallpaperData(userId, getWallpaperDir(userId), Loading