Fix a lacros crash on launch.
crashpad_handler needs to know where to put crashes. By default it uses the default UserDataDir and does not have support for --user-data-dir. If the default UserDataDir is not writable, then lacros fails to launch. This CL sets --breakpad-dump-location when launching lacros, effectively overriding the default. Change-Id: I9e31bc14ed721a3984f42f30f94d4214d672daa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350124 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#797094}
Showing
Please register or sign in to comment