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