Loading services/surfaceflinger/Scheduler/src/Timer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ bool Timer::dispatch() { ALOGW("Failed to set SCHED_FIFO on dispatch thread"); } if (pthread_setname_np(pthread_self(), "TimerDispatch")) { if (pthread_setname_np(pthread_self(), "TimerDispatch") != 0) { ALOGW("Failed to set thread name on dispatch thread"); } Loading Loading
services/surfaceflinger/Scheduler/src/Timer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ bool Timer::dispatch() { ALOGW("Failed to set SCHED_FIFO on dispatch thread"); } if (pthread_setname_np(pthread_self(), "TimerDispatch")) { if (pthread_setname_np(pthread_self(), "TimerDispatch") != 0) { ALOGW("Failed to set thread name on dispatch thread"); } Loading