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:
@@ -3982,6 +3982,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
|
||||
if (mFallbackWallpaper != null) {
|
||||
dumpWallpaper(mFallbackWallpaper, pw);
|
||||
}
|
||||
pw.print("mIsLockscreenLiveWallpaperEnabled=");
|
||||
pw.println(mIsLockscreenLiveWallpaperEnabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user