I’ve noticed that by default Unity mobile games print out a lot of logcat data to the console (i.e. accelerometer settings, shader compilation errors, various metadata) which is useful for debugging, but not particularly useful when in production. I’m also concerned about any potential performance hit that be incurred by excessive console output.
Is there an option or script inside Unity or even Eclipse that I could use to suppress this console output?
Thank you.