commit | 00d8439ff959cfeb648f5fb02c73ee32205fca46 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 12 07:08:15 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 12 07:21:40 2020 +0000 |
tree | 1374897a3f015e87fe9c2d6ce8ee318db10267cb | |
parent | a2ca6a16e507df9ca3bc008a348d7071fa715501 [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300801400 for mainline module file: apex/manifest.json Change-Id: I7fe61fc45281427bb7dff379566bdefe228be9ce
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.