backtrace-labs / crashpad

A fork of Crashpad with file attachment support and other improvements.
Apache License 2.0
99 stars 33 forks source link

Feature/fix crashpad init failure in samsung a20 #7

Closed rqbacktrace closed 3 years ago

rqbacktrace commented 3 years ago

What? This fixes a Crashpad initialization failure which occurs in Samsung A20. Why? The Group: line in the /proc/<pid>/status file does not have a trailing space, which breaks the Crashpad status file parser. How? We relax the requirement that the Group: line in the /proc status file should have a trailing space.