Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 390cca18 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert "Revert "Added mitigation for b/122921367""" am: fcd2235d am: ad135159

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1502492

Change-Id: I2167d4cb6cd79741097284437acebcdfb6a9ffc2
parents f669aaa6 ad135159
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


/*
 * Disable optimization of this file if we are compiling with the address
 * sanitizer.  This is a mitigation for b/122921367 and can be removed once the
 * bug is fixed.
 */
#if __has_feature(address_sanitizer)
#pragma clang optimize off
#endif

#define LOG_TAG "Zygote"
#define LOG_TAG "Zygote"
#define ATRACE_TAG ATRACE_TAG_DALVIK
#define ATRACE_TAG ATRACE_TAG_DALVIK