commit | 2ecaa2e41ae6c87cf41cd89d360b0de18c19433c | [log] [tgz] |
---|---|---|
author | Samiul Islam <samiul@google.com> | Thu Jun 24 13:08:01 2021 +0100 |
committer | Samiul Islam <samiul@google.com> | Mon Jun 28 13:19:34 2021 +0100 |
tree | 9a62b7b8d1c514d3c2e31a022863ea3a3d38e1d3 | |
parent | ad12ba9cfa530cd4157c306693cff62b4d758f4a [diff] |
Mark DnsResolver apex as compressible Bug: 169780183 Test: presubmit Change-Id: I83ddc77ebe911233268bf4d9c92836a1fd162e93 Merged-In: I83ddc77ebe911233268bf4d9c92836a1fd162e93 (cherry picked from commit 99b3f5b114d49c226fd78679b201713d52e5d944)
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.