Update dumpstate HAL to V1.1
This is a manual porting from ag/10344396. Replace the usage of "persist.vendor.verbose_logging_enabled" since we are not using this property for Whitechapel. Use the default property "persist.dumpstate.verbose_logging.enabled" instead. Test: atest VtsHalDumpstateV1_1TargetTest pass Bug: 186539439 Change-Id: I3f0d35647c0748d360b12d3be078d514f99d23d5
This commit is contained in:
parent
c1c9613145
commit
ad5196c2c2
8 changed files with 64 additions and 21 deletions
|
@ -21,8 +21,8 @@
|
|||
#include "DumpstateDevice.h"
|
||||
|
||||
using ::android::hardware::configureRpcThreadpool;
|
||||
using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
|
||||
using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
|
||||
using ::android::hardware::dumpstate::V1_1::IDumpstateDevice;
|
||||
using ::android::hardware::dumpstate::V1_1::implementation::DumpstateDevice;
|
||||
using ::android::hardware::joinRpcThreadpool;
|
||||
using ::android::sp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue