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

Commit e667c476 authored by Jay Aliomer's avatar Jay Aliomer Committed by Automerger Merge Worker
Browse files

Merge "WallpaperService crashes becuase of a log statement" into sc-dev am:...

Merge "WallpaperService crashes becuase of a log statement" into sc-dev am: c2d9287c am: 403ef209

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15403905

Change-Id: I3e88ceac62595a6f15ecf751697360cb8ea2e3f0
parents 11d98aa9 403ef209
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 {