Loading cmds/statsd/src/atoms.proto +6 −6 Original line number Diff line number Diff line Loading @@ -3670,7 +3670,7 @@ message AppCompacted { SOME = 1; FULL = 2; } optional Action action = 3 [default = UNKNOWN]; optional Action action = 3; // Total RSS in kilobytes consumed by the process prior to compaction. optional int64 before_rss_total_kilobytes = 4; Loading Loading @@ -3702,12 +3702,12 @@ message AppCompacted { // The last compaction action performed for this app. optional Action last_action = 13; // The last time that compaction was attempted on this process in seconds // since boot. optional int64 last_compact_timestamp = 14; // The last time that compaction was attempted on this process in milliseconds // since boot, not including sleep (see SystemClock.uptimeMillis()). optional int64 last_compact_timestamp_ms_since_boot = 14; // The oom_adj at the time of compaction. optional int32 oom_adj = 15; // The oom_score_adj at the time of compaction. optional int32 oom_score_adj = 15; // The process state at the time of compaction. optional android.app.ProcessStateEnum process_state = 16 [default = PROCESS_STATE_UNKNOWN]; Loading Loading
cmds/statsd/src/atoms.proto +6 −6 Original line number Diff line number Diff line Loading @@ -3670,7 +3670,7 @@ message AppCompacted { SOME = 1; FULL = 2; } optional Action action = 3 [default = UNKNOWN]; optional Action action = 3; // Total RSS in kilobytes consumed by the process prior to compaction. optional int64 before_rss_total_kilobytes = 4; Loading Loading @@ -3702,12 +3702,12 @@ message AppCompacted { // The last compaction action performed for this app. optional Action last_action = 13; // The last time that compaction was attempted on this process in seconds // since boot. optional int64 last_compact_timestamp = 14; // The last time that compaction was attempted on this process in milliseconds // since boot, not including sleep (see SystemClock.uptimeMillis()). optional int64 last_compact_timestamp_ms_since_boot = 14; // The oom_adj at the time of compaction. optional int32 oom_adj = 15; // The oom_score_adj at the time of compaction. optional int32 oom_score_adj = 15; // The process state at the time of compaction. optional android.app.ProcessStateEnum process_state = 16 [default = PROCESS_STATE_UNKNOWN]; Loading