Merge "WallpaperService crashes becuase of a log statement" into sc-dev am: c2d9287c97 am: 403ef209ac
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15403905 Change-Id: I3e88ceac62595a6f15ecf751697360cb8ea2e3f0
This commit is contained in:
@@ -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: "
|
||||
+ color + " area " + area);
|
||||
if (DEBUG) {
|
||||
Log.e(TAG, "notifyLocalColorsChanged null values. color: "
|
||||
+ color + " area " + area);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user