commit | 39f7b16ddb89b2c79a5135fd48d17256398d5811 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue May 19 12:41:34 2020 +0000 |
committer | Bruce Chen <chenbruce@google.com> | Thu May 21 07:26:39 2020 +0000 |
tree | f25541d6e5f6d8cfca8bcce3749820953150d6ab | |
parent | 6971c78123847a39084dc583286ecb65afcf3dfb [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 Merged-In: Ie4975eeda329f7b86236b849b26c1c589e300536 Change-Id: I3b7bf2b929c9df80671d180a8ccac6c06507bc68
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.