Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f29155b0 authored by Ken Chen's avatar Ken Chen Committed by android-build-merger
Browse files

Merge "Unify log tag of DNS resolver"

am: 91f9ff3c15

Change-Id: I26c86711c4092cb90aeca31f9ef8e4ae5f22ba08
parents 28680ae1 5471dca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "Dns64Configuration"
#define LOG_TAG "resolv"
#define DBG 0

#include "Dns64Configuration.h"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#include <sys/socket.h>
#include <sys/types.h>

#define LOG_TAG "DnsProxyListener"
#define LOG_TAG "resolv"

#include <algorithm>
#include <list>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "DnsResolverService"
#define LOG_TAG "resolv"

#include "DnsResolverService.h"

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "DnsTlsDispatcher"
#define LOG_TAG "resolv"
//#define LOG_NDEBUG 0

#include "DnsTlsDispatcher.h"
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "DnsTlsQueryMap"
#define LOG_TAG "resolv"
//#define LOG_NDEBUG 0

#include "DnsTlsQueryMap.h"
Loading