commit | 2a705bb26538fca977013292f99e7dde5d504793 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 05 07:15:50 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 05 07:31:38 2020 +0000 |
tree | f0b01e0a941c2202385c8bb769a4cf50128f692e | |
parent | 03f7386cf91ad08b61bbbfaa39c21b7a4918607b [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300800400 for mainline module file: apex/manifest.json Change-Id: I6cf4100b941f1427eb7c3a8560f2a804383200fc
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.