commit | 227a22feb8b8242a4e18c37dd4da1c3566b680fc | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon May 25 07:21:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 25 07:21:00 2020 +0000 |
tree | 8a16b824bfcecefceb48e78169460f74574e97f5 | |
parent | c839c91ffce2080ce136488b0c0c1fe0d9c2596b [diff] | |
parent | d5389f155cb30ec5f8fd217cdaa607b14d4682f3 [diff] |
Drop the dependency of Fwmark am: d5389f155c Change-Id: Id8d182f7262a77674916e51bbfdd41adca606034
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.