commit | d3825d06a25bf62167264be13b49c31636a01591 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jul 07 03:03:18 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jul 07 03:16:46 2020 +0000 |
tree | 9da58434d8418ad2464a2fc7b77b6f42d2313af5 | |
parent | eedcb7d9ae5e1c4656decd3267405aea8fca4330 [diff] | |
parent | 2f819aee642a18c35e3f949f6f19fee834e9953e [diff] |
Make change and version bump to r_aml_300900500 for mainline module file: apex/manifest.json Change-Id: I9614f1eaa25b5f65d31650d1b35f4f2f0265518b
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.