android - Logcat: "Skipped 33 frames" -
today while running app saw message in logcat "skipped 33 frames.the application may doing work in main thread". second part doesn't concern me application strucking when message displayed.but @ same time said "skipped 33 frames".. mean screen view comes frame frame in case of video.!!!
the message getting system log. happens 2 reasons(as know).
- when application doing work on main/ui thread. prevent should time consuming works database query , network operations in separate thread , post result main thread.
- if system running on slow(low ram/ slow processor). emulator prime example of problem. note custom rom's cynogen , chinese android mobiles tend throw error. post whole lot of logcat nexus.
Comments
Post a Comment