diff options
| author | 2020-08-17 20:47:53 +0000 | |
|---|---|---|
| committer | 2020-08-17 20:47:53 +0000 | |
| commit | a15f00fbcedb1f6f8974fe27eb62dbed23473f97 (patch) | |
| tree | 5d25f978cc0fd4f041c9954ca0960750febfb01b | |
| parent | 19740a4726575d3d9672703e0951d2ebab582e04 (diff) | |
| parent | 7e3435208a99a92488157f075e9d947f91bf44b2 (diff) | |
Merge "Include log/log_read.h for reading logs" am: 7e3435208a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1402652
Change-Id: Ic8b7992e3bdf91dc3d3d292b9433086b5df8e7de
| -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> |