commit | 4b791ee557122138ab0c4603762692e9187a9289 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Tue Jan 21 07:49:29 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 21 07:49:29 2020 -0800 |
tree | 108ed5aa989480c781815e8b8dcc5ad717d2b8ab | |
parent | 6cfba61cf2ee66bc27f45115e46bf8196f18b10a [diff] | |
parent | c484a71a2cf3f514b99b8e89f70b2bce4067b4ca [diff] |
Merge "Add libstatspush_compat to resolv_unit_test" am: c484a71a2c Change-Id: If397a715e1a957c6f268fb7265404ca4fab8503a
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.