From 1afa95c892dac81543058f8ef1d9e2d24cc26f0d Mon Sep 17 00:00:00 2001 From: kamikaonashi Date: Tue, 19 Mar 2024 18:41:48 +0100 Subject: [PATCH] stone: properties: Disable Async MTE on System Server Co-Authored-By: exer <98556122+ekkusa@users.noreply.github.com> --- properties/system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/properties/system.prop b/properties/system.prop index f5386d6..9e51401 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -88,3 +88,6 @@ ro.max.fling_velocity=21000 # Disable vsync for cpu rendered apps debug.cpurend.vsync=false + +# Disable MTE Async for system server +arm64.memtag.process.system_server=off