summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicole Lee <nicoleytlee@google.com>2023-05-25 03:59:47 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-05-26 08:38:00 +0000
commit68d0294911322c532c063f6ded69ee09861e5741 (patch)
treefda2b50d80e5694bb7d3316bcf16a8b0dc2c638f
parentd78467fe66cae4ba757b914c79cb21cd5791efaf (diff)
downloadgs201-68d0294911322c532c063f6ded69ee09861e5741.tar.gz
radio: change default max size and max file number
- Max file size: 20MB -> 50MB - Max file count: 10 -> 50 files Bug: 284235513 Test: Flash the build and check always-on logging settings Change-Id: I92143103974cd7bda9f02477cb5805e193d0239e
-rw-r--r--radio/config/logging.conf2
1 files changed, 1 insertions, 1 deletions
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