Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge bi_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Sep 4, 2020
2 parents 9d51dd5 + daef52d commit 5858380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/drm_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,9 @@ class DRM_LOCAL DrmManager::Impl {
return;
}

// Collect host and card information when possible
getHostAndCardInfo();

mThreadKeepAlive = std::async( std::launch::async, [ this ]() {
Debug( "Starting background thread which maintains licensing" );
try {
Expand Down

0 comments on commit 5858380

Please sign in to comment.