commit | 1cdac0c20cc6d65604ff2d0ec8fb2c437005a785 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Mar 12 21:27:33 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 12 21:27:33 2021 +0000 |
tree | c2b29b268c022e063c23b45aa8d7a579331a5583 | |
parent | e7af12672a395b4f8eef867975ccc063c5c36a82 [diff] | |
parent | e2d7511e237d89b3a3e5c70906eb566e29eabc33 [diff] |
Merge "Skip the tests relevant to bpf if bpf is not supported" am: 72800649a8 am: e2d7511e23 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1624600 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I664568bcfe43768af825f968588c6d4ea4e36a07
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.