linux: No need of |ptype| parameter.
This commit is contained in:
parent
b1f9c4dfc5
commit
ce6f9f20bf
3 changed files with 0 additions and 10 deletions
|
@ -552,12 +552,6 @@ void HandleCrashDump(const BreakpadInfo& info) {
|
|||
}
|
||||
}
|
||||
|
||||
if (info.process_type_length) {
|
||||
writer.AddPairString("ptype", info.process_type);
|
||||
writer.AddBoundary();
|
||||
writer.Flush();
|
||||
}
|
||||
|
||||
if (info.distro_length) {
|
||||
static const char distro_msg[] = "lsb-release";
|
||||
writer.AddPairString(distro_msg, info.distro);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue