export dumpstatez into stable_properties
Vendor might want to pause/resume some operations while a bugreport is captured so that we need to export dumpstatez into stable_properties.h for vendor to get property event when dumpstatez launch. Test: confirmed manually with "adb bugreport" Bug: 117536084 Change-Id: Ib743c5e59ca20cc44470110c814d85e4cbb90c0c Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
parent
d936e628a3
commit
b7f6c5a1cd
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ static constexpr const char* kPartnerPrefixes[] = {
|
|||
static const std::set<std::string> kExportedActionableProperties = {
|
||||
"dev.bootcomplete",
|
||||
"init.svc.console",
|
||||
"init.svc.dumpstatez",
|
||||
"init.svc.mediadrm",
|
||||
"init.svc.surfaceflinger",
|
||||
"init.svc.zygote",
|
||||
|
|
Loading…
Reference in a new issue