commit | 05a0868b1f29f33a08d905a69bbdc01edf715a43 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Aug 24 04:21:51 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 24 04:21:51 2020 +0000 |
tree | 13980626645adf62ad115bb6c01e894342af72a2 | |
parent | 957333d2a99861bc9e01a96605a6de1f4ea4cabd [diff] | |
parent | 5729afcb0c1961a477a22cb5d34900d761bd0af1 [diff] |
Merge "Make uid related tests compatible with Android Q"
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.