commit | baf18446d9b34f93ff8afdb737ce395dc53973a8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Mar 20 02:04:44 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Mar 20 02:04:44 2020 +0000 |
tree | f50d8e3f2eec334227aa1b2fafa4283b49bab8f6 | |
parent | 37bd328405494ce58abb0499da6421d5933a2fba [diff] | |
parent | b6402aea0a93a69438dab624df1eed11beaca183 [diff] |
Snap for 6314400 from b6402aea0a93a69438dab624df1eed11beaca183 to rvc-release Change-Id: I011299458b9e219d9ef1d45e7681656d6a8dd016
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.