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

Commit dda73209 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Fix ProcessMemoryStatReported atom definition

- Add unit to duration field

Test: None
Change-Id: Idec08d8e64d142570ffb326b69abd620996ef98a
parent 20496370
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;
}

/**