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

  1. when application doing work on main/ui thread. prevent should time consuming works database query , network operations in separate thread , post result main thread.
  2. 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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -