Hi Team,
I have added support for a custom sensor in QGC. Everything works great. But I’ve been using a hardcoded path for saving this sensor data in sdcard. I found logSavePath() (part of qgc singleton class) which can be used but the issue is I face seg 11 when I try to access this method in my custom plugin code. This seems to be due to threading model. Which documentation can I follow to learn the threading model?