mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 02:15:39 +01:00
Add a client_id field to CrashReport (#22) r=mmentovai.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@23 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
adf186cc76
commit
4c13853437
@ -34,6 +34,9 @@ struct CrashReport {
|
||||
// and is not used by airbag.
|
||||
string report_id;
|
||||
|
||||
// An optional id which identifies the client that generated the report.
|
||||
string client_id;
|
||||
|
||||
// The time that the report was uploaded (milliseconds since the epoch)
|
||||
airbag_time_t report_time;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user