commit | 03e59202253a386a5614a691633df9e227076a44 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Fri Jul 09 20:14:28 2021 +0800 |
committer | chenbruce <chenbruce@google.com> | Fri Jul 09 20:14:28 2021 +0800 |
tree | 659dfda4ff209f7f436621d5b9bad04eded668d0 | |
parent | 95450851b4ce1c1c125374e115410692c6f876d5 [diff] |
Add mdns_resolution to experiment flag list This feature is eabled by default, this flag is used for emergency rollback if we found any unexpected negative impact. Bug: 193220266 Test: cd packages/modules/DnsResolver && atest Change-Id: I676ea6a8bf0da211028cf7f499307bb14cf0650f
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.