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