commit | 4c2aab12f1c6d712e2d9f46977d7dc7b3bfbf292 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jul 01 08:16:45 2021 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Jul 01 08:16:45 2021 +0900 |
tree | 6a3552b9d703542ca81d035f1afbefa2cb334cb1 | |
parent | 2b017232d6ad6275611c3a0971ffc2e3440a052b [diff] |
Rename ResState::_mark to ResState::mark Change-Id: I47dcbf250174b10abaaf0fbcc6288f2b0d486680
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.