Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"App may be doing too much work on main thread" warning should be investigated #20

Open
stormageddon opened this issue Sep 7, 2014 · 2 comments

Comments

@stormageddon
Copy link
Contributor

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).

@ethanmick
Copy link
Member

This should be tested on the Device. Perhaps the Emulator is lagging so much?

@stormageddon
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants