commit | 60662a0e3d16779f75a32e7754d6254f65e60fd1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat Feb 15 16:46:41 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Feb 15 16:46:41 2020 +0000 |
tree | cf46a175cbc6679ca5762bb8d75a8bb0197f1d08 | |
parent | 87e9ca0cb89da190e9c72392d38c5e169d562959 [diff] | |
parent | 64ce77d5b5a76746dd9c0ae7cce16ca272e5e61f [diff] |
Merge "Use SharedRefBase::make to allocate." am: 64ce77d5b5 Change-Id: I76b3cd6c04d356f25b03201cc28a8ad71b2b877e
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.