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

Commit 990dc8c5 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

Change-Id: Idfd13cc794eb170c16d203f7f8b78077ac37db80
parents a6fd7fed 8d897e60
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);