Android Question Log("") - It's not safe?

cruzeiro991

Member
Licensed User
Longtime User
Maybe it's something simple but the situation I find myself in is this. I created an application in an earlier version of B4A (5.5 I think). In some moments there are Log (something), I thought these lines would be ignored when compiling as release, but now in my B4A 6.5, I am connected with my device by USB creating another application and realized that the log is showing me Logs Of the first application with important information that could not be displayed. Before compiling as a release should I remove the logs? Is there no option to ignore them?

Does this mean that anyone else connected by usb to b4a with my application installed can see the logs?

NOTE: The app is using private signature key itself, it is not the default debug key.

Excuse me for bad English. Translated with Google Translate
 
Top