[conflict] Allow dumpstate prop to R vendor's allowlist am: a8e1303bdb am: f28026f329

Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/security/+/2097397

Change-Id: I919975b560c3fecbb85e9c419f252779023c83d3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/system_property/VtsTrebleSysPropTest.py b/system_property/VtsTrebleSysPropTest.py
index 7f0b6ed..51bd514 100644
--- a/system_property/VtsTrebleSysPropTest.py
+++ b/system_property/VtsTrebleSysPropTest.py
@@ -87,7 +87,8 @@
     ]
 
     _VENDOR_OR_ODM_NAMESPACES_WHITELIST = [
-            "persist.camera." # b/138545066 remove this
+            "persist.camera.", # b/138545066 remove this
+            "persist.dumpstate.verbose_logging.enabled",
     ]
 
     _VENDOR_TYPE_PREFIX = "vendor_"
diff --git a/system_property/vts_treble_sys_prop_test.py b/system_property/vts_treble_sys_prop_test.py
index adef97e..7622b2b 100644
--- a/system_property/vts_treble_sys_prop_test.py
+++ b/system_property/vts_treble_sys_prop_test.py
@@ -145,7 +145,8 @@
 
     # This exception is allowed only for the devices launched before S
     _VENDOR_OR_ODM_NAMESPACES_WHITELIST = [
-            "persist.camera."
+            "persist.camera.",
+            "persist.dumpstate.verbose_logging.enabled",
     ]
 
     _VENDOR_TYPE_PREFIX = "vendor_"