diff options
author | Tom Cherry <tomcherry@google.com> | 2020-04-20 14:51:40 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2020-08-17 18:25:17 +0000 |
commit | 94891ea6c6d5127333af6e170a26a66699c5a83d (patch) | |
tree | 5e67087e3ea6b72ca4fdc20fc96a277fe9efc28d | |
parent | 0090d82f18eeb3a602f763904d995dbb4f18a532 (diff) |
Include log/log_read.h for reading logs
log/log.h is concerned with writing logs.
Bug: 78370064
Test: build
Merged-In: I3c7719bcbffc6809377e80292b00312b4598bfc2
Change-Id: I3c7719bcbffc6809377e80292b00312b4598bfc2
-rw-r--r-- | cmds/incidentd/src/Section.cpp | 1 | ||||
-rw-r--r-- | cmds/incidentd/src/Section.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 1cc761fa359f..6cbfd47bb660 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -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> diff --git a/cmds/incidentd/src/Section.h b/cmds/incidentd/src/Section.h index c9b80563a609..f8649f8d21f1 100644 --- a/cmds/incidentd/src/Section.h +++ b/cmds/incidentd/src/Section.h @@ -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> |