Unify log tag of DNS resolver
Set LOG_TAG to "resolv" on DNS resolver. Then, the log can be filtered
by "adb logcat [filterspecs]", such as "adb logcat *:S resolv:*", or
'grep'.
Test: resolv_integration_test pass
Change-Id: Ic4f97685d487257560ec3dfe62bab0d187bf9d93
diff --git a/res_query.cpp b/res_query.cpp
index fbbcc31..ea44839 100644
--- a/res_query.cpp
+++ b/res_query.cpp
@@ -70,7 +70,7 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define LOG_TAG "res_query"
+#define LOG_TAG "resolv"
#include <arpa/inet.h>
#include <arpa/nameser.h>