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

Commit 4b1a56ce authored by Tom Cherry's avatar Tom Cherry
Browse files

Include log/log_read.h for reading logs

log/log.h is concerned with writing logs.

Bug: 78370064
Test: build
Change-Id: I70debf8dd094f154bc6b248a0246252210b6e806
parent e66ba512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>