Log event when windowInsetsController is null

Set up ww logging for this case.

bug: 425502603
Test: presubmit and made sure its loggable by setting null
Flag: EXEMPT adding log for ww
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:32ac0c244589cedd65320d68c0c7bcbe3f5939f1)
Merged-In: I800bfc4c902bbdedee770507624b7628489ccc3b
Change-Id: I800bfc4c902bbdedee770507624b7628489ccc3b
This commit is contained in:
Brandon Dayauon
2025-07-07 13:16:56 -07:00
committed by Android Build Coastguard Worker
parent 05fd20009a
commit ff0e4ec6bb

View File

@@ -623,6 +623,8 @@ open class StatsLogManager protected constructor(@JvmField protected val mContex
LAUNCHER_DESKTOP_MODE_TASKBAR_PINNED(2241),
@UiEvent(doc = "User has unpinned taskbar in desktop mode using taskbar divider menu")
LAUNCHER_DESKTOP_MODE_TASKBAR_UNPINNED(2242),
@UiEvent(doc = "Launcher window insets controller reportedly null")
LAUNCHER_WINDOW_INSETS_CONTROLLER_NULL(2400),
// ADD MORE
}