Loading
Bug 1605699 - add more assertions to see if sample's attributes are still...
Bug 1605699 - add more assertions to see if sample's attributes are still valid before we return it via `GetSample()`. r=bryce In D58392 and D58393, we already added some assertions to ensure that (1) sample is valid when it got added (2) sample is valid when we call `GetSample()`. However, the crash still exists and doesn't hit these two places. So another possible situation is that samples become invalid during modification before we return it via `GetSample()`. Therefore, add more assertion to see my guess is correct or not. Differential Revision: https://phabricator.services.mozilla.com/D126722