A2 UI
This commit is contained in:
@@ -208,8 +208,9 @@ void DBusDispatcher::WaitForClose()
|
||||
serviceThread.join();
|
||||
}
|
||||
}
|
||||
catch (const std::exception &)
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
std::cout << "DBusDispatcher: " << e.what() << std::endl;
|
||||
}
|
||||
if (eventFd != -1)
|
||||
{
|
||||
|
||||
@@ -78,7 +78,7 @@ private:
|
||||
std::atomic<bool> stopping;
|
||||
|
||||
std::vector<CallbackEntry> postedEvents;
|
||||
bool threadStarted;
|
||||
bool threadStarted = false;
|
||||
std::thread serviceThread;
|
||||
std::mutex postMutex;
|
||||
};
|
||||
Reference in New Issue
Block a user