Merge "Fix atom id annotation parsing" into rvc-dev am: 4efa78539d am: 1c23c38939
Change-Id: I4786ddc81e3e3c48070334b00d43af3305538623
This commit is contained in:
@@ -504,12 +504,12 @@ bool LogEvent::parseBuffer(uint8_t* buf, size_t len) {
|
|||||||
typeInfo = readNextValue<uint8_t>();
|
typeInfo = readNextValue<uint8_t>();
|
||||||
if (getTypeId(typeInfo) != INT64_TYPE) mValid = false;
|
if (getTypeId(typeInfo) != INT64_TYPE) mValid = false;
|
||||||
mElapsedTimestampNs = readNextValue<int64_t>();
|
mElapsedTimestampNs = readNextValue<int64_t>();
|
||||||
parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations
|
|
||||||
numElements--;
|
numElements--;
|
||||||
|
|
||||||
typeInfo = readNextValue<uint8_t>();
|
typeInfo = readNextValue<uint8_t>();
|
||||||
if (getTypeId(typeInfo) != INT32_TYPE) mValid = false;
|
if (getTypeId(typeInfo) != INT32_TYPE) mValid = false;
|
||||||
mTagId = readNextValue<int32_t>();
|
mTagId = readNextValue<int32_t>();
|
||||||
|
parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations
|
||||||
numElements--;
|
numElements--;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user