In have noticed in 4.1.6 that my data field App have 256 bytes less free memory when I load and playback a FIT file vs if I do not load a FIT file. I know its 256 bytes exactly of difference since I checked with:
System.println(System.getSystemStats().freeMemory);
This difference has not been there in the past. And there should be no dynamic difference in my data field App. So, I analyzed it using CTRL+M and got, when not loading a FIT file but still pressed the start btn:
If I play back a FIT file I get:
BUT - the stack is exactly the same:
And, I have peak memory detection enabled and shown.
huh?