commit | a1ddbefa7a39db9dc7bdd260f9ff1e1fd4692dd5 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 29 11:34:29 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 29 11:34:29 2021 +0000 |
tree | 88139ec8695d7881eb7db09cb7ea6ea1cb70f1c0 | |
parent | 5e1755710dd9767ed542d7fec77b2076cc872332 [diff] | |
parent | 2ecaa2e41ae6c87cf41cd89d360b0de18c19433c [diff] |
Merge "Mark DnsResolver apex as compressible" into sc-dev
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.