[Bug 736402] New: debug logging: Print the GTask name as well as the thread pointer in the debugs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 10 03:21:28 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736402
  GStreamer | gstreamer (core) | git

           Summary: debug logging: Print the GTask name as well as the
                    thread pointer in the debugs
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: tsaunier at gnome.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Currently the debug looks like:

0:00:00.487023893 31989   0x1294590 DEBUG  category ...

where 0x1294590 is the thread as return by g_thread_self. It would be pretty
useful to use the name of the GstTask associated when there is one, leading to
something like:

0:00:00.487023893 31989   videotestsrc0:src_0x1294590 DEBUG  category ...

What do you think?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list