commit | 339cf8a22c3840dd6ebb14953e83d0f8493a009d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 09 07:03:44 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 09 07:17:39 2020 +0000 |
tree | bde9124ce2f881ad36cbb19365030089d405f4ce | |
parent | abd39beb1fb008b70a428ea317b8941caa2b0a73 [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300801100 for mainline module file: apex/manifest.json Change-Id: Idfaa913f442ba4e207274c0b764bf504457a1bad
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.