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

Commit c637f713 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7846411 from 09598f4b to tm-d1-release

Change-Id: I9746ef0b5c56ba54c92cf9a05aa7dea768b99934
parents 8ef84aaa 09598f4b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 */

#define LOG_TAG "resolv"

#include "DnsResolver.h"

#include <android-base/logging.h>
@@ -28,7 +30,6 @@

bool resolv_init(const ResolverNetdCallbacks* callbacks) {
    android::base::InitLogging(/*argv=*/nullptr);
    android::base::SetDefaultTag("libnetd_resolv");
    LOG(INFO) << __func__ << ": Initializing resolver";
    // TODO(b/170539625): restore log level to WARNING after clarifying flaky tests.
    const bool isDebug = isUserDebugBuild();
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "ResolverController"
#define LOG_TAG "resolv"

#include "ResolverController.h"

+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@
 * --Copyright--
 */

#define LOG_TAG "resolv"

#include "gethnamaddr.h"

#include <android-base/logging.h>