From 01390092df8f3887158c1162ba32132007919a22 Mon Sep 17 00:00:00 2001 From: Nicole Lee Date: Wed, 19 Jan 2022 17:47:00 +0000 Subject: Separate modem logging configs for each project As the modem logging configs have different group ID from s5123 and s5300 platform, we need to use different config files for each projects, move them from Pixel Logger to device specific folders Bug: 210784859 Change-Id: Ic0a3e4b72edcaa744fc284b0eaac58cad839f79a --- radio/config/default.cfg | 1 + radio/config/default.nprf | Bin 0 -> 8894 bytes radio/config/default_metrics.xml | 191 +++++++++++++++++++++++++++++++++++++++ radio/config/logging.conf | 1 + 4 files changed, 193 insertions(+) create mode 100644 radio/config/default.cfg create mode 100644 radio/config/default.nprf create mode 100644 radio/config/default_metrics.xml create mode 100644 radio/config/logging.conf (limited to 'radio') diff --git a/radio/config/default.cfg b/radio/config/default.cfg new file mode 100644 index 0000000..58f9cd3 --- /dev/null +++ b/radio/config/default.cfg @@ -0,0 +1 @@ +default.nprf,default_metrics.xml \ No newline at end of file diff --git a/radio/config/default.nprf b/radio/config/default.nprf new file mode 100644 index 0000000..fe15d73 Binary files /dev/null and b/radio/config/default.nprf differ diff --git a/radio/config/default_metrics.xml b/radio/config/default_metrics.xml new file mode 100644 index 0000000..51374d9 --- /dev/null +++ b/radio/config/default_metrics.xml @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/radio/config/logging.conf b/radio/config/logging.conf new file mode 100644 index 0000000..d57c82a --- /dev/null +++ b/radio/config/logging.conf @@ -0,0 +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 -- cgit v1.2.3