File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
policy/src/com/android/internal/policy/impl Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4141class PatternUnlockScreen extends LinearLayoutWithDefaultTouchRecepient
4242 implements KeyguardScreen {
4343
44- private static final boolean DEBUG = true ; /* TODO: revert before JB release */
44+ private static final boolean DEBUG = false ;
4545 private static final String TAG = "UnlockScreen" ;
4646
4747 // how long before we clear the wrong pattern
@@ -321,7 +321,6 @@ private class UnlockPatternListener
321321 implements LockPatternView .OnPatternListener {
322322
323323 public void onPatternStart () {
324- if (DEBUG ) Log .d (TAG , "Got pattern start" );
325324 mLockPatternView .removeCallbacks (mCancelPatternRunnable );
326325 }
327326
@@ -337,7 +336,6 @@ public void onPatternCellAdded(List<Cell> pattern) {
337336 // Give just a little extra time if they hit one of the first few dots
338337 mCallback .pokeWakelock (UNLOCK_PATTERN_WAKE_INTERVAL_FIRST_DOTS_MS );
339338 }
340- if (DEBUG ) Log .d (TAG , "Got pattern cell" );
341339 }
342340
343341 public void onPatternDetected (List <LockPatternView .Cell > pattern ) {
You can’t perform that action at this time.
0 commit comments