From d34bde93556b11cee68f16a31f399196d0654ae9 Mon Sep 17 00:00:00 2001 From: Jinting Lin Date: Fri, 11 Mar 2022 10:40:51 +0000 Subject: [PATCH] Revert "Increase the default log file size and number" This reverts commit 06a6fc040158bfe8e22975b19533e3c6211ed4b1. Reason for revert: unexpected parsing failure Change-Id: Ie4b42e085ee5677bb8e15ca716edf5ae1b976f72 --- 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 deb09dbe..d57c82aa 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 20 -s 50 -m /vendor/etc/modem/default.cfg --enable_exmetric --enable_exmetric_internal +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