You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zxkmm
changed the title
System (UI) lagging issue appear after random code change
System (UI) lagging issue appear after random trivial code change
Nov 7, 2024
zxkmm
changed the title
System (UI) lagging issue appear after random trivial code change
System (UI) lagging issue appear randomly after trivial code change
Nov 7, 2024
zxkmm
changed the title
System (UI) lagging issue appear randomly after trivial code change
System (or only UI) lagging issue appear randomly after trivial code change
Nov 7, 2024
zxkmm
changed the title
System (or only UI) lagging issue appear randomly after trivial code change
System became lagging randomly after trivial code change
Nov 7, 2024
zxkmm
changed the title
System became lagging randomly after trivial code change
Remove Fake Brightness
Nov 8, 2024
Originally found by @htotoo
A. what happened
The system (or only UI, or UI caused system) got lagging appeared after trivial random code edit.
for example:
return
in a function that should return there, became lagging, and use a bool to bypass following code instead of using return, weirdly fixed.B. how can tell if current firmware has this issue
C. what we currently found
1.
Seems not related to whether external apps and standalone apps exist or not
2.
make clean or ninja clean, then build won't make differences, but for test, better clean before building
D. related talk:
https://discord.com/channels/719669764804444213/1301516615212470343
E. discover log
1.
firstly found after #2302 were merged, AKA 8d1fb7c , fixed by workaround in #2307
2.
appeared again in the halfway of work in #2331 but fixed in same PR by use bool instead of
return
3.
appeared again in the halfway of work in #2333 but also fixed in same PR by use bool instead of
return
The text was updated successfully, but these errors were encountered: