commit | d476a95d87cb2571e996f8f46a5555d37ae79384 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Mon May 18 17:37:37 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Mon May 18 17:45:42 2020 +0800 |
tree | a34b829c4f7e37a4a8abf92dda6c0456fe9e283d | |
parent | 803522642001b7b0b59f099d071e254e656debf4 [diff] |
Move test cases to unit test GetNetworkTypesForNet and ConvertTransportsToNetworkType don't relate to resolver cache. Move these two test cases to suitable category. Bug: 143732914 Test: atest Change-Id: Ie4975eeda329f7b86236b849b26c1c589e300536
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.