commit | af849d21b15d358860fd321f60b024609627c3df | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Sep 05 04:51:18 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 05 04:51:18 2019 -0700 |
tree | 866b5e3f147599c59f7058ddfa1bb95efd5af294 | |
parent | 405f982d8d3ce6853e5f4f59679ad3689f66e554 [diff] | |
parent | d40018acc1933f907c14e680da750b590355a004 [diff] |
dns_responder: Add an optional DNS header mapping to build a response am: 30013fc871 am: 0ec0d080f1 am: d40018acc1 Change-Id: Ie1f78a2e8ae22bae1b4f845d251a4de790b5a00b
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.