mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-08 03:03:02 +00:00
Add debug internal logging for destructors. Sort destructor order
This commit is contained in:
@@ -155,6 +155,7 @@ hybrid_observables_gs::hybrid_observables_gs(const Obs_Conf &conf_) : gr::block(
|
||||
|
||||
hybrid_observables_gs::~hybrid_observables_gs()
|
||||
{
|
||||
DLOG(INFO) << "Observables block destructor called.";
|
||||
if (d_dump_file.is_open())
|
||||
{
|
||||
auto pos = d_dump_file.tellp();
|
||||
|
||||
Reference in New Issue
Block a user