diff options
author | Lukas Larsson <[email protected]> | 2018-03-15 16:17:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-15 16:17:15 +0100 |
commit | 2a3e3ef7c36d9ab32d30f13ef510e00d2aa3c30b (patch) | |
tree | 34861832f6c35935f0180ea304aea53ab45e4b51 | |
parent | d171399bb5a0e9f4c6029564ece4fbf89f3c76f8 (diff) | |
parent | 4ec470dedb903e0113416edf3f590b85b1dedc9a (diff) | |
download | otp-2a3e3ef7c36d9ab32d30f13ef510e00d2aa3c30b.tar.gz otp-2a3e3ef7c36d9ab32d30f13ef510e00d2aa3c30b.tar.bz2 otp-2a3e3ef7c36d9ab32d30f13ef510e00d2aa3c30b.zip |
Merge pull request #1747 from vladimir-vg/patch-1
Tracing MatchSpec docs update
-rw-r--r-- | erts/doc/src/match_spec.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/match_spec.xml b/erts/doc/src/match_spec.xml index 2a14f1e47b..644b989800 100644 --- a/erts/doc/src/match_spec.xml +++ b/erts/doc/src/match_spec.xml @@ -405,7 +405,8 @@ <c><![CDATA[tracer]]></c>.</p> <p>If a tracer is specified in both lists, the tracer in the enable list takes precedence. If no tracer is specified, the same - tracer as the process executing the match specification is used.</p> + tracer as the process executing the match specification is used (not the meta tracer). + If that process doesn't have tracer either, then trace flags are ignored.</p> <p>When using a <seealso marker="erl_tracer">tracer module</seealso>, the module must be loaded before the match specification is executed. If it is not loaded, the match fails.</p> |