aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/debug_location.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-11-28 14:50:07 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-11-28 14:50:07 -0800
commitb319f491ff63a109917d69fc5020aa5c4eb184a7 (patch)
treeef64c13dd48ab151e4fca1a17e024757480a7816 /src/core/lib/support/debug_location.h
parentd3984c32c8e773a4d6caf6e3eb5536cbd7cddf17 (diff)
Code review changes.
Diffstat (limited to 'src/core/lib/support/debug_location.h')
-rw-r--r--src/core/lib/support/debug_location.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/lib/support/debug_location.h b/src/core/lib/support/debug_location.h
index 47c5082874..0939da595d 100644
--- a/src/core/lib/support/debug_location.h
+++ b/src/core/lib/support/debug_location.h
@@ -21,6 +21,9 @@
namespace grpc_core {
+// Used for tracking file and line where a call is made for debug builds.
+// No-op for non-debug builds.
+// Callers can use the DEBUG_LOCATION macro in either case.
#ifndef NDEBUG
class DebugLocation {
public: