commit | 46b72f9deb3b458e72ee20aa359bc8f2c37c76bf | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 15 10:19:01 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 15 10:19:01 2021 +0000 |
tree | c90ebb319aab6729455fdd785b7a27e2a9556817 | |
parent | 1bd7fdddc41d0dfd86b1075e5c1cac95f1fc4b79 [diff] | |
parent | 6a66baeae9f2a73bf3acda2625c45c6170ad0967 [diff] |
Merge "Merge "[DRUEL03] Implement unsolicited private DNS validation event" am: 34c67cbd78 am: a0c18b82b1 am: 3498f64d0a"
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.