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:
Sharvil Nanavati 2015-11-30 21:07:46 +00:00 committed by android-build-merger
commit 7126caa17f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {