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