Commit 183de5b
authored
External crash reporter : Extend implementation, but leave it disabled for now (o3de#18631)
* Re-enable external crash handler on windows
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
* Include crash handler to most standalone tools
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
* Allow to manually report an issue
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
* Disable crash handler for now as need more than just dump
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
* Conditionally add external crash reporter as dependency
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
* Remove old pal annotations
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>
---------
Signed-off-by: guillaume-haerinck <guillaume.haerinck@outlook.com>1 parent 585bb27 commit 183de5b
File tree
31 files changed
+168
-21
lines changed- Code
- Editor
- Legacy/CrySystem
- Tools
- AssetProcessor
- CrashHandler
- Platform
- Android
- Linux
- Mac
- Windows
- iOS
- Tools
- UI
- Uploader
- Uploader/src
- LuaIDE
- ProjectManager
- Source
- Gems
- Atom/Tools
- MaterialCanvas/Code
- Source
- MaterialEditor/Code
- Source
- PassCanvas/Code
- Source
- ShaderManagementConsole/Code
- Source
- CrashReporting/Code
- cmake/Platform/Windows
31 files changed
+168
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
0 commit comments