commit | 344164a004fe17ca87f851bdf88f4aa026d85e8e | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Mar 12 10:19:15 2020 +0800 |
committer | Ken Chen <cken@google.com> | Thu Mar 12 05:16:59 2020 +0000 |
tree | f3414e1c9a027a44d50c70a758ce8d18df4756bb | |
parent | 6cb2be0732c5e620e8e14f9a61ea5362974b42db [diff] |
Remove CFI diagnostics mode CFI diagnostics sould be disabled since it introduces additional overhead/complexity, and the diagnostics libraries haven't been analyzed from a security perspective since they were primarily meant for testing. The CFI will still work. Bug: 146408702 Bug: 149427927 Change-Id: I4403da7c2b893907ca48918142c98bb6211656e6
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.