commit | 7340a535a76a18b21fccbf2d315a09db37ad772d | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Nov 10 14:02:45 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 10 14:02:45 2020 +0000 |
tree | c6aa11be0393b44065e238c443336af06667faf5 | |
parent | e4fb5a10a688c700c7e1947455ee3db924d2ad17 [diff] | |
parent | ba4abf75126d218c18e91092106b9ae86ee4f86e [diff] |
Merge "Fix AIBinder_linkToDeath not being called issue" am: c6626fdd8b am: ba4abf7512 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1492676 Change-Id: I7563a400592cb9aff42f9c945b2c2c82d8f54d31
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.