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

Commit df4e3bc2 authored by Jie Song's avatar Jie Song
Browse files

Update dumpstate binary file name

Keep modem_log_all.tar for a while for vendors

Bug: 62865279
Test: Verify file name in bugreport
Change-Id: Ia64f6c8e978877040eecfbc6066f0d741d91ddf3
parent f412b2b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line 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 kDumpstateBoardPath = "/bugreports/";
static const std::string kDumpstateBoardFiles[] = {
static const std::string kDumpstateBoardFiles[] = {
    "dumpstate_board.txt",
    "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);
static const int NUM_OF_DUMPS = arraysize(kDumpstateBoardFiles);