mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-12-01 03:02:02 +00:00
!9799 revert-子线程crash
Merge pull request !9799 from wangshuo/uifirst0404_crash
This commit is contained in:
commit
e432713a29
@ -701,8 +701,7 @@ bool RSMainThread::CheckParallelSubThreadNodesStatus()
|
||||
RS_LOGE("RSMainThread::CheckParallelSubThreadNodesStatus sunThreadNode is nullptr!");
|
||||
continue;
|
||||
}
|
||||
if (node->GetCacheSurfaceProcessedStatus() == CacheProcessStatus::DOING ||
|
||||
node->GetCacheSurfaceProcessedStatus() == CacheProcessStatus::WAITING) {
|
||||
if (node->GetCacheSurfaceProcessedStatus() == CacheProcessStatus::DOING) {
|
||||
RS_TRACE_NAME("node:[ " + node->GetName() + "]");
|
||||
pid_t pid = 0;
|
||||
if (node->IsAppWindow()) {
|
||||
|
Loading…
Reference in New Issue
Block a user