From 3b613ccedcf191c8e89595173b46f023805c64e3 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Mon, 12 Mar 2018 10:53:32 +0900 Subject: [PATCH] Export init.svc.console as an actionable property The state of console can be used to set up a device for debugging. Bug: 74266614 Test: succeeded building and tested with Pixels Change-Id: I3691fa2819594a521e05dad150550ab309a78c68 Merged-In: I3691fa2819594a521e05dad150550ab309a78c68 (cherry picked from commit cba467eeda887d2eb65edf7777c525cad23b8ebb) --- init/stable_properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/init/stable_properties.h b/init/stable_properties.h index be354570d..bd568f06c 100644 --- a/init/stable_properties.h +++ b/init/stable_properties.h @@ -29,6 +29,7 @@ static constexpr const char* kPartnerPrefixes[] = { }; static const std::set kExportedActionableProperties = { + "init.svc.console", "init.svc.mediadrm", "init.svc.zygote", "persist.bluetooth.btsnoopenable",