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

Commit 772c5c9c authored by Chris Poultney's avatar Chris Poultney Committed by Automerger Merge Worker
Browse files

Merge "Fixes NPE when running `dumpsys wallpaper`" into udc-dev am: defcfa83

parents 4b4a2292 defcfa83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3569,6 +3569,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
    private void dumpWallpaper(WallpaperData wallpaper, PrintWriter pw) {
        if (wallpaper == null) {
            pw.println(" (null entry)");
            return;
        }
        pw.print(" User "); pw.print(wallpaper.userId);
        pw.print(": id="); pw.print(wallpaper.wallpaperId);