Replace cutils/log.h and log/logger.h with log/log.h
Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I578b15b48f0fc2807a92abbc69a377c3d2191496
This commit is contained in:
@@ -58,7 +58,7 @@ public class EventLog {
|
||||
private final ByteBuffer mBuffer;
|
||||
|
||||
// Layout of event log entry received from Android logger.
|
||||
// see system/core/include/log/logger.h
|
||||
// see system/core/include/log/log.h
|
||||
private static final int LENGTH_OFFSET = 0;
|
||||
private static final int HEADER_SIZE_OFFSET = 2;
|
||||
private static final int PROCESS_OFFSET = 4;
|
||||
|
||||
Reference in New Issue
Block a user