Skip to content

Commit

Permalink
Merge "dumpstate: Remove unused codes" into qt-qpr1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TreeHugger Robot authored and Android (Google) Code Review committed Dec 2, 2019
2 parents 6688387 + 0f59ab7 commit 2418884
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dumpstate/DumpstateDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ void DumpstateDevice::dumpModem(int fd, int fdModem)
if (!PropertiesHelper::IsUserBuild()) {
char cmd[256] = { 0 };

RunCommandToFd(fd, "MODEM RFS INFO", {"/vendor/bin/find /data/vendor/rfs/mpss/OEMFI/"}, CommandOptions::WithTimeout(2).Build());
RunCommandToFd(fd, "MODEM DIAG SYSTEM PROPERTIES", {"/vendor/bin/getprop | grep vendor.sys.modem.diag"}, CommandOptions::WithTimeout(2).Build());

android::base::SetProperty(MODEM_EFS_DUMP_PROPERTY, "true");

const std::string diagLogDir = "/data/vendor/radio/diag_logs/logs";
Expand Down

0 comments on commit 2418884

Please sign in to comment.