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

Commit 79f068c1 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Add lmkd atoms to lmkd log_from_module

This allows the use of generated code to log lmkd events to statsd

Bug: 145887874
Test: m
Test: flashes successfully
Test: atest android.cts.statsd.atom.UidAtomTests#testLmkKillOccurred
Change-Id: I5e3ae2a0ec18c907901353f1d943500ce12a7a55
parent f7f6200c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,10 +126,10 @@ message Atom {
        AppStartOccurred app_start_occurred = 48;
        AppStartCanceled app_start_canceled = 49;
        AppStartFullyDrawn app_start_fully_drawn = 50;
        LmkKillOccurred lmk_kill_occurred = 51;
        LmkKillOccurred lmk_kill_occurred = 51 [(module) = "lmkd"];
        PictureInPictureStateChanged picture_in_picture_state_changed = 52;
        WifiMulticastLockStateChanged wifi_multicast_lock_state_changed = 53 [(module) = "wifi"];
        LmkStateChanged lmk_state_changed = 54;
        LmkStateChanged lmk_state_changed = 54 [(module) = "lmkd"];
        AppStartMemoryStateCaptured app_start_memory_state_captured = 55;
        ShutdownSequenceReported shutdown_sequence_reported = 56;
        BootSequenceReported boot_sequence_reported = 57;