sdm710-common: props: Disable Async MTE on System Server
Async mode MTE is enabled by default on System Server process. Add property arm64.memtag.process.system_server=off This property is read during system server forking process and accordingly Heap Tagging level is set. Change-Id: Ie6f6c4f553e2540ac7da9995cb4a3f7b45a910c7
This commit is contained in:
parent
e5f687028e
commit
02cd632de5
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ persist.vendor.radio.mt_sms_ack=30
|
||||||
ro.soc.manufacturer=QTI
|
ro.soc.manufacturer=QTI
|
||||||
ro.soc.model=SDM710
|
ro.soc.model=SDM710
|
||||||
|
|
||||||
|
# System Server
|
||||||
|
arm64.memtag.process.system_server=off
|
||||||
|
|
||||||
# Target specific Netflix custom property
|
# Target specific Netflix custom property
|
||||||
ro.netflix.bsp_rev=Q855-16947-1
|
ro.netflix.bsp_rev=Q855-16947-1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue