From 6608c7057877e70a70233e033728759a31dd06a5 Mon Sep 17 00:00:00 2001 From: doronz88 Date: Thu, 12 Sep 2024 14:57:02 +0300 Subject: [PATCH] crash_report: add `HotStopAppLaunchLog` bug_type --- pycrashreport/crash_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pycrashreport/crash_report.py b/pycrashreport/crash_report.py index ea14a15..933451e 100644 --- a/pycrashreport/crash_report.py +++ b/pycrashreport/crash_report.py @@ -181,6 +181,7 @@ class BugType(Enum): HangWorkflowResponsiveness = '239' CompositorClientHang = '243' AVConference = '240' + HotStopAppLaunchLog = '248' class CrashReportBase: