Loading system/vendor_libs/test_vendor_lib/src/async_manager.cc +2 −1 Original line number Diff line number Diff line Loading @@ -415,9 +415,10 @@ class AsyncManager::AsyncTaskManager { thread_ = std::thread([this]() { ThreadRoutine(); }); if (!thread_.joinable()) { LOG_ERROR(LOG_TAG, "%s: Unable to start task thread", __FUNCTION__); } return -1; } return 0; } void ThreadRoutine() { while (1) { Loading Loading
system/vendor_libs/test_vendor_lib/src/async_manager.cc +2 −1 Original line number Diff line number Diff line Loading @@ -415,9 +415,10 @@ class AsyncManager::AsyncTaskManager { thread_ = std::thread([this]() { ThreadRoutine(); }); if (!thread_.joinable()) { LOG_ERROR(LOG_TAG, "%s: Unable to start task thread", __FUNCTION__); } return -1; } return 0; } void ThreadRoutine() { while (1) { Loading