DIT113-V22 / group-12

MIT License
5 stars 4 forks source link

Fix joystick screen lag bug #117

Closed d0nate110 closed 2 years ago

d0nate110 commented 2 years ago

The joystick screen and the camera started lagging after recent code pull, when it is being tested, the mqtt broker gets a message after tens of seconds from the joystick.

d0nate110 commented 2 years ago

After thorough analysis, the problem has been identified. The problem was that on the computer ram usage was almost 90%, therefore causing the android emulator to "disappear" without crashing. The issue was solved by closing unnecessary windows and tabs to give more space for the emulator to operate. Additionally, as of now the lag has disappeared.