Loading core/java/android/service/wallpaper/WallpaperService.java +4 −2 Original line number Diff line number Diff line Loading @@ -776,8 +776,10 @@ public abstract class WallpaperService extends Service { WallpaperColors color = colors.get(i); RectF area = regions.get(i); if (color == null || area == null) { Log.wtf(TAG, "notifyLocalColorsChanged null values. color: " if (DEBUG) { Log.e(TAG, "notifyLocalColorsChanged null values. color: " + color + " area " + area); } continue; } try { Loading Loading
core/java/android/service/wallpaper/WallpaperService.java +4 −2 Original line number Diff line number Diff line Loading @@ -776,8 +776,10 @@ public abstract class WallpaperService extends Service { WallpaperColors color = colors.get(i); RectF area = regions.get(i); if (color == null || area == null) { Log.wtf(TAG, "notifyLocalColorsChanged null values. color: " if (DEBUG) { Log.e(TAG, "notifyLocalColorsChanged null values. color: " + color + " area " + area); } continue; } try { Loading