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