From 7bac08421af5543400c691bb9b7ef6fae027b6fe Mon Sep 17 00:00:00 2001 From: Lucchetto Date: Tue, 19 Mar 2024 18:32:31 +0100 Subject: [PATCH] stone: properties: Disable phantom process monitoring --- properties/product.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/properties/product.prop b/properties/product.prop index 4e1e973..08f3cfd 100644 --- a/properties/product.prop +++ b/properties/product.prop @@ -16,3 +16,6 @@ debug.media.transcoding.codec_max_operating_rate_1080P=120 # Declare use of spatial audio ro.audio.spatializer_enabled=true + +# Phantom process monitoring +sys.fflag.override.settings_enable_monitor_phantom_procs=false