commit | 64c5dca900292a5da4c5af08379c1f595daa61d7 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Nov 26 00:02:48 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 26 00:02:48 2019 -0800 |
tree | 15a1fd0a4b2ce17cb18b517072423f32159c70bb | |
parent | 1a4058a1e202798785687fe7258276c4c451d08c [diff] | |
parent | 47c3eb58cb3b7db956dd840b529ff28317dbe9b9 [diff] |
Merge "Don't allow a non-empty CA certificate in production code." am: 47c3eb58cb Change-Id: I57e7c9c402b6c325eca7cff57e72205727958762
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.