We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d23a8 commit 3026695Copy full SHA for 3026695
lib/membrane/core/parent/child_life_controller/crash_group_utils.ex
@@ -2,12 +2,11 @@ defmodule Membrane.Core.Parent.ChildLifeController.CrashGroupUtils do
2
@moduledoc false
3
# A module responsible for managing crash groups inside the state of pipeline.
4
5
- require Membrane.Logger
6
-
7
alias Membrane.{Child, ChildrenSpec}
8
alias Membrane.Core.{CallbackHandler, Component, Parent}
9
alias Membrane.Core.Parent.{ChildLifeController, ChildrenModel, CrashGroup}
10
alias Membrane.Core.Parent.ChildLifeController.LinkUtils
+ require Membrane.Logger
11
12
@spec add_crash_group(
13
Child.group(),
0 commit comments