android: Add ChildProcessCrashObserver.java
ChildProcessCrashObserver.java serves a similar purpose as CrashDumpManager.java did (which it will replace), except without the need (or ability) to check for a minidump on the filesystem. Instead of a minidump path, the process ID of the crashed child is passed to the callback which it can use to identify the correct crash dump. Bug: crashpad:30 Change-Id: I718e653acfa35b14ebaa17d0e8c76804f9856dfb Reviewed-on: https://chromium-review.googlesource.com/1150202Reviewed-by:Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#577935}
Showing
Please register or sign in to comment