Open Bug 1455113 Opened 6 years ago Updated 2 years ago

glib G_LOG_LEVEL_CRITICAL events should be treated as assertions, not warnings

Categories

(Core :: Widget: Gtk, enhancement)

enhancement

Tracking

()

People

(Reporter: bradwerth, Unassigned)

References

Details

https://bugzilla.mozilla.org/show_bug.cgi?id=1451098#c5

my_glib_log_func() already treats events with G_LOG_LEVEL_ERROR, G_LOG_FLAG_FATAL, G_LOG_FLAG_RECURSION as assertions, and it should do the same for events with G_LOG_LEVEL_CRITICAL. This will generate failures in tests that encounter critical events, which either should be fixed or should be changed so that they instead emit G_LOG_LEVEL_WARNING events.
See Also: → 1759785
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.