1. Is it possible to get the profiler to start when the simulator starts? I would like to see the times of initialize, onLayout, and a few other routines that run at startup.
2. What do I need to do to get the "Watchface Diagnostics" to show anything other than all zeros? The watch face itself is working.
3. Is there a way to get the simulated watch face to look more like the real thing? A screen shot would be useless to show off.
4. Is it possible to get WatchFacePowerInfo.executionTimeAverage while the watch face is running? I only get a null value.
5. The watch is apparently tracking my heart rate most if not all the time. Is it possible to get the current heart rate while the watch face is awake? I am not looking for it in low power / sleep mode. The methods I have tried so far all return null.
6. Maybe the hard one: Can I get the compass while the watch is awake? If not directly then would it be possible to get a background service to read it?