commit | 99dae28c6c4798ded374f60822a5de1b1cb4949a | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Nov 05 01:16:06 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 01:16:06 2019 -0800 |
tree | acd0c7e74243e3eb240b81999bf75641699ac0d2 | |
parent | f048b1cc6714ae2718bb25eadcdb5dd9a0d9ae1a [diff] | |
parent | 8ac099a44e67a46a48004dd0f5c4094ed54980f5 [diff] |
Merge "res_nsend() refactor" am: 8ac099a44e Change-Id: Ieea3c1b18104624aa37d515528f8c83a75a8d46d
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.