commit | 372cec45329ad4e0f2558eaf9abb0b9d9f22c999 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Oct 31 23:45:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 31 23:45:19 2019 -0700 |
tree | f259196422c8ddf66af3daf2090b3ca329660fdb | |
parent | 2147a9c7fc2c856a7a1218fd9e8f4f050e216098 [diff] | |
parent | 2078b2bd4229f705afb6d1f2012690757154eb99 [diff] |
Merge "Add private DNS validation thread tracker" am: 2078b2bd42 Change-Id: I73c789bcf23d7f9b012af7d6e5f5d92d212e8434
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.