davidbrs / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Add a callback to report whether ExceptionHandler initialization passed or failed #647

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are seeing data where breakpad is not able to handle the crashes. This 
defect can be device specific. We want to capture the different scenarios where 
breakpad could have failed. One of them is the initialization of 
ExceptionHandler. There should be a callback or a return value stating whether 
the initialization succeeded or failed.

Original issue reported on code.google.com by atishayj...@gmail.com on 31 Mar 2015 at 8:01