commit | c9d598f52accfdf8679b893894024a21529680a1 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Oct 01 13:48:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 01 13:48:25 2020 +0000 |
tree | 82573fd9c0a37f3c1c17e67bcfab81bd0e39d88b | |
parent | 1ad90da988e4c2763de8c124a2adbb5a1fe0d130 [diff] | |
parent | b6867372f267e34ccf37e95224e89d4a3fc3179e [diff] |
Merge "Add build flag on platform dependent change" am: b6867372f2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1436851 Change-Id: I513b90336d067614bde04608af3aa2796e20562c
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.