commit | 62978a845c380eb1725bb58cafb487df18d546d3 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Sep 22 06:09:17 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 22 06:09:17 2020 +0000 |
tree | ddf5415fa63639fc738d69df0c29dcffdad183ed | |
parent | e96691257dfaad71ae61eeae92d557153f56b7a3 [diff] | |
parent | 10832aaa42f57a319ac202a706fa64ba0419c3e7 [diff] |
Merge "Fix a test bug that doesn't restart network when using experiment flag"
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.