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

Commit 787e21b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am:...

Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am: f8f8acfe am: 5a42765d am: 50742424

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1474156

Change-Id: If5d85d58309f3431fa574b1c7ff0f69bc96f8075
parents cb9530f2 50742424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class EventLog {
        private Exception mLastWtf;

        // Layout of event log entry received from Android logger.
        //  see system/core/liblog/include/log/log_read.h
        //  see system/logging/liblog/include/log/log_read.h
        private static final int LENGTH_OFFSET = 0;
        private static final int HEADER_SIZE_OFFSET = 2;
        private static final int PROCESS_OFFSET = 4;