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