Commit 37f0ea54 authored by Nitay Joffe's avatar Nitay Joffe Committed by Tudor Bosman

Add exception_tracer

Summary: script to wrap gateway to run it with exception tracer.

Test Plan: deploy

Reviewed By: rajat@fb.com

FB internal diff: D548147
parent efdc6894
...@@ -186,8 +186,8 @@ struct Synchronized { ...@@ -186,8 +186,8 @@ struct Synchronized {
* constructor. * constructor.
*/ */
Synchronized() = default; Synchronized() = default;
/** /**
* Copy constructor copies the data (with locking the source and * Copy constructor copies the data (with locking the source and
* all) but does NOT copy the mutex. Doing so would result in * all) but does NOT copy the mutex. Doing so would result in
* deadlocks. * deadlocks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment