commit | de6bd96046cb533d1c7f46f316c9fac2e83634d3 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Mon Dec 02 18:53:40 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 02 18:53:40 2019 -0800 |
tree | 369f4d17477904dece7bc329a126dd7800d4713f | |
parent | 71c0a0474cfc748652d44beb21a7380ba15f9021 [diff] | |
parent | 6407c5af6eab2956a2904f6f43c873c3d924cdff [diff] |
Merge "Use stubs generated by build system" am: 6407c5af6e Change-Id: I4770ae7a9ddd386b09bac13f618fce0893a25744
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.