commit | 7a7668abc6d6a9a9ee596a08f2a27d42ff701ca8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Oct 06 22:54:04 2021 +0000 |
committer | Xin Li <delphij@google.com> | Wed Oct 06 22:54:04 2021 +0000 |
tree | 167263bd46fbbc01e8949141da6efb53d2d0f38d | |
parent | 429321fa9ca9d26f349f9381883e855f32e488bf [diff] | |
parent | 5c3fbfc56117f701b6f91889b70a21e954225ebd [diff] |
Merge Android 12 Bug: 202323961 Merged-In: I382fd7706a9050c786cc1a3735c7a5864dc1bd04 Change-Id: I3491ff0e2843ba9fc7aeb2dffe4ec0f10a707abd
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.