commit | 358e47f3bc68f91c1986f52f3c59c4644f83c620 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 12 00:33:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 12 00:33:27 2021 +0000 |
tree | 39353b6060e52e5a626b93f16ad1ccd150a01ba7 | |
parent | a07fbbeafeff7bf89fd3ddd434fe0836ef1d7275 [diff] | |
parent | 8e81fc60df19b4d04eb17be65cdf7c922a0fc8e4 [diff] |
Merge "SKIP_IF_BPF_NOT_SUPPORTED is a no-op" am: 2261eccd14 am: 8e81fc60df Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1546974 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I377663dcd5171ca3943856d391fe6bf065522722
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.