mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f39e3fe113
Summary: @public I've noticed that the logs can be sometimes misleading, as when an Activity ends it doesn't log immediatly. A sync `console.log` would log before it although the Acitivity should've finished before. Turns out we wait before writing out the logs to the console. I don't see any reason for this. Looking at the `Activity` module it's over-engineered. This diff makes logging sync and simplfies the module. Reviewed By: @martinbigio Differential Revision: D2467922