Merge "Include log/log_read.h for reading logs"

This commit is contained in:
Tom Cherry 2020-08-17 20:30:21 +00:00 committed by Gerrit Code Review
commit 7e3435208a
2 changed files with 1 additions and 1 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>

View File

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