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

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

Merge "Unify log tag of DNS resolver" am: 91f9ff3c15

am: 379b67cab0

Change-Id: I5aa314c7ba1ba3498a0e828f48649e1220d36adb
parents 4569b3d8 f29155b0
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