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.
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 theGroup:
line in the/proc
status file should have a trailing space.