commit | f40df9ccd43cc8b4d4fdc320b2fa59c05361b954 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Apr 21 08:51:48 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Apr 23 18:20:08 2020 +0800 |
tree | 6cbadd9513ccb71037423d0505a1788e611482b9 | |
parent | 0a0870d8bc6fe1b1e371a277efb65c7a204a30a2 [diff] |
Add Experiments to handle experiment flags logic update experiment flags everytime when a resolver network is created or destroyed. Bug: 135717624 Bug: 151698212 Test: atest Change-Id: I5375e78831c5994af74b9ecaca991f18db03eca6
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.