Add log for user unlock

Flag: EXEMPT bugfix
Test: Just adding a log
Bug: 364605453
Change-Id: I40ae87d4a4734b0fee24f9ba2ff62ebc7006533b
This commit is contained in:
Winson Chung
2024-09-10 20:15:41 +00:00
parent 7db5b7a084
commit 31c97acb4f

View File

@@ -179,6 +179,8 @@ public class FallbackHome extends Activity {
SystemClock.uptimeMillis(), false);
finish();
}
} else {
Log.d(TAG, "User not yet unlocked");
}
}