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:
Mark Salyzyn
2016-09-28 16:15:30 -07:00
parent ccda81e58f
commit 52eb4e01a4
26 changed files with 108 additions and 92 deletions

View File

@@ -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;