commit | af0eb5ecb67308705e23c834d77c18aadd5279c9 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Feb 19 03:26:57 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Feb 19 03:26:57 2020 +0000 |
tree | e2f7fb5d34f9c1cabae4d1dca834aa3b0c337e00 | |
parent | cd0daaf6cab0197afce3ba02b9df71be5a3e59f8 [diff] | |
parent | 09e2cd8d9ddbebcfb75e28939cb39a9acf7923f7 [diff] |
Snap for 6216739 from 09e2cd8d9ddbebcfb75e28939cb39a9acf7923f7 to rvc-release Change-Id: I9979f32359f01bdbffc63dfdf086afed83f2126f
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.