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

Commit 5e6e14f9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add debug note to class doc." into udc-qpr-dev

parents 0bec56ca f0d63cd9
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line 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
 * To create or modify logic that controls when and how transitions get created, look at
 * [TransitionInteractor]. These interactors will call [startTransition] and [updateTransition] on
 * [TransitionInteractor]. These interactors will call [startTransition] and [updateTransition] on
 * this repository.
 * 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 {
interface KeyguardTransitionRepository {
    /**
    /**