commit | 4998f779ebda5a0e238a34d00618eec2f44c6cdc | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon May 25 07:20:45 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 25 07:20:45 2020 +0000 |
tree | 4420983510aa3876a9f00258cdeb6610ff283cd9 | |
parent | 0a8204d4942b0228bdda56fb80ef33e73163f8e7 [diff] | |
parent | 7463de1e8e2b32762b98515ba8baeb51cc5035a0 [diff] |
Don't use Fwmark to rename threads am: 7463de1e8e Change-Id: Ifa8c980f775a9822e019a4b24a2e90ef7711b510
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.