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

Commit f0d63cd9 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Add debug note to class doc.

Bug: no
Test: no
Change-Id: Ie00a6e21373116271b7f157dad5d2b9e22d61b0d
parent 463e0cb6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ import kotlinx.coroutines.flow.filter
 * To create or modify logic that controls when and how transitions get created, look at
 * [TransitionInteractor]. These interactors will call [startTransition] and [updateTransition] on
 * this repository.
 *
 * To print all transitions to logcat to help with debugging, run this command:
 * adb shell settings put global systemui/buffer/KeyguardLog VERBOSE
 *
 * This will print all keyguard transitions to logcat with the KeyguardTransitionAuditLogger tag.
 */
interface KeyguardTransitionRepository {
    /**