commit | 30b9cc3276fe6e425e3fd0877031bd6260c2b4f8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 18 07:03:25 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 18 07:17:22 2020 +0000 |
tree | fd04adabcbb0726099faff859ede6067f392fef9 | |
parent | eca9de9abc57dd76b94ea18e050feb1b97bd5a98 [diff] | |
parent | 687a3003bf0bcd898b162cf02bdb737b8f90c59f [diff] |
Make change and version bump to r_aml_300802000 for mainline module file: apex/manifest.json Change-Id: I7a49c0764f389422cc7b7b328b3a7d6dd66834b6
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.