Android Question relase - log

kisoft

Well-Known Member
Licensed User
Longtime User
If a application is ready for publication, it can have the active Log(xxx) left in the code. Is it better to remove Log(xxx).
 

DonManfred

Expert
Licensed User
Longtime User
B4X:
#if debug
Log(msg)
#end if
 
Upvote 0
Top