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

Commit 99025680 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improved wallpaper dump() to show default components."

parents c622cdf6 9584cb6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3433,6 +3433,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
    protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
        if (!DumpUtils.checkDumpPermission(mContext, TAG, pw)) return;

        pw.print("mDefaultWallpaperComponent="); pw.println(mDefaultWallpaperComponent);
        pw.print("mImageWallpaper="); pw.println(mImageWallpaper);

        synchronized (mLock) {
            pw.println("System wallpaper state:");
            for (int i = 0; i < mWallpaperMap.size(); i++) {