commit | de00304e93928501f82e0d098cfdd07145f8aa8c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 20 03:08:21 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 20 03:22:00 2020 +0000 |
tree | 8dfd5b18e139b7cd99ba23218af8d5411d7b0d45 | |
parent | f5fdcd30c268c29bd43c69bf007b071fd3132fe5 [diff] | |
parent | 687a3003bf0bcd898b162cf02bdb737b8f90c59f [diff] |
Make change and version bump to r_aml_300802200 for mainline module file: apex/manifest.json Change-Id: I40bd184270e2e047e23d9f4c6279c6cc73c5cdea
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.