File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ ep_session_type_uses_buffer_manager (EventPipeSessionType session_type)
964
964
{
965
965
if (session_type == EP_SESSION_TYPE_SYNCHRONOUS || session_type == EP_SESSION_TYPE_USEREVENTS )
966
966
return false;
967
-
967
+
968
968
return true;
969
969
}
970
970
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ enable (
522
522
523
523
EP_ASSERT (options != NULL );
524
524
EP_ASSERT (options -> format < EP_SERIALIZATION_FORMAT_COUNT );
525
- EP_ASSERT (ep_session_type_uses_buffer_manager (options -> session_type ) || options -> circular_buffer_size_in_mb > 0 );
525
+ EP_ASSERT (! ep_session_type_uses_buffer_manager (options -> session_type ) || options -> circular_buffer_size_in_mb > 0 );
526
526
EP_ASSERT (options -> providers_len > 0 && options -> providers != NULL );
527
527
528
528
EventPipeSession * session = NULL ;
You can’t perform that action at this time.
0 commit comments