commit | ff6ca5e703a275d98c90608e9499a8949c5ae3db | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Thu Jan 09 13:05:49 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 09 13:05:49 2020 -0800 |
tree | 09072aae5f3fc518a894ac135358998d35b77949 | |
parent | beeb9420301bdfa5d640d150934764c3f9a07935 [diff] | |
parent | 0452b8cf515b25e76321ba0ca337fafbc58b5506 [diff] |
Merge "Pass the supportQ flag to stats-log-api-gen" am: 0452b8cf51 Change-Id: I861f9f7867d1ddde444d0747a0ff564abe366caa
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.