commit | c43476142defe000ea6a1f48af2c919605d57d05 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Fri Jun 25 17:26:14 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 25 17:26:14 2021 +0000 |
tree | a88287cacb091ecde8b5400065f7d36706eb62dd | |
parent | dfc33122136300626395550628105e0c180e9750 [diff] | |
parent | 99b3f5b114d49c226fd78679b201713d52e5d944 [diff] |
Merge "Mark DnsResolver apex as compressible"
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.