shorter thread names
This commit is contained in:
@@ -763,7 +763,7 @@ void dumpApplication(bool with_objects) {
|
||||
|
||||
bool dumpApplicationToFile(const PIString & path, bool with_objects) {
|
||||
PIFile f(path + "_tmp");
|
||||
f.setName("__S__DumpFile");
|
||||
f.setName("_S.DumpFile");
|
||||
f.clear();
|
||||
if (!f.open(PIIODevice::WriteOnly)) return false;
|
||||
auto out_devs = PICout::currentOutputDevices();
|
||||
|
||||
Reference in New Issue
Block a user