The kind of logging I would want to do would change depending on which environment I'm in. Also, on a practical level, I might want to disable certain animations when debugging in chrome because those are painfully slow when running across the bridge.
To clarify, detection of debugging remotely in chrome is not the same thing as detecting whether the app is in __DEV__
mode or using the packager. Specifically, I'm referring to when you select "Start Remote Debugging" (previously "Start Debugging in Chrome") in the developer menu.