commit | 474eb97a92fb4cc3df2d2a81b2139007395c378f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon May 25 07:20:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 25 07:20:53 2020 +0000 |
tree | bb1ad48c8aafbfd60f79b23a429b1e7e74709f75 | |
parent | 8394ae1e049b1eaa91fda0b38a6b9ad5ca1983f3 [diff] | |
parent | 7463de1e8e2b32762b98515ba8baeb51cc5035a0 [diff] |
[automerger skipped] Don't use Fwmark to rename threads am: 7463de1e8e -s ours am skip reason: Change-Id Ie1724dc5775cdeff6ee00a51b5f74e8f8a32d5d3 with SHA-1 cb902c9464 is in history Change-Id: I1247bbf12d88fdf0ab4f0841d4b42da140c96adc
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.