util: Add a SCREEN_CAST debug topic
This is going to be useful to log dropped frames and other more common errors about screencasting. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1709>
This commit is contained in:
@@ -278,6 +278,8 @@ topic_name (MetaDebugTopic topic)
|
||||
return "INPUT";
|
||||
case META_DEBUG_KMS:
|
||||
return "KMS";
|
||||
case META_DEBUG_SCREEN_CAST:
|
||||
return "SCREEN_CAST";
|
||||
case META_DEBUG_VERBOSE:
|
||||
return "VERBOSE";
|
||||
case META_DEBUG_WAYLAND:
|
||||
|
Reference in New Issue
Block a user