Implementing callback functionality for exception routines
authorDmitry Pleshkov <bort@fb.com>
Mon, 1 Feb 2016 23:35:18 +0000 (15:35 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 2 Feb 2016 00:20:32 +0000 (16:20 -0800)
commit20bd643d25350e6cf0bb0232a5ebf78522b359e9
tree47d22c5fef2e1f8ba8695ddd44900a0406d93417
parentc046205c2fc1ff43b62fc48b269fab3d93bf0460
Implementing callback functionality for exception routines

Summary: Depends on D2865911

Reviewed By: luciang

Differential Revision: D2742158

fb-gh-sync-id: 3e7866a742575ee4f7501cff0abbd5c21e26a46e
folly/experimental/exception_tracer/ExceptionCounterLib.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionCounterLib.h [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionStackTraceLib.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.h [new file with mode: 0644]
folly/experimental/exception_tracer/test/ExceptionCounterTest.cpp [new file with mode: 0644]