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

Commit a15f00fb authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "Include log/log_read.h for reading logs" am: 7e343520

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

Change-Id: Ic8b7992e3bdf91dc3d3d292b9433086b5df8e7de
parents 19740a47 7e343520
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <debuggerd/client.h>
#include <dumputils/dump_utils.h>
#include <log/log_event_list.h>
#include <log/log_read.h>
#include <log/logprint.h>
#include <private/android_logger.h>

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <stdarg.h>
#include <map>

#include <log/log_read.h>
#include <utils/String16.h>
#include <utils/String8.h>
#include <utils/Vector.h>