mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
dumpstate: correct verbose logging property
Bug: 221173724 Change-Id: I9d525c55bed2f05e7e89d2253f7bd4f67b7cd6f3
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user