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

Commit 8d897e60 authored by Jibu Joseph's avatar Jibu Joseph Committed by Android (Google) Code Review
Browse files

Merge "Update dumpstate binary file name" into oc-dr1-dev

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