mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-profile: record log message for stop command
This commit is contained in:
@ -313,6 +313,7 @@ sysprof_recording_fiber (gpointer user_data)
|
|||||||
switch (command)
|
switch (command)
|
||||||
{
|
{
|
||||||
case SYSPROF_RECORDING_COMMAND_STOP:
|
case SYSPROF_RECORDING_COMMAND_STOP:
|
||||||
|
g_debug ("Recording received stop command");
|
||||||
goto stop_recording;
|
goto stop_recording;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user