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

Commit 7126caa1 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

* commit '804339a5':
  Increase raft timeout to 10min so we get complete logs from older devices.
parents 392db573 804339a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,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) {