disable ShortcutService logging to avoid spam

Bug: 186583198
Test: manual
Change-Id: Ibb41f8ad947b3d7ca7d84f4cb92608a15e3681ec
This commit is contained in:
Pinyao Ting
2021-04-27 17:01:37 -07:00
parent 00475ff23d
commit 6238026ca6

View File

@@ -168,7 +168,7 @@ public class ShortcutService extends IShortcutService.Stub {
static final boolean DEBUG = false; // STOPSHIP if true
static final boolean DEBUG_LOAD = false; // STOPSHIP if true
static final boolean DEBUG_PROCSTATE = false; // STOPSHIP if true
static final boolean DEBUG_REBOOT = true;
static final boolean DEBUG_REBOOT = false; // STOPSHIP if true
@VisibleForTesting
static final long DEFAULT_RESET_INTERVAL_SEC = 24 * 60 * 60; // 1 day