Include log/log_read.h for reading logs

log/log.h is concerned with writing logs.

Bug: 78370064
Test: build
Change-Id: I70debf8dd094f154bc6b248a0246252210b6e806
This commit is contained in:
Tom Cherry
2020-04-17 09:40:44 -07:00
parent e66ba51271
commit 4b1a56ceff

View File

@@ -24,7 +24,7 @@
#include <android-base/macros.h>
#include <log/log_event_list.h>
#include <log/log.h>
#include <log/log_read.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>