commit | 201af3528e74f055e18237501075bb7f88e4ef4b | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Dec 06 04:34:29 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 06 04:34:29 2021 +0000 |
tree | 60ef885f1cbaa7aa1f78e32758783b165d5654f4 | |
parent | a2d29582d4c7a6253aa60bbc019ca3eb282746e7 [diff] | |
parent | 327d4c8c83e5d2b024a9fa5684a252457199fd14 [diff] |
Support creating a network with a given netId in tests am: 4bdc867843 am: 327d4c8c83 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1906165 Change-Id: I83097c84b9399c7cd9813b23ee5d7cc067e349ec
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.