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

Commit c9a9386a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix atom id annotation parsing" into rvc-dev am: 4efa7853 am: 1c23c389 am: 3e3076fd

Change-Id: I6473328716a7b2f8f3488bcfcce99071eddff87b
parents f4bfbc99 3e3076fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -504,12 +504,12 @@ bool LogEvent::parseBuffer(uint8_t* buf, size_t len) {
    typeInfo = readNextValue<uint8_t>();
    if (getTypeId(typeInfo) != INT64_TYPE) mValid = false;
    mElapsedTimestampNs = readNextValue<int64_t>();
    parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations
    numElements--;

    typeInfo = readNextValue<uint8_t>();
    if (getTypeId(typeInfo) != INT32_TYPE) mValid = false;
    mTagId = readNextValue<int32_t>();
    parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations
    numElements--;