add symbolizer::getStackTrace to replace detail::getSingletonStackTrace
Summary: Currently, `getSingletonStackTrace` is in the logically private `detail` namespace. This adds `symbolizer::getStackTrace` to replace `detail::getSingletonStackTrace`, and this new location mirrors the existing `symbolizer::getAsyncStackTrace`. The changes will be done in multiple parts: - Add the new version - Modify all internal callers to use the new version - Delete the old version Reviewed By: yfeldblum Differential Revision: D33783972 fbshipit-source-id: 137a1d654aea5a451bb90ca12e1916f91589b0df
Showing
Please register or sign in to comment