From 5d1a61e31d265f3d663e9a3bc7c6d1e4f0d65c1e Mon Sep 17 00:00:00 2001 From: Nicole Lee Date: Wed, 24 Jan 2024 12:36:55 +0000 Subject: [PATCH] radio: change default max size and max file number - Max file size: 20MB -> 50MB - Max file count: 10 -> 50 files Bug: 322142305 Test: Flash the build and check always-on logging settings Change-Id: I16f07b4736d261cca755a5e6cc68ff9b3bcb436c --- radio/config/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/config/logging.conf b/radio/config/logging.conf index d57c82a..e852dd5 100644 --- a/radio/config/logging.conf +++ b/radio/config/logging.conf @@ -1 +1 @@ -modem_logging_control START -o /data/vendor/radio/logs/always-on -n 10 -s 20 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal \ No newline at end of file +modem_logging_control START -o /data/vendor/radio/logs/always-on -n 50 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal \ No newline at end of file