commit | 333377b44c4c7ff710139b7185ab10097dfdef8b | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Sep 09 20:21:19 2020 -0700 |
committer | Xin Li <delphij@google.com> | Wed Sep 09 20:21:19 2020 -0700 |
tree | 3f43b199f88e19054a23b21da02b6935148435d2 | |
parent | 6670782024bc0c0c037fa6774f9f9150b6b684de [diff] | |
parent | 9a057c7178ced5b307fda9bb37006a0ecf8410bd [diff] |
Merge Android R Bug: 168057903 Merged-In: I84f04ecdd900ae5f77f409c8b325f9a447afb8a3 Change-Id: I1c653e4047b1aeac0d5520f10c4565deaccf948f
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.