Hi,
I use System.println statements to debug my program flow. I found out however that on my real FR630 the app is very slow if these System.println statements are in the code. So everytime i build for the real device i have to remove the system.println statements. and adding them again if i want to debug something.
So i was wondering. Is there some way to detect the simulator? This way i could rewrite the code it only executes the system.println statements when the code is run in the simulator..