From 2a3337a17c99c6c10f4701a8787779a5e83e1ea5 Mon Sep 17 00:00:00 2001 From: Yi-Ling Chuang Date: Fri, 18 Feb 2022 13:49:34 +0800 Subject: [PATCH] Enable GWPAsan for Settings Enable this to detect memory bugs. Fixes: 220248277 Test: Local start up time test and memory usage test. Change-Id: I529507931f372f1e1f7bf6ae580fdb35651e6bd0 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0279eec6987..5ff379a9244 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -129,7 +129,8 @@ android:usesCleartextTraffic="true" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" - android:appComponentFactory="androidx.core.app.CoreComponentFactory"> + android:appComponentFactory="androidx.core.app.CoreComponentFactory" + android:gwpAsanMode="always">