commit | d49e8b4c78e81db83c0a2e6644ec7162b3d17271 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 24 16:54:57 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 24 16:54:58 2020 +0000 |
tree | 938e811b51a7cfea20926e6c843b13f7e7ea2488 | |
parent | ea8582d94105a3df78bd7dadb8eb9dcb6753cfce [diff] |
Version bump to r_aml_300802600 [apex/manifest.json] Change-Id: I6fa6ee1f14c62ae6e1b47e033b5d8fd2d9af86a7
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.