|
|
@ -526,7 +526,7 @@ traceFunc(#trace_func_state_v1{pid = Pid, level = Level, format_string = Fmt} = |
|
|
|
traceState(Pid, Level, Options) -> |
|
|
|
#trace_func_state_v1{pid = Pid, |
|
|
|
level = Level, |
|
|
|
count = proplists:get_value(count, Options), |
|
|
|
count = proplists:get_value(count, Options, infinity) |
|
|
|
timeout = proplists:get_value(timeout, Options, infinity), |
|
|
|
format_string = proplists:get_value(format_string, Options, "TRACE ~p ~p")}. |
|
|
|
|
|
|
|