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

Commit 46721269 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update BinaryPushStateChanged and TrainInfo atoms with userspace reboot info"

parents ba388244 5886a715
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;
}