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

Commit f8f70e10 authored by Jim Blackler's avatar Jim Blackler Committed by Android (Google) Code Review
Browse files

Merge "Add start time to LmkKillOccurred"

parents 5b1d1640 8593d1f6
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2018,6 +2018,9 @@ message LmkKillOccurred {


    // SWAP
    // SWAP
    optional int64 swap_in_bytes = 8;
    optional int64 swap_in_bytes = 8;

    // The elapsed real time of start of the process.
    optional int64 process_start_time_nanos = 9;
}
}


/*
/*