commit | 30aabe374ab8a33948bc7545b5b45326032ff27c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Nov 19 22:11:57 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 19 22:11:57 2019 -0800 |
tree | 432f99ef5508b4eacdc314a183ccfbbc3e52963f | |
parent | fe7e8894fa42456003dd84cb403a23515c811f64 [diff] | |
parent | 0a5416f380e86ab21e4382f26fba7a4138a5e222 [diff] |
Merge "Change to use experiment flags to configure private DNS connect timeout" am: 0a5416f380 Change-Id: I791dafb24bf1b2f4913fcd42a887ace5a972a49d
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.