From f154b17b7908ef17029672e811b91de867dc4d9f Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Sat, 4 Mar 2017 15:47:45 +0100 Subject: [PATCH] lights: Add a log tag Change-Id: I7f4643324ed5c52b60ceede5f1ad8f24131cf3c0 --- liblights/lights_helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liblights/lights_helper.c b/liblights/lights_helper.c index 565101b..5fd8b12 100644 --- a/liblights/lights_helper.c +++ b/liblights/lights_helper.c @@ -14,6 +14,9 @@ * limitations under the License. */ +#define LOG_TAG "SamsungLightsHelper" +/* #define LOG_NDEBUG 0 */ + #include #include #include -- 2.20.1