[erlang-questions] Update trace flags after function return

Lukas Larsson lukas@REDACTED
Wed Mar 28 10:58:30 CEST 2018


Hello,

On Tue, Mar 20, 2018 at 9:09 AM, Vladimir Gordeev <
gordeev.vladimir.v@REDACTED> wrote:

> I know that I can apply tracing flags to executing process right after
> start of the call,
> for example like that:
>
>     erlang:trace_pattern({erlang, get, 1}, [{['_'], [], [{trace, [],
> [call, timestamp]}]}], [meta]).
>
> Is there a way to apply flags right after return of the call?
>

No, there is not.

Lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180328/03195a6d/attachment.htm>


More information about the erlang-questions mailing list