mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibWebView: Emit “submit an issue” suggestion when Ladybird crashes
This commit is contained in:
parent
05e1b54e97
commit
cdb9081a86
Notes:
github-actions[bot]
2024-07-26 00:37:59 +00:00
Author: https://github.com/sideshowbarker
Commit: cdb9081a86
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/805
Reviewed-by: https://github.com/kalenikaliaksandr ✅
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ void ViewImplementation::handle_resize()
|
|||
void ViewImplementation::handle_web_content_process_crash()
|
||||
{
|
||||
dbgln("WebContent process crashed!");
|
||||
dbgln("Consider raising an issue at https://github.com/LadybirdBrowser/ladybird/issues");
|
||||
|
||||
++m_crash_count;
|
||||
constexpr size_t max_reasonable_crash_count = 5U;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue