libsysprof-ui: also try to connect to D-Bus if pids specified

If we are connecting to an existing process, we want to try to extract
profiling data using D-Bus for that process.
This commit is contained in:
Christian Hergert
2019-06-06 17:34:12 -07:00
parent 0fbe44f06c
commit 49127e5b17

View File

@ -20,6 +20,12 @@
<property name="envvar">GTK_TRACE_FD</property>
</object>
</child>
<child>
<object class="SysprofProxySource">
<property name="bus-type">session</property>
<property name="object-path">/org/gtk/Profiler</property>
</object>
</child>
</object>
<object class="SysprofAid" id="gjs_aid">
<property name="display-name">GJS</property>