lights: Add a log tag
authorChristopher N. Hesse <raymanfx@gmail.com>
Sat, 4 Mar 2017 14:47:45 +0000 (15:47 +0100)
committerChristopher N. Hesse <raymanfx@gmail.com>
Sat, 4 Mar 2017 15:03:33 +0000 (16:03 +0100)
Change-Id: I7f4643324ed5c52b60ceede5f1ad8f24131cf3c0

liblights/lights_helper.c

index 565101b17d6f29d3079cdf3c5e42c9735636677c..5fd8b12de5349fa680bde353c3c3c9a6b6e2c802 100644 (file)
@@ -14,6 +14,9 @@
  * limitations under the License.
  */
 
+#define LOG_TAG "SamsungLightsHelper"
+/* #define LOG_NDEBUG 0 */
+
 #include <errno.h>
 #include <fcntl.h>
 #include <stdlib.h>