I am trying to speed-up my application. Will it make my app significantly faster if I remove all the logs-code? Does it make a difference ?
My app writes lots of logs.
Log.v(TAG, "example android log");
I read this question, but it doesnt answer my question.