1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 18:54:06 +00:00

Add debug internal logging for destructors. Sort destructor order

This commit is contained in:
Carles Fernandez
2020-06-25 02:50:07 +02:00
parent df7c466de0
commit 5a3db5a53d
52 changed files with 310 additions and 269 deletions

View File

@@ -81,6 +81,7 @@ GNSSFlowgraph::GNSSFlowgraph(std::shared_ptr<ConfigurationInterface> configurati
GNSSFlowgraph::~GNSSFlowgraph()
{
DLOG(INFO) << "GNSSFlowgraph destructor called";
if (connected_)
{
GNSSFlowgraph::disconnect();