I run Android 9.0 on RCAR-H3 MCU. Sometimes the GUI (all applications) very slow and I saw in the logcat the log like below:
W SurfaceFlinger: Timed out waiting for hw vsync; faking it
Did the problem come from graphic driver ?
I run Android 9.0 on RCAR-H3 MCU. Sometimes the GUI (all applications) very slow and I saw in the logcat the log like below:
W SurfaceFlinger: Timed out waiting for hw vsync; faking it
Did the problem come from graphic driver ?
Copyright © 2021 Jogjafile Inc.
Are loading image from URL or assets?
If you'r using url than in android Glide Library is best to load images in android. Here I have add some sample code below.