commit | 03f7386cf91ad08b61bbbfaa39c21b7a4918607b | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 04 21:53:07 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 04 21:53:09 2020 +0000 |
tree | 0319888be232771cd9b7adc51381272e30363f46 | |
parent | feae9fb192ff7dbb1556329e27cf57fd2a5b8227 [diff] |
Version bump to r_aml_300800200 [apex/manifest.json] Change-Id: I4c69b6f5d97f1097a7afdc6c6350f5cc6b6a7df4
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.