commit | dfef1daddb641876fba6238a936e9f7fbd00fe05 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Jun 01 02:23:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 01 02:23:53 2020 +0000 |
tree | fde4f6e569cc303fe6a6fe568b98e44e9a5d8cb2 | |
parent | b994f80d3d66b088fad1ad2920fe1f22b163109a [diff] | |
parent | 0a1516e7f8b0d694b96c0368b8e8aa883ee9504b [diff] |
[automerger skipped] Stop depend on libnetd_client_header am: 829511c71b am: 0a1516e7f8 -s ours am skip reason: Change-Id I13d56bbce94614865fb0d892b1ce0c6f2fffe4af with SHA-1 27616fe06e is in history Change-Id: I3ed8ae0600f88e27bf6db2b8d29e0c9917abf97a
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.