commit | 390b5ab001b9060a5b4fdf11f5ef6d1797badd9e | [log] [tgz] |
---|---|---|
author | Akshay <aksh@google.com> | Thu Nov 07 18:55:41 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 07 18:55:41 2019 -0800 |
tree | 4c7c6660b5dd34dbb6009298c722470de82240c8 | |
parent | 99dae28c6c4798ded374f60822a5de1b1cb4949a [diff] | |
parent | d77eef74c7356ffd285a24bc4d837cd8bcafac4c [diff] |
Merge "DO NOT MERGE Set module versions to 299900000" am: d77eef74c7 Change-Id: I73832ef82bb6f3885e8902fc0f4d8b6aff48d2c9
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.