From d8abf7b57f9f17bd1a60b98ab0481478f73238ca Mon Sep 17 00:00:00 2001 From: steadfasterX Date: Wed, 25 Apr 2018 15:56:18 +0200 Subject: cryptfs_hw: add missing logging tag Change-Id: Iba69c6feb976cab2e466d30241f899540eff4b51 cryptfs_hw: Properly define log tag * LOG_TAG should be defined before including log.h vendor/qcom/opensource/cryptfs_hw/cryptfs_hw.c:45:9: warning: 'LOG_TAG' macro redefined [-Wmacro-redefined] ^ system/core/liblog/include/log/log.h:51:9: note: previous definition is here Change-Id: Id6fdf6f1582360514de9140bd42feaa698527557 --- cryptfs_hw.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptfs_hw.cpp b/cryptfs_hw.cpp index 8f94493..4cf29b1 100644 --- a/cryptfs_hw.cpp +++ b/cryptfs_hw.cpp @@ -26,6 +26,8 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#define LOG_TAG "Cryptfs_hw" + #include #include #include -- cgit v1.2.3