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:
kierancyphus 2023-11-13 15:04:32 +08:00 committed by Kieran Cyphus
parent 93c22b6672
commit da3ebae5ad

View File

@ -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;