commit | 17b58e0ca41600f9e149dd9e0f2d33566b961cca | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Nov 23 16:58:40 2020 -0800 |
committer | Xin Li <delphij@google.com> | Mon Nov 23 16:58:40 2020 -0800 |
tree | a3f8210fcece233e99113d8bc39b6558b3dfcb70 | |
parent | 92cb64374502842c1efc5ac6abc88523e6042781 [diff] | |
parent | 6a3b9f1191b5d2952f72a014f4d678fa81ba3da3 [diff] |
Skip rvc-qpr-dev-plus-aosp-without-vendor@6881855 Bug: 172690556 Merged-In: I13e24fbc51e220f4098503236b7efe9a49e91507 Change-Id: I988e03fab9b10018076ac6da96fc210721666deb
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.