Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Andy Street c0108a269d Use an atomic bool to track bridge destruction
Summary: We're seeing intermittent crashes in ~Bridge() where m_destroyed isn't set. This could be because the value of m_destroyed is cached for the destructing thread and doesn't see that the value got updated. Using an atomic boolean should fix this.

Reviewed By: mhorowitz

Differential Revision: D3126701

fb-gh-sync-id: 5887edef748cc05971765943de80187ab7fd8ede
fbshipit-source-id: 5887edef748cc05971765943de80187ab7fd8ede
2016-04-05 13:24:31 -07:00
..
2016-01-22 16:20:13 +00:00
2016-03-25 09:42:23 -07:00
2016-03-23 09:38:26 -07:00
2016-02-16 16:51:39 -08:00
2016-01-22 16:20:13 +00:00
2016-02-12 08:10:33 -08:00
2016-02-26 03:24:36 -08:00