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

Commit ad8e6e8c authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Add enum to log psd bundle creation duration.

Bug:62271803
Test: None. Enum change.
Change-Id: I46921e9330542e981f7983915127832096f6bcd2
parent 22ec7b0c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4119,6 +4119,11 @@ message MetricsEvent {
    // OS: O DR
    BLUETOOTH_PAIRING = 1018;

    // ACTION: Collect PSD Signals
    // CATEGORY: SETTINGS
    // OS: O DR
    ACTION_PSD_LOADER = 1019;

    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS
  }