mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c91e32b050
Summary: Introduce a new debugging mechanism for the debugger. Outside of debug mode (you must defined `DEBUG_LOGS_BREADCRUMBS` manually to enable this feature) it will have no cost or binary size. When the debug mode is enabled, it allows you to trace the call stack to trace what the differ is doing, making logs more useful. Motivation: tracking down a tricky bug caught by D27585136 which originates in the differ. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D27667885 fbshipit-source-id: ef75a9a1c8890f9bbe3e5b2e8a8ffcde92fb22c2