Still learning B4a but my app development is progressing well.
The log method is very useful but can slow execution.
I notice when running in release mode the logs are still output.
Will the logs get stripped out when I create an APK or will they stick around slowing things down?
Should I be using the conditional compilation feature to strip them out or is this unnecessary?
The log method is very useful but can slow execution.
I notice when running in release mode the logs are still output.
Will the logs get stripped out when I create an APK or will they stick around slowing things down?
Should I be using the conditional compilation feature to strip them out or is this unnecessary?