Console logging in mobile Android vs iOS

A general recommendation to exclude any console logs from your js in mobile before releasing a mobile application.

Beyond the potential security risk(s), we have found that console logs do not seem to affect iOS but break Android apps without any visible errors in the UI.