Skip to content

Commit

Permalink
Merge "marlin: dump fingerprint firmware log in dumpstate" into nyc-m…
Browse files Browse the repository at this point in the history
…r1-dev
  • Loading branch information
Siqi Lin authored and Android (Google) Code Review committed Jun 28, 2016
2 parents 973ae24 + a8aa728 commit fc8fc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dumpstate/dumpstate.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ void dumpstate_board()
}
}

/* Check if qsee_logger tool exists */
if (!access("/system/bin/qsee_logger", F_OK)) {
run_command("FP LOGS", 10, "qsee_logger", "-d", NULL);
}
};

0 comments on commit fc8fc26

Please sign in to comment.