commit | 816394c86b4182deb1cbf663472f419783d61a34 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Wed Sep 18 20:05:13 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 18 20:05:13 2019 -0700 |
tree | 3bcb05f9a69053cc4d8ff3cd2fe3afba8be57c3a | |
parent | ad8bc0e2af92697f70730b159e33d71829514476 [diff] | |
parent | be1ec0130ab08284f34edd789f04506c53545c62 [diff] |
Merge "Resolv: Replace BSD types with regular C99 types" am: a0c6f19b43 am: 8cf0f508cf am: be1ec0130a Change-Id: I55689226057010c293c96b12d95c9593a87200f5
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.