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

Commit c3ee5e8f authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by android-build-merger
Browse files

Increase raft timeout to 10min so we get complete logs from older devices. am: 804339a5

am: 7126caa1

* commit '7126caa1':
  Increase raft timeout to 10min so we get complete logs from older devices.
parents f83543ab 7126caa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ static void dumpstate() {

    run_command("LOG STATISTICS", 10, "logcat", "-b", "all", "-S", NULL);

    run_command("RAFT LOGS", 300, SU_PATH, "root", "logcompressor", "-r", RAFT_DIR, NULL);
    run_command("RAFT LOGS", 600, SU_PATH, "root", "logcompressor", "-r", RAFT_DIR, NULL);

    /* show the traces we collected in main(), if that was done */
    if (dump_traces_path != NULL) {