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