UIWorkIntervalTiming workIntervalStart

前端 未结 3 902
不知归路
不知归路 2021-02-01 01:17

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

2019-03-27 12:33:34.109573+0530 MyApp[10465:46241] [UIWorkInter

3条回答
  •  长情又很酷
    2021-02-01 01:45

    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

提交回复
热议问题