Can you check for debug mode programatically? Reason I ask is I have logcat log prints everywhere and I dont want them when compiled in release mode.
is there a way to conditionally compile these "Log(XXXX)" when in debug mode, but not in release mode?
I know with VB you could do #ifdef or something like that.
is there a way to conditionally compile these "Log(XXXX)" when in debug mode, but not in release mode?
I know with VB you could do #ifdef or something like that.