commit | 915913bd5a721b26fa5ee6321ab9b26777ae9202 | [log] [tgz] |
---|---|---|
author | Peter Wen <wnwen@chromium.org> | Tue Sep 03 15:09:14 2024 |
committer | Joshua Peraza <jperaza@chromium.org> | Tue Sep 03 17:27:07 2024 |
tree | 7a39262d9e3fbdc567808641edb6ea00c8a15646 | |
parent | f9fa2d112bef458ea765043f1ba3104ce013b1fe [diff] |
Fix crashpad for PGO generation This GN arg config repros the failure in the bug: ``` chrome_pgo_phase = 1 is_official_build = true target_cpu = "arm64" target_os = "android" use_remoteexec = true ``` Commenting out either is_official_build or chrome_pgo_phase removes the compile error, but since many bots build with is_official_build, the culprit must be chrome_pgo_phase. Bug: chromium:362787700 Change-Id: I536a098693b85ed93c22e38e639b393fcb480e79 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5826154 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.