commit | 6c32fc9029a1a33dfac1099b8a119b600f052321 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 14 10:54:56 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 14 10:54:56 2021 +0000 |
tree | af0b9475e48c60b991a990dfc355a8db58aeeb9e | |
parent | 5d811e85ded4b7372c57df65856f2acbdf873ed6 [diff] | |
parent | ac99b3d0c5fc1af47114804e99cc408816a2d50b [diff] |
Merge "Remove explicit dep on libring-core"
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.