commit | 93d01604131fa17970c328b920827dcb473cd98c | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sun Sep 08 14:45:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sun Sep 08 14:45:53 2019 -0700 |
tree | 866b5e3f147599c59f7058ddfa1bb95efd5af294 | |
parent | fee271fadd191b52104646c1f82bbc1a10b099c3 [diff] | |
parent | ea528d0348d9efe7ceba1e8290817955d5d07c9c [diff] |
[automerger skipped] Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master am: ea528d0348 -s ours am skip reason: change_id If96423ed9f30515c5ff7bcba69d789ce68eb6ba3 with SHA1 468545415d is in history Change-Id: I77d897761b2f7f72ffab54328a597a645c5dec47
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.