commit | 7ad90dba288ddbb0138a33f8432c3a3291cac48f | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat May 02 01:09:15 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat May 02 01:09:15 2020 +0000 |
tree | 50d4f5947db3dcbfee0fe1ba2023a9835c20697b | |
parent | b7aac3e4e7d241f1e6b9565031d0c6b257f86857 [diff] | |
parent | 5b30e710dcd4ea0dc1d92c7c7c167f2c430b6f12 [diff] |
Snap for 6453963 from 5b30e710dcd4ea0dc1d92c7c7c167f2c430b6f12 to rvc-release Change-Id: I8e5701d8534d07dcd571b46b498acf84ecae0836
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.