Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIWorkIntervalTiming workIntervalStart

Getting console log while scrolling ScrollView. Is there way to remove this?

2019-03-27 12:33:34.109573+0530 MyApp[10465:46241] [UIWorkIntervalTiming] workIntervalStart: startTimestamp > targetTimestamp; rolling forward by 1.116667

like image 559
SPatel Avatar asked Mar 27 '19 07:03

SPatel


1 Answers

I can observe the same issue with a UICollectionView and UITableView. I suspect it is a diagnostic output used to analyse the scrolling performance.

Note: I notice this issue from Xcode 10.2

in UICollectionView if you swapping too much faster than collection getting Freeze for few moment on Simulator but Real Device working fine.

Earlier Xcode version this features is UIWorkIntervalTiming had its logging privileges revoked

like image 56
Nazmul Hasan Avatar answered Nov 20 '22 03:11

Nazmul Hasan