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

Commit a0f5e015 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Add some network protos to atoms.proto

Bug: 145952197
Test: None

Change-Id: Ic1fbfbfae7b21b1ec6d4fe645db97ef1069098eb
Merged-In: I600606d55fe632d7ef3c475bb3d11cedf999420d
parent 497afcff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -85,8 +85,8 @@ message Atom {
        ScreenBrightnessChanged screen_brightness_changed = 9;
        WakelockStateChanged wakelock_state_changed = 10;
        LongPartialWakelockStateChanged long_partial_wakelock_state_changed = 11;
        MobileRadioPowerStateChanged mobile_radio_power_state_changed = 12;
        WifiRadioPowerStateChanged wifi_radio_power_state_changed = 13;
        MobileRadioPowerStateChanged mobile_radio_power_state_changed = 12 [(log_from_module) = "framework"];
        WifiRadioPowerStateChanged wifi_radio_power_state_changed = 13 [(log_from_module) = "framework"];
        ActivityManagerSleepStateChanged activity_manager_sleep_state_changed = 14;
        MemoryFactorStateChanged memory_factor_state_changed = 15;
        ExcessiveCpuUsageReported excessive_cpu_usage_reported = 16;
@@ -117,7 +117,7 @@ message Atom {
        SettingChanged setting_changed = 41;
        ActivityForegroundStateChanged activity_foreground_state_changed = 42;
        IsolatedUidChanged isolated_uid_changed = 43;
        PacketWakeupOccurred packet_wakeup_occurred = 44;
        PacketWakeupOccurred packet_wakeup_occurred = 44 [(log_from_module) = "framework"];
        WallClockTimeShifted wall_clock_time_shifted = 45;
        AnomalyDetected anomaly_detected = 46;
        AppBreadcrumbReported app_breadcrumb_reported = 47 [(allow_from_any_uid) = true];