commit | b9f2b443653b093a30c83aa2570d498e5438f5d1 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Dec 07 04:14:45 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 07 04:14:45 2020 +0000 |
tree | f7de0c6e9557fc27b6503445f8d1c218bdc027a7 | |
parent | 00f080e3bccbd9134ea0e27ed7582051cd988e08 [diff] | |
parent | 5bc3d458b2976520378a0340d05198bc1d1f7c33 [diff] |
Merge changes I44e7d51e,I62b84190 am: 5bc3d458b2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1517564 Change-Id: If148e212e5dd422aaa7df1b3eda32ce1e572dccc
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.