modem_log_constants: System props for logging
Several different services need to be able to set the output directory for copying modem logs, as well as how many files should be copied. Test: N/A just defining constants Bug: 302435001 Change-Id: I3e9f2462a42e3b074810e6fb0a925a8ca026f89d
This commit is contained in:
parent
93c22b6672
commit
da3ebae5ad
@ -21,6 +21,10 @@ inline constexpr std::string_view kModemLoggingNumberBugreportProperty =
|
||||
// determine the logging type.
|
||||
inline constexpr std::string_view kModemLoggingPathProperty =
|
||||
"vendor.sys.modem.logging.log_path";
|
||||
inline constexpr std::string_view kModemLoggingLogCountProperty =
|
||||
"vendor.sys.modem.logging.log_count";
|
||||
inline constexpr std::string_view kModemLoggingLogPath =
|
||||
"vendor.sys.modem.logging.log_path";
|
||||
|
||||
// Bugreport constants
|
||||
inline constexpr int kDefaultBugreportNumberFiles = 100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user