commit | af44ac8f9bf7ba30a0983be4bdc8b455a23674a5 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Jun 24 10:49:42 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 24 10:49:42 2021 +0000 |
tree | cb27464990cf50b8a0baf3431c24508b85156b6e | |
parent | 3512f4219f1017e2e638cb33c3ee64f9d0380538 [diff] | |
parent | 5e1755710dd9767ed542d7fec77b2076cc872332 [diff] |
Migrate to networkCreate RPC am: 5e1755710d Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/14980874 Change-Id: Ib1939facbf9a2c8ecf9bf9553c869d23bb033321
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.