Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove public provider from rundown session
  • Loading branch information
davmason authored and github-actions committed Sep 14, 2023
commit 722c869c32ddb4ffa3bb4274640053b6be0a76f0
1 change: 0 additions & 1 deletion src/native/eventpipe/ep-session.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ ep_session_enable_rundown (EventPipeSession *session)
EventPipeProviderConfiguration rundown_providers [2];
uint32_t rundown_providers_len = (uint32_t)ARRAY_SIZE (rundown_providers);

ep_provider_config_init (&rundown_providers [0], ep_config_get_public_provider_name_utf8 (), keywords, verbose_logging_level, NULL); // Public provider.
ep_provider_config_init (&rundown_providers [1], ep_config_get_rundown_provider_name_utf8 (), keywords, verbose_logging_level, NULL); // Rundown provider.

// Update provider list with rundown configuration.
Expand Down