diff options
author | Sasha Smundak <asmundak@google.com> | 2019-01-31 17:19:58 -0800 |
---|---|---|
committer | Sasha Smundak <asmundak@google.com> | 2019-02-01 10:52:09 -0800 |
commit | 769c053d7c5637d71afe0c5364888f25e10257fe (patch) | |
tree | 2ac18d3cab606c3fd7705f9115c5592454490cfa /camera/common/1.0/default/Exif.cpp | |
parent | 12e20e3f2a893b4cbed65c11f4d5c374126f823f (diff) |
Explicitly include log/log.h or android/log.h instead of cutils/log.h
Eliminates the warning.
Test: treehugger
Bug: 123758136
Change-Id: Ibe50261efc18d659a10129977342bc765a9ba9d5
Diffstat (limited to 'camera/common/1.0/default/Exif.cpp')
-rw-r--r-- | camera/common/1.0/default/Exif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/common/1.0/default/Exif.cpp b/camera/common/1.0/default/Exif.cpp index 6054999a07..4de05c5de6 100644 --- a/camera/common/1.0/default/Exif.cpp +++ b/camera/common/1.0/default/Exif.cpp @@ -18,7 +18,7 @@ #define ATRACE_TAG ATRACE_TAG_CAMERA //#define LOG_NDEBUG 0 -#include <cutils/log.h> +#include <android/log.h> #include <inttypes.h> #include <math.h> |