commit | 2e63d57f66da8348e69fdfdca548f17e95a59ef5 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Jul 13 09:46:21 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 13 09:46:21 2020 +0000 |
tree | 0074699521789597b66bd85d42bee260e717f8f3 | |
parent | 0375e39aa62655cec05153e67a75a5bda0fd9c66 [diff] | |
parent | 7372261770bbf4ce71ff3fe4d56cd3ed4a608840 [diff] |
Support multinetwork tests am: 6ce587d2c3 am: 7372261770 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1195355 Change-Id: I04b25bf82c95f754cd505a38ee01d679008aba28
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.