commit | 79dbcde3ab703f350082f8c995a66ebf199b0b29 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu May 21 13:45:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 13:45:48 2020 +0000 |
tree | 4b70b6626e270844635e61b82eaa8c782b7086a7 | |
parent | b2d8a3306d50df6a8a8d531fe6a3ccf094142967 [diff] | |
parent | cb902c9464c074d705c71251e442a1ee6842568e [diff] |
Don't use Fwmark to rename threads am: cb902c9464 Change-Id: Ia6ca7989d36d1dfc93bfee58e677684ae681c88c
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.