summaryrefslogtreecommitdiffstats
path: root/camera/EmulatedCameraDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera/EmulatedCameraDevice.h')
-rwxr-xr-xcamera/EmulatedCameraDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/EmulatedCameraDevice.h b/camera/EmulatedCameraDevice.h
index ee9f7dd..fff11fa 100755
--- a/camera/EmulatedCameraDevice.h
+++ b/camera/EmulatedCameraDevice.h
@@ -396,7 +396,7 @@ protected:
inline status_t startThread(bool one_burst)
{
mOneBurst = one_burst;
- return run(NULL, ANDROID_PRIORITY_URGENT_DISPLAY, 0);
+ return run("Camera_startThread", ANDROID_PRIORITY_URGENT_DISPLAY, 0);
}
/* Overriden base class method.