commit | 37bd328405494ce58abb0499da6421d5933a2fba | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 19 02:06:36 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 19 02:06:36 2020 +0000 |
tree | 9f1c2297951634f3b40008f35e1bf70c89403634 | |
parent | a68cd59d6ac7d2adf51ddf7006d616544b0bfb37 [diff] | |
parent | 1dd5147bd90a6cdf7d422d08fd7443b44553c98c [diff] |
Snap for 6309957 from 1dd5147bd90a6cdf7d422d08fd7443b44553c98c to rvc-release Change-Id: I48b2e6f77c0731cf1c51c28ef983dd1e8f4387b8
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.