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

Commit 5886a715 authored by Jonathan Nguyen's avatar Jonathan Nguyen
Browse files

Update BinaryPushStateChanged and TrainInfo atoms with userspace reboot info

Test: built proto

Change-Id: Iaf1141eaa338a7fd038c8c1fc8744fb9e41e1bf4
parent 25e6dd3e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3485,12 +3485,14 @@ message BinaryPushStateChanged {
        INSTALL_FAILURE_DOWNLOAD = 23;
        INSTALL_FAILURE_STATE_MISMATCH = 24;
        INSTALL_FAILURE_COMMIT = 25;
        REBOOT_TRIGGERED = 26;
    }
    optional State state = 6;
    // Possible experiment ids for monitoring this push.
    optional TrainExperimentIds experiment_ids = 7 [(log_mode) = MODE_BYTES];
    // user id
    optional int32 user_id = 8;
    optional int32 reason = 9;
}

/* Test atom, is not logged anywhere */
@@ -6782,6 +6784,7 @@ message TrainInfo {
        INSTALL_FAILURE_DOWNLOAD = 23;
        INSTALL_FAILURE_STATE_MISMATCH = 24;
        INSTALL_FAILURE_COMMIT = 25;
        REBOOT_TRIGGERED = 26;
    }
    optional Status status = 4;
}