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

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

Merge "Fix ProcessMemoryStatReported atom definition"

parents 3e3019b3 dda73209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ message ProcessMemoryStatReported {
        ADD_PSS_EXTERNAL_SLOW = 4;
    }
    optional Type type = 7;
    optional int64 duration = 8;
    optional int64 duration_millis = 8;
}

/**