commit | 64523659777dcbc8fff57f460d0a046fe74d9353 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 10:19:25 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 26 10:19:25 2020 +0000 |
tree | a6f51811ba40bcf9e1f4b17fce3ca9a1d485ccee | |
parent | d570c4be2d0838dc08f0b2fcb29031e19f5eecc3 [diff] | |
parent | 61f796b5bed91ef78783383cae34c5e06dab03d2 [diff] |
Merge "Test for unexpected prefix updates in SetAndClearNat64Prefix."
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.