CompTIA
ADR-001 · Question #45
Why should a developer ensure the debug flag is set to "false" in the manifest for a production build?
The correct answer is A. It prevents malware from being able to connect to the debug socket and take control of the app. See the full explanation below for the reasoning.
Question
Why should a developer ensure the debug flag is set to "false" in the manifest for a production build?
Options
- AIt prevents malware from being able to connect to the debug socket and take control of the app.
- BIt prevents debug messages from showing up in the log.
- CIt prevents an attacker from being able to reverse engineer the app.
- DIt prevents an attacker from communicating with the app over the debug bridge.
How the community answered
(29 responses)- A79% (23)
- B3% (1)
- C3% (1)
- D14% (4)
Community Discussion
No community discussion yet for this question.