Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,8 @@ constructor(dumpManager: DumpManager, "\nPREVIOUS: [$previousHunKey]" + "\nNEXT LIST: $nextListStr" + "\nNEXT MAP: $nextMapStr" + "\nDROPPED: $dropSetStr" "\nDROPPED: $dropSetStr" + "\nENABLED: $enableAtRuntime" } private fun logState(reason: String) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/AvalancheController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,8 @@ constructor(dumpManager: DumpManager, "\nPREVIOUS: [$previousHunKey]" + "\nNEXT LIST: $nextListStr" + "\nNEXT MAP: $nextMapStr" + "\nDROPPED: $dropSetStr" "\nDROPPED: $dropSetStr" + "\nENABLED: $enableAtRuntime" } private fun logState(reason: String) { Loading