commit | eb85d8b0fa558653309a3c40c4165a93f4bbb6cd | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu Apr 23 11:41:15 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Wed May 20 01:40:47 2020 +0800 |
tree | bdce154e979129d2247c9d7508b8991dc54dd566 | |
parent | 0bc1031ff3c8854ef46dc37680a24b1283239977 [diff] |
Add GetCustTableByName to unit test This unit test is for getCustomizedTableByName(). Bug: 122998288 Test: cd packages/modules/DnsResolver && atest Change-Id: I40a129dd6c0aa2eb75f53ddd2b58e080ba8b2656
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.