commit | 99b3f5b114d49c226fd78679b201713d52e5d944 | [log] [tgz] |
---|---|---|
author | Samiul Islam <samiul@google.com> | Thu Jun 24 13:08:01 2021 +0100 |
committer | Samiul Islam <samiul@google.com> | Thu Jun 24 13:08:01 2021 +0100 |
tree | cee873e7316311daea950b12a5cbac76cdfe436f | |
parent | 0bff241f710c08b847c80987973b954fc33532dd [diff] |
Mark DnsResolver apex as compressible Bug: 169780183 Test: presubmit Change-Id: I83ddc77ebe911233268bf4d9c92836a1fd162e93
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.