Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31974d72 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Renamed 2nd device file back to dumpstate_board.bin. am: 95d6ca5d

am: 99feeed7

Change-Id: I57dc0a96f90a24385e7f8e32f228dac91427db53
parents 20a4dc12 99feeed7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -126,8 +126,7 @@ static const std::string ZIP_ROOT_DIR = "FS";
static const std::string kDumpstateBoardPath = "/bugreports/";
static const std::string kDumpstateBoardFiles[] = {
    "dumpstate_board.txt",
    // TODO: rename to dumpstate_board.bin once vendors can handle it
    "modem_log_all.tar"
    "dumpstate_board.bin"
};
static const int NUM_OF_DUMPS = arraysize(kDumpstateBoardFiles);