commit | 866c1ff3e36b2ef3f9b94493efcca31936223bd2 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat Feb 15 16:58:40 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Feb 15 16:58:40 2020 +0000 |
tree | cf46a175cbc6679ca5762bb8d75a8bb0197f1d08 | |
parent | b253c7e33f90cd9a043973dbee2f0131a503cd5c [diff] | |
parent | 60662a0e3d16779f75a32e7754d6254f65e60fd1 [diff] |
Merge "Use SharedRefBase::make to allocate." am: 64ce77d5b5 am: 60662a0e3d Change-Id: I365b59f4c98d47227b56e0b5e18976074987b23a
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.