commit | 0ea40d43672581b950271d17cbd202d38f2e9b33 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Sep 16 23:30:27 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Sep 16 23:30:27 2020 +0000 |
tree | 609d5dc9d969c0c0db80d68d9613aa4ed3701fca | |
parent | c966227cf118eabc30901ab89bfa24cc2fbe346a [diff] | |
parent | a9e6f1dffd84ca758721d9cacd08acb49af0a331 [diff] |
Merge cherrypicks of [12620612, 12620613, 12620936, 12620457, 12616684, 12621005, 12620883, 12620884, 12620846, 12620847, 12620869, 12620848, 12620849, 12620961, 12620962, 12620827, 12620614, 12620197, 12620885, 12620198, 12621039, 12621040, 12621041, 12620937, 12620615, 12620886] into rvc-release Change-Id: Ic65b62ad0762b8a35d7ed01d5622d91af0e89f56
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.