qychen1982 / crashpad

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

crashpad_handler: refactor to be less OS-dependent #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most of the crashpad_handler logic is in handler/mac. Much of this should 
become OS-agnostic and moved to the parent directory, handler. Some of it can 
actually become library routines. For example, most or all of what the upload 
thread may make sense as a library routine if it’s desirable for 
crashpad_database_util to be able to upload reports from a database. Similarly, 
the purging to be added (bug 22) makes sense as a library feature so that 
crashpad_database_util can be directed to purge.

Original issue reported on code.google.com by mark@chromium.org on 28 Mar 2015 at 3:05