diff options
| author | 2020-02-07 20:38:45 +0000 | |
|---|---|---|
| committer | 2020-02-07 20:38:45 +0000 | |
| commit | a852a2bc8dd2334115f55dec9b91167d93b7d1be (patch) | |
| tree | 08b6b4783ec62324c859fb0b3ee29c29316df634 | |
| parent | d93a25c7888550e72cbec238fcff252349f0108f (diff) | |
| parent | 6bc904a99d2f133e13cd967da571b4e2d23bc818 (diff) | |
Merge "Enable KeyguardViewMediator logs"
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java index 14eec59211bd..9da99c453022 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java @@ -151,7 +151,7 @@ public class KeyguardViewMediator extends SystemUI { private static final int KEYGUARD_DISPLAY_TIMEOUT_DELAY_DEFAULT = 30000; private static final long KEYGUARD_DONE_PENDING_TIMEOUT_MS = 3000; - private static final boolean DEBUG = KeyguardConstants.DEBUG; + private static final boolean DEBUG = true; private static final boolean DEBUG_SIM_STATES = KeyguardConstants.DEBUG_SIM_STATES; private final static String TAG = "KeyguardViewMediator"; |