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

Commit 7e1693af authored by Joe Onorato's avatar Joe Onorato
Browse files

Turn down the logging a little bit.

Change-Id: I922d6f3895d80292fbf613b90e502cad462bb9ef
parent 3f5fd1db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ import libcore.io.IoUtils;

public class WallpaperManagerService extends IWallpaperManager.Stub {
    static final String TAG = "WallpaperManagerService";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;

    final Object mLock = new Object();