09-14-2009 01:03 AM
Hi,
I have a strange issue with the player. I am using datasource to get audio and video data from file system and able to play it well if I run the application alone. But if I have 1 or 2 other applications running in background, the GC shown off. After the GC over, the play could not recover and glitches continously. Does any one know whats wrong? The one solution I can see is to avoid GC kicks off and I believe that its not controllable. Correct me if I am wrong. Any other solution???
Thanks in advance.
09-14-2009 08:37 AM
09-14-2009 09:10 AM
Have you reviewed these two videos?
Garbage Collection:
http://www.blackberry.com/DevMediaLibrary/view.do?
Low Memory Manager:
http://www.blackberry.com/DevMediaLibrary/view.do?
I would especially recommend the first one, and it tells you how to use the profiler, which might help you determine if there is anything in your application that you do not need,
09-14-2009 02:39 PM
09-14-2009 03:56 PM
09-14-2009 04:34 PM
09-14-2009 05:15 PM
09-14-2009 06:45 PM
09-15-2009 05:20 AM
09-15-2009 02:19 PM