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

Commit b677808e authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Android (Google) Code Review
Browse files

Merge "Put logs when setWallpaper is called" into main

parents 450ac0b8 3ffced39
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3251,8 +3251,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
            int[] screenOrientations, List<Rect> crops, boolean allowBackup,
            Bundle extras, int which, IWallpaperManagerCallback completion, int userId) {

        Slog.v(TAG, "setWallpaper: name = " + name + ", which = " + which);
        if (DEBUG) {
            Slog.d(TAG, "setWallpaper: name = " + name + ", callingPackage = " + callingPackage
            Slog.d(TAG, "setWallpaper: callingPackage = " + callingPackage
                    + ", screenOrientations = "
                    + (screenOrientations == null ? null
                            : Arrays.stream(screenOrientations).boxed().toList())