commit | a65cd277138cc48b27785b15736b5dd5505bb4cc | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Apr 14 14:27:47 2022 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Mon Apr 18 18:58:02 2022 +0800 |
tree | 0921803441a22a10a9a3874c952e1ff8db3c3a98 | |
parent | b55756648aa59e7cb2476cd2e58bba4dc1370be9 [diff] |
[DS#2] add test GetAddrInfo_Dns64Canonname Test canonname, if any, is not broken after DNS64 synthesized. Bug: 159305929 Test: atest ResolverTest Change-Id: I1a7c118bc182083714f99454c6afa33a7c2ce7c5
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.