commit | 24715cb21a00ab763b6dc4448ceb8b6fc4a18915 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 10 02:11:57 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 10 02:11:57 2020 +0000 |
tree | 21ee9b29520ec00c4c1e7ebe33ff4a865335e84f | |
parent | b3dce10c8cb189e9f4c7c6cf7255e8c6f6303749 [diff] | |
parent | 340bb8d56be266437225d025d49df1510de8da20 [diff] |
Snap for 6383144 from 340bb8d56be266437225d025d49df1510de8da20 to rvc-release Change-Id: I4d9b9d744f75ea790f5fe9459049345881b4ea56
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.