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:
Minchan Kim 2018-10-10 19:17:06 +09:00
parent d936e628a3
commit b7f6c5a1cd

View file

@ -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",