In my android application i extensively use Log.i
, Log.e
.
On these commands I usually pass SQLite queries or http rest urls that communicate with my application.
My question is: Is it safe to keep these logs when the application reaches the Play store ? If a user runs the application with his device connected on his computer will he be able to view the Log messages on his LogCat ?