commit | 7b666ee7aa3197a0bfe31a376e27772fd645c243 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Aug 28 04:10:37 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 28 04:10:37 2019 -0700 |
tree | b1401c0d9091ddbae1d33783b6d6220524bacbf2 | |
parent | 60c315443b957e7f134acddb37c6789461e07fb7 [diff] | |
parent | 405f982d8d3ce6853e5f4f59679ad3689f66e554 [diff] |
Merge "Delete dump_bytes() and its helper functions" am: ba69fc1e53 am: 23deefd9c0 am: 5a8b0715f2 am: 405f982d8d Change-Id: Ie978cb0bf36cf4591f8ab06a887e8fab5347f8a0
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.