commit | 3d26fd87523035db141e61a0c9aa8be07d453d4a | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Oct 08 17:23:13 2020 -0700 |
committer | Xin Li <delphij@google.com> | Thu Oct 08 17:23:13 2020 -0700 |
tree | a07fcd83163406927fc43e76291466b93884d78f | |
parent | da56382cb11ee2c3501f87d39f33e018328acf33 [diff] | |
parent | fd9ff41046993d987a9bc1470b282cb341c22e89 [diff] |
Skip ab/6749736 in stage. Merged-In: If2a763a815fd10ef23ac270a464c27a52a175049 Change-Id: I8eacc98253cfa4fec3905f537950ae74fba61a3c
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.