roothide / Bootstrap

A full featured bootstrap for iOS 15.0-17.0 A8-A17 & M1+M2 using roothide
MIT License
1.18k stars 793 forks source link

There is a bug in the log output, which is present in the new version of the UI #183

Closed ClaraCora closed 7 months ago

ClaraCora commented 7 months ago

There is an error in the log output of the new version of UI. System version, device model, and application version often lose one of these three.

ClaraCora commented 7 months ago

Fixed log loss bug.Asynchronous log task. Refer to https://github.com/ClaraCora/Bootstrap/blob/main/Bootstrap/ViewController.m

ClaraCora commented 7 months ago

Principle: Let the main interface load first and start the log output asynchronously for 0.2 seconds. The problem lies in the fact that both the UI for code construction and log output are being executed simultaneously.