Update AsyncScope so that the first frame's return-address is the .add() callsite
Summary: Modify the AsyncScope::add() method so that it records the call-site of .add() as the first frame's return address instead of recording .add() itself as the first frame. This should hopefully give a bit more insight into where the detached task was launched. Reviewed By: andriigrynenko Differential Revision: D24478808 fbshipit-source-id: 0723891e77af5e52c7f8c13e218e4fb9120867e3
Showing
Please register or sign in to comment