I am using CCS 6.1.2.00015 in Linux and I am trying to collect data with System Analyzer. I have a Spectrum Digital XDS200 connected to a CC1310, ROV is opened and the target is running. In Live Session window alongside the ROV window, I stop the collection. Nothing happens after this point. I am able to open and view the data from an example ccsv6/ccs_base/dvt_4.1.0.201507151655/AnalysisLibrary/DataProviders/CsvViewer/saSampleData.csv. I am using RTOS 2.14.03.28, Bios 6.42.03.35, UIA 2.00.0.2.39 and cc13xxware 2.01.00.16101. Here is relevant info from the project.cfg file.
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.loggerType = LoggingSetup.LoggerType_STOPMODE;
LoggingSetup.sysbiosTaskLogging = true;
LoggingSetup.sysbiosSwiLogging = true;
LoggingSetup.sysbiosHwiLogging = true;
LoggingSetup.loadLogging = true;