commit | 0a272a2ef37f6527b7749c245fa95c8bf7daf3e7 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Dec 04 16:24:49 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Fri Dec 04 20:36:05 2020 +0800 |
tree | a579de2eef3d5d735ba6f9ef380014579e87402f | |
parent | d4db011b7c2c0045b472d24caaaf1d30f56eae98 [diff] |
Change parallel_lookup flag name for preparing release This feature is eabled by default, the relevant flag is only used for emergency rollback if we found any unexpected negative impact. This change is required because we don't want to accidentally enable/disable this feature in the devices will old module installed. Bug: 171010645 Test: atest Change-Id: I44e7d51eb17b446f7f4316b296e1bbeff6ba05aa
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.