commit | b2d15a6da65ba6cc2ab2563eaf2adf920e6b0d98 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Nov 21 08:37:34 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 21 08:37:34 2019 -0800 |
tree | 3315cb32234443bf4a7b25ede6f3896041204157 | |
parent | 04e1725c2ea7fc92f5dab5fae698fa8ce95c3adb [diff] | |
parent | 6ba673b557a3a5b200f1678d2dfb10afd75eca0f [diff] |
Merge "Move private headers out of /include folder" am: 6ba673b557 Change-Id: If9ea787bd45783eba8e5a57d05301e968eb058ac
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.