aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-03-15 16:17:15 +0100
committerGitHub <[email protected]>2018-03-15 16:17:15 +0100
commit2a3e3ef7c36d9ab32d30f13ef510e00d2aa3c30b (patch)
tree34861832f6c35935f0180ea304aea53ab45e4b51
parentd171399bb5a0e9f4c6029564ece4fbf89f3c76f8 (diff)
parent4ec470dedb903e0113416edf3f590b85b1dedc9a (diff)
downloadotp-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.xml3
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>