File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1363,6 +1363,7 @@ void SharedCache::ParseAndApplySlideInfoForFile(std::shared_ptr<MMappedFileAcces
13631363
13641364SharedCache::SharedCache (BinaryNinja::Ref<BinaryNinja::BinaryView> dscView) : m_dscView(dscView), m_viewSpecificState(ViewSpecificStateForView(dscView))
13651365{
1366+ m_logger = LogRegistry::GetLogger (" SharedCache" , dscView->GetFile ()->GetSessionId ());
13661367 if (dscView->GetTypeName () != VIEW_NAME)
13671368 {
13681369 // Unreachable?
@@ -1371,7 +1372,6 @@ SharedCache::SharedCache(BinaryNinja::Ref<BinaryNinja::BinaryView> dscView) : m_
13711372 }
13721373 sharedCacheReferences++;
13731374 INIT_SHAREDCACHE_API_OBJECT ()
1374- m_logger = LogRegistry::GetLogger (" SharedCache" , dscView->GetFile ()->GetSessionId ());
13751375 DeserializeFromRawView ();
13761376 if (!m_metadataValid)
13771377 return ;
You can’t perform that action at this time.
0 commit comments