Add log for user unlock
Flag: EXEMPT bugfix Test: Just adding a log Bug: 364605453 Change-Id: I40ae87d4a4734b0fee24f9ba2ff62ebc7006533b
This commit is contained in:
parent
7db5b7a084
commit
31c97acb4f
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ public class FallbackHome extends Activity {
|
|||
SystemClock.uptimeMillis(), false);
|
||||
finish();
|
||||
}
|
||||
} else {
|
||||
Log.d(TAG, "User not yet unlocked");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue