commit | 3e5c35f3979952805cc0d0c4c5a64b58f903fef3 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu Feb 20 14:08:25 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Wed Apr 01 08:51:19 2020 +0800 |
tree | 199e8e42518c3eefebd1abf39dd57bafb3bf80c8 | |
parent | 1ba6afa3e2214feb277839b6ec2bfa09cc5c1c81 [diff] |
Add transport types to a given network - Resolver doesn't know what the transport types are when having a given network. Set tranport types by SetResolverConfiguration. Bug: 143732914 Test: atest Change-Id: I337d4204afd9fbb790fd42cc191759b22dd66bca
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.