I'm working on porting Android ICS (4.0.3) to a omap3-based device, which is very closed to am335xevm in components and layout.
This custom board uses am335x without wifi and bluetooth. The interface path for Hifi between codec and OMAP is via McASP0.
however,the audio cannot play when I press button.
the log is as attached file.
the logcat is as attached file.
The error message is such as
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:502)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:493)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 14 more
W/ImageCacheRequest( 662): decode orig failed /local/video/item/60,THUMB
D/dalvikvm( 662): GC_FOR_ALLOC freed 38K, 8% free 8232K/8903K, paused 38ms
I/dalvikvm-heap( 662): Grow heap (frag case) to 8.381MB for 281896-byte allocation
D/dalvikvm( 662): GC_FOR_ALLOC freed <1K, 8% free 8507K/9223K, paused 34ms
D/dalvikvm( 662): GC_FOR_ALLOC freed <1K, 8% free 8532K/9223K, paused 34ms
I/dalvikvm-heap( 662): Grow heap (frag case) to 8.674MB for 281896-byte allocation
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
D/dalvikvm( 662): GC_FOR_ALLOC freed <1K, 8% free 8807K/9543K, paused 37ms
E/BitmapUtils( 662): createVideoThumbnail
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.util.JobLimiter$JobWrapper.run(JobLimiter.java:112)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 13 more
E/BitmapUtils( 662): createVideoThumbnail
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.util.JobLimiter$JobWrapper.run(JobLimiter.java:112)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 13 more
W/ImageCacheRequest( 662): decode orig failed /local/video/item/61,MICROTHUMB
W/ImageCacheRequest( 662): decode orig failed /local/video/item/63,MICROTHUMB
D/dalvikvm( 662): GC_FOR_ALLOC freed 116K, 8% free 8814K/9543K, paused 39ms
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
E/MetadataRetrieverClient( 76): failed to extract an album art
E/MediaMetadataRetrieverJNI( 662): getEmbeddedPicture: Call to getEmbeddedPicture failed.
I/OMXCodec( 76): [OMX.google.h264.decoder] AVC profile = 100 (High), level = 31
I/OMXCodec( 76): [OMX.google.h264.decoder] video dimensions are 320 x 240
I/OMXCodec( 76): [OMX.google.h264.decoder] Crop rect is 320 x 240 @ (0, 0)
E/SoftAVC ( 76): Decoder failed: -2
E/OMXCodec( 76): [OMX.google.h264.decoder] ERROR(0x80001001, -1007)
I/OMXCodec( 76): [OMX.google.h264.decoder] AVC profile = 100 (High), level = 31
I/OMXCodec( 76): [OMX.google.h264.decoder] video dimensions are 320 x 240
I/OMXCodec( 76): [OMX.google.h264.decoder] Crop rect is 320 x 240 @ (0, 0)
E/MetadataRetrieverClient( 76): failed to extract an album art
E/MediaMetadataRetrieverJNI( 662): getEmbeddedPicture: Call to getEmbeddedPicture failed.
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
I/OMXCodec( 76): [OMX.google.h264.decoder] AVC profile = 100 (High), level = 31
I/OMXCodec( 76): [OMX.google.h264.decoder] video dimensions are 320 x 240
E/SoftAVC ( 76): Decoder failed: -2
E/OMXCodec( 76): [OMX.google.h264.decoder] ERROR(0x80001001, -1007)
I/OMXCodec( 76): [OMX.google.h264.decoder] Crop rect is 320 x 240 @ (0, 0)
E/MetadataRetrieverClient( 76): failed to capture a video frame
E/MediaMetadataRetrieverJNI( 662): getFrameAtTime: videoFrame is a NULL pointer
W/ImageCacheRequest( 662): decode orig failed /local/video/item/52,MICROTHUMB
E/SoftAVC ( 76): Decoder failed: -2
E/OMXCodec( 76): [OMX.google.h264.decoder] ERROR(0x80001001, -1007)
I/OMXCodec( 76): [OMX.google.h264.decoder] AVC profile = 100 (High), level = 31
I/OMXCodec( 76): [OMX.google.h264.decoder] video dimensions are 320 x 240
I/OMXCodec( 76): [OMX.google.h264.decoder] Crop rect is 320 x 240 @ (0, 0)
E/SoftAVC ( 76): Decoder failed: -2
E/OMXCodec( 76): [OMX.google.h264.decoder] ERROR(0x80001001, -1007)
E/MetadataRetrieverClient( 76): failed to capture a video frame
E/MediaMetadataRetrieverJNI( 662): getFrameAtTime: videoFrame is a NULL pointer
W/ImageCacheRequest( 662): decode orig failed /local/video/item/52,THUMB
E/BitmapUtils( 662): createVideoThumbnail
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.util.JobLimiter$JobWrapper.run(JobLimiter.java:112)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 13 more
W/ImageCacheRequest( 662): decode orig failed /local/video/item/60,MICROTHUMB
E/BitmapUtils( 662): createVideoThumbnail
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:502)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:493)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 14 more
W/ImageCacheRequest( 662): decode orig failed /local/video/item/61,THUMB
E/BitmapUtils( 662): createVideoThumbnail
E/BitmapUtils( 662): java.lang.reflect.InvocationTargetException
E/BitmapUtils( 662): at java.lang.reflect.Method.invokeNative(Native Method)
E/BitmapUtils( 662): at java.lang.reflect.Method.invoke(Method.java:511)
E/BitmapUtils( 662): at com.android.gallery3d.common.BitmapUtils.createVideoThumbnail(BitmapUtils.java:237)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.onDecodeOriginal(LocalVideo.java:157)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:63)
E/BitmapUtils( 662): at com.android.gallery3d.data.LocalVideo$LocalVideoRequest.run(LocalVideo.java:146)
E/BitmapUtils( 662): at com.android.gallery3d.data.ImageCacheRequest.run(ImageCacheRequest.java:28)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:502)
E/BitmapUtils( 662): at com.android.gallery3d.app.PhotoDataAdapter$ScreenNailJob.run(PhotoDataAdapter.java:493)
E/BitmapUtils( 662): at com.android.gallery3d.util.ThreadPool$Worker.run(ThreadPool.java:124)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E/BitmapUtils( 662): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E/BitmapUtils( 662): at java.lang.Thread.run(Thread.java:856)
E/BitmapUtils( 662): at com.android.gallery3d.util.PriorityThreadFactory$1.run(PriorityThreadFactory.java:43)
E/BitmapUtils( 662): Caused by: java.lang.RuntimeException: setDataSource failed: status = 0x80000000
E/BitmapUtils( 662): at android.media.MediaMetadataRetriever.setDataSource(Native Method)
E/BitmapUtils( 662): ... 14 more
W/ImageCacheRequest( 662): decode orig failed /local/video/item/63,THUMB
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
D/dalvikvm( 471): GC_EXPLICIT freed 322K, 7% free 6671K/7111K, paused 4ms+6ms
I/ActivityManager( 137): START {act=android.intent.action.VIEW dat=content://media/external/video/media/51 typ=video/* cmp=com.android.gallery3d/.app.MovieActivity (has extras)} from pid 662
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
I/AudioService( 137): AudioFocus requestAudioFocus() from android.media.AudioManager@411929f8
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] video dimensions are 352 x 288
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] Crop rect is 352 x 288 @ (0, 0)
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
I/ActivityManager( 137): Displayed com.android.gallery3d/.app.MovieActivity: +435ms
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
D/MediaPlayer( 662): getMetadata
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] video dimensions are 480 x 272
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] Crop rect is 480 x 272 @ (0, 0)
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] video dimensions are 480 x 272
I/OMXCodec( 76): [OMX.google.mpeg4.decoder] Crop rect is 480 x 272 @ (0, 0)
V/StateManager( 662): saveState
V/StateManager( 662): saveState class com.android.gallery3d.app.AlbumSetPage
V/StateManager( 662): saveState class com.android.gallery3d.app.AlbumPage
V/StateManager( 662): saveState class com.android.gallery3d.app.PhotoPage
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2c8548 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x279b98 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x118b48 user=00001e00, server=00000000
W/AudioTrack( 137): obtainBuffer timed out (is the CPU pegged?) 0x2f63d8 user=00001e00, server=00000000
W/AudioTrack( 76): obtainBuffer timed out (is the CPU pegged?) 0x4ccb8 user=00001e00, server=00000000