summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--v3/EmulatedCameraFactory.cpp2
-rw-r--r--v3/EmulatedFakeCamera3.cpp10
-rw-r--r--[-rwxr-xr-x]v3/fake-pipeline2/util.c2
3 files changed, 12 insertions, 2 deletions
diff --git a/v3/EmulatedCameraFactory.cpp b/v3/EmulatedCameraFactory.cpp
index 42569fd..c5b255d 100644
--- a/v3/EmulatedCameraFactory.cpp
+++ b/v3/EmulatedCameraFactory.cpp
@@ -118,7 +118,7 @@ EmulatedCameraFactory::EmulatedCameraFactory()
}
mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0],
mEmulatedCameraNum);
- mHotplugThread->run();
+ mHotplugThread->run("");
}
mConstructedOK = true;