commit | c9e11202ef309cd2afa07964f3d6ac1fe88b5c84 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Mon Apr 18 20:24:49 2022 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Tue Apr 19 21:21:21 2022 +0800 |
tree | dad529fc83ec795224a4e260052fc09253812168 | |
parent | a65cd277138cc48b27785b15736b5dd5505bb4cc [diff] |
Add test GetAddrInfo_Dns64SynthesizeMultiAnswers Bug: 159305929 Test: atest ResolverTest Change-Id: If775d807d47809f7706908a52bb27acc574d4235
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.