Increase raft timeout to 10min so we get complete logs from older devices.
am: 804339a59e
* commit '804339a59e4abcbcf5a50a60ff0543e6b404e572':
Increase raft timeout to 10min so we get complete logs from older devices.
This commit is contained in:
commit
7126caa17f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user