What risk arises from using `console.log` statements in a production React Native build?
-
A
Sensitive data may be exposed in device logs and it degrades JS thread performance
-
B
The app will crash immediately on launch in release mode
-
C
Metro will refuse to bundle files containing console.log
-
D
Hermes will disable JIT optimization for logged functions