commit | 04e1725c2ea7fc92f5dab5fae698fa8ce95c3adb | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Nov 21 06:42:40 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 21 06:42:40 2019 -0800 |
tree | 1db46e350ba4732eceef4e1dcfc00f26d7803eb8 | |
parent | 68ae631298a1e146fdf122fdaf3c33f877c92c80 [diff] | |
parent | 766feae1185bac8cd381f52b4873f0987ff2bf17 [diff] |
Add an API to flush cache on designated network am: 766feae118 Change-Id: I421abbb2e3d62a16595f6221d61d86dcd9ea3920
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.