Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d3ecc66b9c "liblog: support extended logger_entry headers" removed the logger_entry::msg variable and instead uses hdr_size as an offset from logger_entry to where the message starts in parent log_msg buffer. In pmsg, hdr_size is not recorded and therefore uninitialized when it was referenced, causing corruption when reading last logcat. This change uses sizeof(log_msg->entry) instead. Bug: 158263230 Test: last logcat works Merged-In: Ic01e73bf4d8ba8419cc770138565aa1210a6078b Change-Id: Ic01e73bf4d8ba8419cc770138565aa1210a6078b (cherry picked from commit 34d7bd98adc080041202cceec4626fd88b4b6e88) Former-commit-id: 709d56924170dc60dadbf3e69a27abe4c46c60ea
- Loading branch information