commit | aaab041d304fb47a7a850dbfa3e187606857d4ec | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Sep 22 08:16:24 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 22 08:16:24 2020 +0000 |
tree | 506d409a5e14bc3fac17da3da6c1e595fb8f2bc3 | |
parent | 3979fc95c4aba9f69cc212a89312c5316d5fc0e2 [diff] | |
parent | dda760abfe8fbcad57669d9397ba19e833756efc [diff] |
Merge "Fix a test bug that doesn't restart network when using experiment flag" am: 62978a845c am: af3b511da4 am: dda760abfe Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1409908 Change-Id: Ifebd1674447a281cef327256d689bbe75bea39f4
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.