commit | c565e890e007261323dbb6c9be88ef850aeba9e7 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Jan 29 07:04:40 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 29 07:04:40 2020 -0800 |
tree | 2abf203abf4d16fab45a40f1df8feb66449a5ee0 | |
parent | 29e15f96f2b39c6d9bb537e500fee53d41412364 [diff] | |
parent | aeb1127f0b8554d6490c42d2bf2399b00194a72f [diff] |
Merge "Enable CFI (Control Flow Integrity)" am: aeb1127f0b Change-Id: Ic2c4d923c421b58e5ccdb9c2c0279d62368a922a
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.