UIWorkIntervalTiming workIntervalStart

前端 未结 3 903
不知归路
不知归路 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:23

    You can simply silence the noise from the simulator:

    1. Xcode Menu: Product -> Scheme -> Edit Scheme
    2. Select the Run(Debug)
    3. On Environment Variables section set OS_ACTIVITY_MODE = disable

      • Image

    Here is an image

    Unfortunately, I can't find any information relating to this issue in Apple documentation, but I believe that it is some diagnostic output which is used to analyze the scrolling performance.

提交回复
热议问题