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

Commit 79469d2a authored by Jibu Joseph's avatar Jibu Joseph Committed by android-build-merger
Browse files

Merge "Update dumpstate binary file name" into oc-dr1-dev am: 8d897e60

am: 990dc8c5

Change-Id: Iadce5459a5edf5187134e2c246d7bbe00f735629
parents 4c88a2ad 990dc8c5
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);