summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorSalmaxChang <salmaxchang@google.com>2020-02-19 16:14:20 +0800
committerCyan_Hsieh <cyanhsieh@google.com>2020-05-29 21:20:47 +0800
commit3e11992b0dcf5709da5a658e06078fdc67104d9d (patch)
treebe95c8c0ee4b4a9c3f04114d3b4b185b0533f9b8 /dumpstate
parente43aa49812d5ab91f66c9a3a91946840e198b376 (diff)
downloadredfin-3e11992b0dcf5709da5a658e06078fdc67104d9d.tar.gz
dumpstate: Remove unused files
Bug: 144332391 Change-Id: I87b3a2dda2eee10aa7ee69e906341f4815fae1f4
Diffstat (limited to 'dumpstate')
-rwxr-xr-xdumpstate/DumpstateDevice.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index a269f1c..5414c65 100755
--- a/dumpstate/DumpstateDevice.cpp
+++ b/dumpstate/DumpstateDevice.cpp
@@ -203,23 +203,6 @@ void DumpstateDevice::dumpModem(int fd, int fdModem)
modemLogAllDir.c_str());
RunCommandToFd(fd, "Dump IPA log", {"/vendor/bin/sh", "-c", cmd});
- // Dump esoc-mdm log
- snprintf(cmd, sizeof(cmd),
- "cat /sys/kernel/debug/ipc_logging/esoc-mdm/log > %s/esoc-mdm_log.txt",
- modemLogAllDir.c_str());
- RunCommandToFd(fd, "ESOC-MDM LOG", {"/vendor/bin/sh", "-c", cmd});
-
- // Dump pcie0 log
- snprintf(cmd, sizeof(cmd),
- "cat /sys/kernel/debug/ipc_logging/pcie0-long/log > %s/pcie0-long_log.txt",
- modemLogAllDir.c_str());
- RunCommandToFd(fd, "PCIE0-LONG LOG", {"/vendor/bin/sh", "-c", cmd});
-
- snprintf(cmd, sizeof(cmd),
- "cat /sys/kernel/debug/ipc_logging/pcie0-short/log > %s/pcie0-short_log.txt",
- modemLogAllDir.c_str());
- RunCommandToFd(fd, "PCIE0-SHORT LOG", {"/vendor/bin/sh", "-c", cmd});
-
dumpLogs(fd, extendedLogDir, modemLogAllDir, 100, EXTENDED_LOG_PREFIX);
android::base::SetProperty(MODEM_EFS_DUMP_PROPERTY, "false");
}