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

Commit f6521064 authored by Roshan Pius's avatar Roshan Pius
Browse files

statsd: Allow wifi mainline module to log its metrics

Bug: 145821723
Test: Compiles
Change-Id: I6fcced6dd22e23757bbacd5ac70c804e0d4194e6
parent 62eb61cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ message Atom {
        TouchEventReported touch_event_reported = 34;
        WakeupAlarmOccurred wakeup_alarm_occurred = 35;
        KernelWakeupReported kernel_wakeup_reported = 36;
        WifiLockStateChanged wifi_lock_state_changed = 37;
        WifiLockStateChanged wifi_lock_state_changed = 37 [(log_from_module) = "wifi"];
        WifiSignalStrengthChanged wifi_signal_strength_changed = 38;
        WifiScanStateChanged wifi_scan_state_changed = 39;
        PhoneSignalStrengthChanged phone_signal_strength_changed = 40;