commit | a86064a6398b37e3be35ac7de20cd7abef22c9b1 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 12 06:42:36 2020 +0000 |
committer | Ken Chen <cken@google.com> | Thu Mar 12 08:00:16 2020 +0000 |
tree | c4d5b8bc549ae76d5e386f46e5abd8630125fee4 | |
parent | 6467a404deaa45aa0802f213caa27b7d282c045d [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 Merged-In: I4403da7c2b893907ca48918142c98bb6211656e6 Change-Id: Iabe6ab844d09da7ff1db1b95595d097bf382931d (cherry picked from commit 025ee10aa05460948472775ed66142b838cec101)
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.