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

Commit 6eada304 authored by jianjin's avatar jianjin
Browse files

Allow KeyValuePairsAtom to be collected from all uid.

Change-Id: I54ce351763a18765d0b08c7d764f2f96be1b5195
Fix: 126601623
Test: make
parent 79c8d662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ message Atom {
        WTFOccurred wtf_occurred = 80;
        LowMemReported low_mem_reported = 81;
        GenericAtom generic_atom = 82;
        KeyValuePairsAtom key_value_pairs_atom = 83;
        KeyValuePairsAtom key_value_pairs_atom = 83 [(allow_from_any_uid) = true];
        VibratorStateChanged vibrator_state_changed = 84;
        DeferredJobStatsReported deferred_job_stats_reported = 85;
        ThermalThrottlingStateChanged thermal_throttling = 86;