commit | af3b511da4e30f2a72b6d3d355ed806d70614505 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Sep 22 06:27:27 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 22 06:27:27 2020 +0000 |
tree | ddf5415fa63639fc738d69df0c29dcffdad183ed | |
parent | 8588cea0775993a6858590e67af7ba8b0abdb65d [diff] | |
parent | 62978a845c380eb1725bb58cafb487df18d546d3 [diff] |
Merge "Fix a test bug that doesn't restart network when using experiment flag" am: 62978a845c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1409908 Change-Id: Ia084f8faa158a7d6fce2d0db7d53340b0e25f37a
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.