commit | fa40bd18343b5d556d3f38cf56a002045b4e745e | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Jun 22 03:03:34 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Jun 22 03:16:56 2020 +0000 |
tree | 976c1db82b5ae0aae0b17d4935bb6b4e486a4b5e | |
parent | de00304e93928501f82e0d098cfdd07145f8aa8c [diff] | |
parent | 687a3003bf0bcd898b162cf02bdb737b8f90c59f [diff] |
Make change and version bump to r_aml_300802300 for mainline module file: apex/manifest.json Change-Id: Ie325825aeb6b777f06f24ffda60c23a8ac3b2e0e
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.