am bec6d04e: Add LOG_TAG to NetdConstants.

* commit 'bec6d04e1a84823b89e5581ea8ebcf9f08915216':
  Add LOG_TAG to NetdConstants.
diff --git a/NetdConstants.cpp b/NetdConstants.cpp
index ca869a3..db1d4cd 100644
--- a/NetdConstants.cpp
+++ b/NetdConstants.cpp
@@ -16,6 +16,8 @@
 
 #include <string.h>
 
+#define LOG_TAG "Netd"
+
 #include <cutils/log.h>
 
 #include "NetdConstants.h"