summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcryptfs_hw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptfs_hw.c b/cryptfs_hw.c
index 214713c..324a822 100755
--- a/cryptfs_hw.c
+++ b/cryptfs_hw.c
@@ -41,6 +41,8 @@
#include "keymaster_common.h"
#include "hardware.h"
+#define LOG_TAG "Cryptfs_hw"
+
#if defined(__LP64__)
#define QSEECOM_LIBRARY_PATH "/vendor/lib64/libQSEEComAPI.so"
#else