Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31c97acb authored by Winson Chung's avatar Winson Chung
Browse files

Add log for user unlock

Flag: EXEMPT bugfix
Test: Just adding a log
Bug: 364605453
Change-Id: I40ae87d4a4734b0fee24f9ba2ff62ebc7006533b
parent 7db5b7a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@ public class FallbackHome extends Activity {
                        SystemClock.uptimeMillis(), false);
                finish();
            }
        } else {
            Log.d(TAG, "User not yet unlocked");
        }
    }