Adds lock screen live wallpaper enabled status to dump

Bug: b/282732025
Test: manually checked dump output
Change-Id: I58b8e6d810acdd7851eda90ba73ad4dfc38b74ea
This commit is contained in:
Chris Poultney
2023-05-12 19:45:25 +00:00
parent 28ce92a21f
commit 446d0adb23

View File

@@ -3982,6 +3982,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
if (mFallbackWallpaper != null) {
dumpWallpaper(mFallbackWallpaper, pw);
}
pw.print("mIsLockscreenLiveWallpaperEnabled=");
pw.println(mIsLockscreenLiveWallpaperEnabled);
}
}
}