Merge "Include log/log_read.h for reading logs" into rvc-dev-plus-aosp am: f4f81612ab

Change-Id: Ib61cb2085b56d81eae0dfed347b155a2ee623f00
This commit is contained in:
Tom Cherry
2020-04-22 19:54:22 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 2 deletions

View File

@@ -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>
#include <sys/mman.h>

View File

@@ -24,7 +24,7 @@
#include <map>
#include <android/os/IIncidentDumpCallback.h>
#include <log/log_read.h>
#include <utils/String16.h>
#include <utils/String8.h>
#include <utils/Vector.h>