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

Commit 99feeed7 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

Change-Id: Id4fbc6af2cee731716fcaea87629604051b0b4b5
parents 09c53739 95d6ca5d
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);