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