I know this has come up before.
It seems that log() statements are compiled in 'release mode'. I notice, when I run my app in release mode via B4A bridge, the output in the log screen in the IDE. As this must take time, the question is, how do I switch that off? Do I use some conditional compiler statement around the log() statements? Do I remove all logging statements prior to release, or should I not bother at all?
It seems that log() statements are compiled in 'release mode'. I notice, when I run my app in release mode via B4A bridge, the output in the log screen in the IDE. As this must take time, the question is, how do I switch that off? Do I use some conditional compiler statement around the log() statements? Do I remove all logging statements prior to release, or should I not bother at all?