dumpstate: correct verbose logging property
Bug: 221173724 Change-Id: I9d525c55bed2f05e7e89d2253f7bd4f67b7cd6f3
This commit is contained in:
parent
0c20f31dd7
commit
a04c61d42b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace implementation {
|
|||
|
||||
typedef std::chrono::time_point<std::chrono::steady_clock> timepoint_t;
|
||||
|
||||
const char kVerboseLoggingProperty[] = "persist.dumpstate.verbose_logging.enabled";
|
||||
const char kVerboseLoggingProperty[] = "persist.vendor.verbose_logging_enabled";
|
||||
|
||||
void DumpstateDevice::dumpLogs(int fd, std::string srcDir, std::string destDir, int maxFileNum,
|
||||
const char *logPrefix) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue