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
When launching the emulator, we get this warning: 09-07 15:35:47.251 1812-1812/com.fastchat.fastchat I/Choreographer﹕ Skipped 35 frames! The application may be doing too much work on its main thread.
We should take a look and see if this is causing performance issues (It's skipping frames, so it's probably a safe bet that it is).
The text was updated successfully, but these errors were encountered:
That was my thought too. An actual device would be good, although we should also make sure to try and run things asynchronously as possible. I don't think the app does that currently.
When launching the emulator, we get this warning:
09-07 15:35:47.251 1812-1812/com.fastchat.fastchat I/Choreographer﹕ Skipped 35 frames! The application may be doing too much work on its main thread.
We should take a look and see if this is causing performance issues (It's skipping frames, so it's probably a safe bet that it is).
The text was updated successfully, but these errors were encountered: