forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add session-type crash keys to Crash Reports
If we set a crash key in Ash, but Lacros crashes, the crash key will not be shown in a crash report. Because of it we need to set session-type crash key in both Ash and Lacros. Bug: b/207562010 Change-Id: I6c8cf34407dfc92109807a0fad774252495ec422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3529211 Reviewed-by: Polina Bondarenko <[email protected]> Reviewed-by: Roman Sorokin <[email protected]> Reviewed-by: Roland Bock <[email protected]> Reviewed-by: Robert Sesek <[email protected]> Commit-Queue: Irina Fedorova <[email protected]> Cr-Commit-Position: refs/heads/main@{#983454}
- Loading branch information
1 parent
06b358a
commit b3b2e25
Showing
6 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ include_rules = [ | |
"-content", | ||
|
||
"+ui/native_theme", | ||
"+components/crash/core/common", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters