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

OOM while using Gallery sample on S3 #1827

Closed
b0g8 opened this issue Mar 31, 2017 · 1 comment
Closed

OOM while using Gallery sample on S3 #1827

b0g8 opened this issue Mar 31, 2017 · 1 comment

Comments

@b0g8
Copy link

b0g8 commented Mar 31, 2017

Glide
VERSION_NAME=4.0.0-SNAPSHOT

Integration libraries: no, local files are browsed

Device/Android Version: Samsung S3 international version

Issue details / Repro steps / Use case background: Scrolling fast, with the device in landscape (initially it was in portrait orientation), through many photos and videos. Playing around like this about 1-3 minutes, then it crashed. Can reproduce it 100% with the same scenario, 2 out of 2 tries. There are hundreds of pictures, maybe thousands.

Glide.with no modifications, just the gallery sample is used.
I don't know if it is relevant, but some of the videos in the gallery are junk, they cannot be decoded. (less than 5 videos are like this, and scrolling them does not seem to have a particular impact on GC).

In portrait orientation, I still get many OOMs in the logcat, but the application does not seem to crash, at least not that easy.

If the videos are not interleaved with the images, ie I comment the Collections.sort from MediaStoreDataLoader, so the videos follow images, I get OOMs during photo scrolling, but no crash, even in landscape. As soon as I get to the videos, I get a crash after several seconds (<5s).

Stack trace / LogCat:
Please scroll down for the actual exception.

03-31 11:37:30.950 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1984K, 20% free 49768K/61484K, paused 28ms, total 28ms
03-31 11:37:30.980 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 16% free 51718K/61484K, paused 27ms, total 27ms
03-31 11:37:31.025 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1958K, 16% free 51721K/61484K, paused 19ms, total 20ms
03-31 11:37:31.050 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 13% free 53671K/61484K, paused 18ms, total 18ms
03-31 11:37:31.050 17064-17380/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Grow heap (frag case) to 55.553MB for 1997584-byte allocation
03-31 11:37:31.070 17064-17073/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 0K, 13% free 55622K/63436K, paused 21ms, total 21ms
03-31 11:37:31.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:31.445 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 9802K, 28% free 45901K/63436K, paused 20ms, total 20ms
03-31 11:37:31.490 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8255 ] when=152336036691000
03-31 11:37:31.490 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:31.495 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3914K, 31% free 43940K/63436K, paused 21ms, total 22ms
03-31 11:37:31.515 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 28% free 45891K/63436K, paused 17ms, total 17ms
03-31 11:37:31.565 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 12K, 25% free 47840K/63436K, paused 20ms, total 20ms
03-31 11:37:31.590 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152336137064000
03-31 11:37:31.590 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:31.875 17309-17417/? D/SensorService: 9.4 -0.6 0.8
03-31 11:37:31.935 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3946K, 25% free 47852K/63436K, paused 19ms, total 20ms
03-31 11:37:31.955 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1953K, 25% free 47850K/63436K, paused 19ms, total 19ms
03-31 11:37:32.335 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1966K, 25% free 47862K/63436K, paused 22ms, total 22ms
03-31 11:37:32.905 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5881K, 31% free 43977K/63436K, paused 22ms, total 23ms
03-31 11:37:33.200 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 13K, 28% free 45925K/63436K, paused 20ms, total 20ms
03-31 11:37:33.280 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 765K, 23% free 47112K/60724K, paused 19ms, total 19ms
03-31 11:37:33.400 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2725K, 21% free 48301K/60724K, paused 18ms, total 20ms
03-31 11:37:33.660 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1962K, 21% free 48302K/60724K, paused 22ms, total 22ms
03-31 11:37:33.675 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:33.780 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 18K, 18% free 50256K/60724K, paused 22ms, total 22ms
03-31 11:37:33.800 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1K, 15% free 52206K/60724K, paused 18ms, total 18ms
03-31 11:37:33.915 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1960K, 15% free 52207K/60724K, paused 16ms, total 16ms
03-31 11:37:35.540 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8256 ] when=152340082579000
03-31 11:37:35.540 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:35.540 17309-17505/? D/PowerManagerService: [api] userActivityFromNative : 130 (event: 2 flags: 0)
03-31 11:37:36.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:38.675 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360, Prev AP = 360, Duration = 10000
03-31 11:37:39.725 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3962K, 18% free 50264K/60724K, paused 28ms, total 28ms
03-31 11:37:39.765 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3K, 15% free 52213K/60724K, paused 28ms, total 29ms
03-31 11:37:39.780 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152344324605000
03-31 11:37:39.780 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:40.290 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8257 ] when=152344837016000
03-31 11:37:40.290 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:40.610 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152345159556000
03-31 11:37:40.610 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:41.085 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8258 ] when=152345627733000
03-31 11:37:41.085 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:41.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:41.185 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3936K, 18% free 50268K/60724K, paused 33ms, total 33ms
03-31 11:37:41.225 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 15% free 52217K/60724K, paused 31ms, total 31ms
03-31 11:37:41.325 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152345871813000
03-31 11:37:41.325 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:41.880 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8259 ] when=152346429037000
03-31 11:37:41.880 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:41.885 17309-17417/? D/SensorService: 9.4 -0.6 1.0
03-31 11:37:41.885 17309-17505/? D/PowerManagerService: [api] userActivityFromNative : 140 (event: 2 flags: 0)
03-31 11:37:41.970 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3930K, 18% free 50272K/60724K, paused 30ms, total 30ms
03-31 11:37:42.000 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1K, 15% free 52222K/60724K, paused 27ms, total 27ms
03-31 11:37:42.060 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152346606978000
03-31 11:37:42.060 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:42.370 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3923K, 18% free 50281K/60724K, paused 18ms, total 18ms
03-31 11:37:42.400 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 14% free 52227K/60724K, paused 18ms, total 18ms
03-31 11:37:42.670 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8260 ] when=152347219577000
03-31 11:37:42.675 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:42.840 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152347386159000
03-31 11:37:42.840 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:42.955 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3930K, 18% free 50282K/60724K, paused 29ms, total 29ms
03-31 11:37:42.980 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 14% free 52231K/60724K, paused 26ms, total 26ms
03-31 11:37:43.150 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3909K, 18% free 50284K/60724K, paused 18ms, total 18ms
03-31 11:37:43.180 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1K, 14% free 52235K/60724K, paused 21ms, total 21ms
03-31 11:37:43.350 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8261 ] when=152347898948000
03-31 11:37:43.350 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:43.450 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152347999615000
03-31 11:37:43.450 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:43.485 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3927K, 18% free 50290K/60724K, paused 20ms, total 20ms
03-31 11:37:43.510 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 14% free 52239K/60724K, paused 18ms, total 20ms
03-31 11:37:43.635 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3919K, 18% free 50298K/60724K, paused 18ms, total 18ms
03-31 11:37:43.675 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:43.700 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1963K, 18% free 50296K/60724K, paused 19ms, total 19ms
03-31 11:37:43.915 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5877K, 24% free 46406K/60724K, paused 20ms, total 22ms
03-31 11:37:43.960 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 7K, 21% free 48352K/60724K, paused 20ms, total 20ms
03-31 11:37:44.125 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3919K, 24% free 46410K/60724K, paused 30ms, total 31ms
03-31 11:37:44.130 16907-16911/? D/dalvikvm: GC_CONCURRENT freed 3157K, 35% free 9927K/15108K, paused 2ms+4ms, total 50ms
03-31 11:37:44.180 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 11K, 21% free 48360K/60724K, paused 21ms, total 21ms
03-31 11:37:44.350 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3914K, 24% free 46415K/60724K, paused 18ms, total 19ms
03-31 11:37:44.405 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 11K, 21% free 48364K/60724K, paused 20ms, total 20ms
03-31 11:37:44.545 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1961K, 21% free 48365K/60724K, paused 21ms, total 21ms
03-31 11:37:44.635 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1960K, 21% free 48365K/60724K, paused 19ms, total 21ms
03-31 11:37:44.765 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1965K, 21% free 48370K/60724K, paused 21ms, total 21ms
03-31 11:37:45.075 17309-20165/? D/dalvikvm: GC_EXPLICIT freed 670K, 18% free 45731K/55380K, paused 10ms+14ms, total 243ms
03-31 11:37:45.105 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3931K, 24% free 46428K/60724K, paused 19ms, total 20ms
03-31 11:37:45.120 17064-17380/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.150 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 21% free 48377K/60724K, paused 34ms, total 34ms
03-31 11:37:45.150 17064-17380/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.150 17064-17380/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.150 17064-17380/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.190 25680-25724/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:45.220 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 18% free 50325K/60724K, paused 22ms, total 22ms
03-31 11:37:45.220 25680-29704/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:45.320 17309-17685/? E/Watchdog: !@sync 4848
03-31 11:37:45.550 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3916K, 21% free 48387K/60724K, paused 18ms, total 18ms
03-31 11:37:45.550 17064-17380/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Grow heap (frag case) to 52.443MB for 4147216-byte allocation
03-31 11:37:45.575 17064-17073/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 20% free 52437K/64776K, paused 22ms, total 22ms
03-31 11:37:45.620 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1964K, 21% free 51386K/64776K, paused 21ms, total 21ms
03-31 11:37:45.630 17064-17377/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.630 17064-17377/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.630 17064-17377/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.630 17064-17377/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:45.645 25680-29704/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:45.645 25680-3174/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:45.715 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 4064K, 19% free 49285K/60724K, paused 23ms, total 23ms
03-31 11:37:45.955 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 16% free 51239K/60724K, paused 19ms, total 19ms
03-31 11:37:45.955 17064-17377/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Grow heap (frag case) to 55.228MB for 4147216-byte allocation
03-31 11:37:45.975 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 15% free 55289K/64776K, paused 20ms, total 20ms
03-31 11:37:46.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:47.340 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8262 ] when=152351886091000
03-31 11:37:47.340 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:47.840 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152352386431000
03-31 11:37:47.840 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:47.965 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 7992K, 18% free 50192K/60724K, paused 32ms, total 32ms
03-31 11:37:48.675 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360, Prev AP = 360, Duration = 9999
03-31 11:37:48.810 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8263 ] when=152353355350000
03-31 11:37:48.810 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:49.365 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152353911733000
03-31 11:37:49.365 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:49.535 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3934K, 21% free 48245K/60724K, paused 41ms, total 41ms
03-31 11:37:49.590 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 18% free 50195K/60724K, paused 46ms, total 46ms
03-31 11:37:50.010 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8264 ] when=152354558419000
03-31 11:37:50.010 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:50.200 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152354746995000
03-31 11:37:50.200 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:50.230 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5871K, 24% free 46308K/60724K, paused 22ms, total 22ms
03-31 11:37:50.265 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1K, 21% free 48258K/60724K, paused 21ms, total 21ms
03-31 11:37:50.670 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3922K, 24% free 46318K/60724K, paused 21ms, total 21ms
03-31 11:37:50.715 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 21% free 48263K/60724K, paused 21ms, total 21ms
03-31 11:37:51.030 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1961K, 21% free 48272K/60724K, paused 22ms, total 22ms
03-31 11:37:51.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:51.340 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1962K, 23% free 47083K/60724K, paused 21ms, total 21ms
03-31 11:37:51.415 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 20% free 49029K/60724K, paused 19ms, total 19ms
03-31 11:37:51.645 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 17% free 50980K/60724K, paused 18ms, total 18ms
03-31 11:37:51.780 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8265 ] when=152356329175000
03-31 11:37:51.780 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:51.890 17309-17417/? D/SensorService: 9.5 -0.5 0.6
03-31 11:37:51.915 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152356462622000
03-31 11:37:51.915 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:51.970 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5879K, 24% free 46655K/60724K, paused 20ms, total 20ms
03-31 11:37:52.000 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 20% free 48605K/60724K, paused 20ms, total 21ms
03-31 11:37:52.320 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 8K, 17% free 50559K/60724K, paused 21ms, total 21ms
03-31 11:37:52.515 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5288K, 20% free 48780K/60724K, paused 21ms, total 21ms
03-31 11:37:52.760 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3K, 17% free 50729K/60724K, paused 21ms, total 21ms
03-31 11:37:53.255 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1964K, 19% free 49537K/60724K, paused 42ms, total 42ms
03-31 11:37:53.290 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1K, 16% free 51487K/60724K, paused 23ms, total 24ms
03-31 11:37:53.380 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 12% free 53438K/60724K, paused 18ms, total 18ms
03-31 11:37:53.380 17064-17377/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Grow heap (frag case) to 54.164MB for 779296-byte allocation
03-31 11:37:53.400 17064-17073/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 0K, 12% free 54199K/61488K, paused 19ms, total 19ms
03-31 11:37:53.600 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1955K, 16% free 52254K/61488K, paused 21ms, total 21ms
03-31 11:37:53.675 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:54.390 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8266 ] when=152358935087000
03-31 11:37:54.390 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:54.620 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6649K, 24% free 47160K/61488K, paused 30ms, total 30ms
03-31 11:37:54.645 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152359190466000
03-31 11:37:54.645 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:54.650 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 21% free 49108K/61488K, paused 29ms, total 29ms
03-31 11:37:54.890 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1364K, 20% free 49706K/61488K, paused 20ms, total 20ms
03-31 11:37:54.920 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 16% free 51657K/61488K, paused 20ms, total 20ms
03-31 11:37:55.015 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1954K, 16% free 51663K/61488K, paused 20ms, total 21ms
03-31 11:37:55.285 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 3909K, 20% free 49295K/61488K, paused 20ms, total 20ms
03-31 11:37:55.990 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8267 ] when=152360538993000
03-31 11:37:55.990 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:37:55.990 17309-17505/? D/PowerManagerService: [api] userActivityFromNative : 150 (event: 2 flags: 0)
03-31 11:37:56.130 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1986K, 22% free 48094K/61488K, paused 29ms, total 29ms
03-31 11:37:56.145 17309-17506/? I/InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=152360694698000
03-31 11:37:56.150 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x1
03-31 11:37:56.165 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 2K, 19% free 50043K/61488K, paused 29ms, total 30ms
03-31 11:37:56.175 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360 (read only)
03-31 11:37:56.290 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 1364K, 18% free 50640K/61488K, paused 21ms, total 21ms
03-31 11:37:56.315 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed <1K, 15% free 52591K/61488K, paused 20ms, total 20ms
03-31 11:37:56.315 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Grow heap (frag case) to 54.499MB for 1997584-byte allocation
03-31 11:37:56.335 17064-17073/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 0K, 15% free 54542K/63440K, paused 19ms, total 19ms
03-31 11:37:56.545 17064-17071/com.bumptech.glide.samples.gallery I/dalvikvm: Jit: resizing JitTable from 4096 to 8192
03-31 11:37:57.355 17064-17380/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 11922K, 33% free 42696K/63440K, paused 22ms, total 22ms
03-31 11:37:57.470 17064-17377/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 12K, 30% free 44640K/63440K, paused 20ms, total 23ms
03-31 11:37:57.520 17064-17375/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 6K, 28% free 46099K/63440K, paused 20ms, total 22ms
03-31 11:37:57.595 17064-17376/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:57.595 17064-17376/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:57.595 17064-17376/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:57.595 17064-17376/com.bumptech.glide.samples.gallery D/skia: --- SkImageDecoder::Factory returned null
03-31 11:37:57.600 25680-25724/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:57.600 25680-29705/? V/MediaPlayerService: Create new media retriever from pid 17064
03-31 11:37:57.970 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_FOR_ALLOC freed 5382K, 30% free 44728K/63440K, paused 50ms, total 50ms
03-31 11:37:57.970 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm-heap: Forcing collection of SoftReferences for 4147216-byte allocation
03-31 11:37:58.000 17064-17376/com.bumptech.glide.samples.gallery D/dalvikvm: GC_BEFORE_OOM freed 0K, 30% free 44728K/63440K, paused 30ms, total 30ms
03-31 11:37:58.000 17064-17376/com.bumptech.glide.samples.gallery E/dalvikvm-heap: Out of memory on a 4147216-byte allocation.
03-31 11:37:58.000 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: "glide-source-thread-35" prio=5 tid=15 RUNNABLE
03-31 11:37:58.000 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: | group="main" sCount=0 dsCount=0 obj=0x42726f18 self=0x400a4008
03-31 11:37:58.680 17309-18046/? D/SSRMv2:Monitor: SIOP:: AP = 360, Prev AP = 360, Duration = 10002
03-31 11:37:58.800 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: | sysTid=17376 nice=9 sched=0/0 cgrp=apps handle=1492990128
03-31 11:37:58.800 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: | state=R schedstat=( 24383345413 3152113697 19581 ) utm=2334 stm=104 core=0
03-31 11:37:58.835 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.graphics.Bitmap.nativeCreate(Native Method)
03-31 11:37:58.900 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.graphics.Bitmap.createBitmap(Bitmap.java:726)
03-31 11:37:58.900 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.graphics.Bitmap.createBitmap(Bitmap.java:703)
03-31 11:37:58.900 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.graphics.Bitmap.createBitmap(Bitmap.java:670)
03-31 11:37:58.900 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.media.MediaMetadataRetriever._getFrameAtTime(Native Method)
03-31 11:37:58.905 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.media.MediaMetadataRetriever.getFrameAtTime(MediaMetadataRetriever.java:243)
03-31 11:37:58.905 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at android.media.MediaMetadataRetriever.getFrameAtTime(MediaMetadataRetriever.java:296)
03-31 11:37:58.915 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder.decode(VideoBitmapDecoder.java:131)
03-31 11:37:58.915 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder.decode(VideoBitmapDecoder.java:24)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodePath.decodeResourceWithList(DecodePath.java:67)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodePath.decodeResource(DecodePath.java:52)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodePath.decode(DecodePath.java:43)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.LoadPath.loadWithExceptionList(LoadPath.java:56)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.LoadPath.load(LoadPath.java:42)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.runLoadPath(DecodeJob.java:445)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.decodeFromFetcher(DecodeJob.java:438)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.decodeFromData(DecodeJob.java:424)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.decodeFromRetrievedData(DecodeJob.java:378)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.onDataFetcherReady(DecodeJob.java:350)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.SourceGenerator.onDataReady(SourceGenerator.java:111)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.data.LocalUriFetcher.loadData(LocalUriFetcher.java:48)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.SourceGenerator.startNext(SourceGenerator.java:61)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:275)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.decodeFromRetrievedData(DecodeJob.java:386)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.onDataFetcherReady(DecodeJob.java:350)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.SourceGenerator.onDataReady(SourceGenerator.java:111)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.data.LocalUriFetcher.loadData(LocalUriFetcher.java:48)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.SourceGenerator.startNext(SourceGenerator.java:61)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.runGenerators(DecodeJob.java:275)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.runWrapped(DecodeJob.java:245)
03-31 11:37:58.920 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.DecodeJob.run(DecodeJob.java:220)
03-31 11:37:58.930 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
03-31 11:37:58.930 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
03-31 11:37:58.930 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at java.lang.Thread.run(Thread.java:841)
03-31 11:37:58.930 17064-17376/com.bumptech.glide.samples.gallery I/dalvikvm: at com.bumptech.glide.load.engine.executor.GlideExecutor$DefaultThreadFactory$1.run(GlideExecutor.java:347)
03-31 11:37:58.935 17064-17376/com.bumptech.glide.samples.gallery A/libc: Fatal signal 11 (SIGSEGV) at 0x00000024 (code=1), thread 17376 (glide-source-th)
03-31 11:37:58.940 17064-17064/com.bumptech.glide.samples.gallery I/Choreographer: Skipped 55 frames! The application may be doing too much work on its main thread.
03-31 11:37:59.045 25679-25679/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-31 11:37:59.045 25679-25679/? I/DEBUG: Build fingerprint: 'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGNB4:user/release-keys'
03-31 11:37:59.045 25679-25679/? I/DEBUG: Revision: '12'
03-31 11:37:59.045 25679-25679/? I/DEBUG: pid: 17064, tid: 17376, name: glide-source-th >>> com.bumptech.glide.samples.gallery <<<
03-31 11:37:59.045 25679-25679/? I/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000024
03-31 11:37:59.475 25679-25679/? I/DEBUG: r0 00000000 r1 00000011 r2 00000024 r3 400a4a68
03-31 11:37:59.475 25679-25679/? I/DEBUG: r4 57f9b16c r5 00000000 r6 41b80ae4 r7 5951a9ec
03-31 11:37:59.480 25679-25679/? I/DEBUG: r8 61fe7c6c r9 5951a9e0 sl 400a4018 fp 61fe7c84
03-31 11:37:59.480 25679-25679/? I/DEBUG: ip 400a4028 sp 61fe7bf0 lr 40b8718f pc 40b87196 cpsr 68000030
03-31 11:37:59.480 25679-25679/? I/DEBUG: d0 000000000000000f d1 00000046428d02d1
03-31 11:37:59.480 25679-25679/? I/DEBUG: d2 4079800000000000 d3 43ff000043ff4000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d4 4060000000000000 d5 000002643f200000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d6 00000330444c0000 d7 42c800004c2eb8b0
03-31 11:37:59.480 25679-25679/? I/DEBUG: d8 00000000444c0000 d9 00000000444c0000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d10 0000000000000000 d11 0000000000000000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d12 0000000000000000 d13 0000000000000000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d14 0000000000000000 d15 0000000000000000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d16 0000023d00000000 d17 0000000000000000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d18 3fe0000000000000 d19 032f0000032f0000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d20 0000000000000000 d21 0000000000000000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d22 00080000000c0000 d23 0000000000040000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d24 0cbc00000cbc0000 d25 0cbc00000cbc0000
03-31 11:37:59.480 25679-25679/? I/DEBUG: d26 0000026300000263 d27 0000026300000263
03-31 11:37:59.480 25679-25679/? I/DEBUG: d28 0000032f0000032f d29 0000032f0000032f
03-31 11:37:59.480 25679-25679/? I/DEBUG: d30 0000000300000004 d31 0000000100000002
03-31 11:37:59.480 25679-25679/? I/DEBUG: scr 28000010
03-31 11:37:59.495 25679-25679/? I/DEBUG: backtrace:
03-31 11:37:59.495 25679-25679/? I/DEBUG: #00 pc 0004c196 /system/lib/libdvm.so
03-31 11:37:59.495 25679-25679/? I/DEBUG: #1 pc 000125ed /system/lib/libmedia_jni.so
03-31 11:37:59.495 25679-25679/? I/DEBUG: #2 pc 0001ab65 /system/lib/libmedia_jni.so
03-31 11:37:59.495 25679-25679/? I/DEBUG: #3 pc 0001e44c /system/lib/libdvm.so (dvmPlatformInvoke+112)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #4 pc 0004e91b /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #5 pc 00027860 /system/lib/libdvm.so
03-31 11:37:59.495 25679-25679/? I/DEBUG: #6 pc 0002be00 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #7 pc 00060a6d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #8 pc 00060a97 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #9 pc 0005582b /system/lib/libdvm.so
03-31 11:37:59.495 25679-25679/? I/DEBUG: #10 pc 0000cb58 /system/lib/libc.so (__thread_entry+72)
03-31 11:37:59.495 25679-25679/? I/DEBUG: #11 pc 0000ccd4 /system/lib/libc.so (pthread_create+208)
03-31 11:37:59.495 25679-25679/? I/DEBUG: stack:
03-31 11:37:59.495 25679-25679/? I/DEBUG: 61fe7bb0 61fe7c0c
03-31 11:37:59.495 25679-25679/? I/DEBUG: 61fe7bb4 41b80ae4 /system/lib/libmedia_jni.so
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bb8 432dd4b0 /dev/ashmem/dalvik-heap (deleted)
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bbc 61fe7bdc
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bc0 61fe7c0c
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bc4 40b84ce1 /system/lib/libdvm.so
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bc8 40bf3080
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bcc 61fe7bf4
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bd0 00000000
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bd4 40b84cbf /system/lib/libdvm.so
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bd8 400a4008
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bdc 00000000
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7be0 400a4a68
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7be4 57f9b16c /dev/ashmem/dalvik-LinearAlloc (deleted)
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7be8 df0027ad
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bec 00000000
03-31 11:37:59.500 25679-25679/? I/DEBUG: #00 61fe7bf0 400a4a68
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bf4 400a4008
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bf8 57f9b16c /dev/ashmem/dalvik-LinearAlloc (deleted)
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7bfc 648b8000 /dev/ashmem/MetadataRetrieverClient (deleted)
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7c00 400a4a68
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7c04 41b5f5ef /system/lib/libmedia_jni.so
03-31 11:37:59.500 25679-25679/? I/DEBUG: #1 61fe7c08 61fe7c0c
03-31 11:37:59.500 25679-25679/? I/DEBUG: 61fe7c0c 41b67b69 /system/lib/libmedia_jni.so
03-31 11:37:59.500 25679-25679/? I/DEBUG: #2 61fe7c10 00000780
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c14 d1e00005
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c18 400a4a68
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c1c ffffffff
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c20 07ffffff
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c24 ffffffff
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c28 ffffffff
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c2c 00000000
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c30 00000001
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c34 41b67929 /system/lib/libmedia_jni.so
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c38 ffffffff
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c3c 58fd5d00
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c40 581f32f0 /dev/ashmem/dalvik-LinearAlloc (deleted)
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c44 581f2fa0 /dev/ashmem/dalvik-LinearAlloc (deleted)
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c48 400a4008
03-31 11:37:59.505 25679-25679/? I/DEBUG: 61fe7c4c 00000004
03-31 11:37:59.505 25679-25679/? I/DEBUG: ........ ........
03-31 11:37:59.515 25679-25679/? I/DEBUG: memory near r3:
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a48 57fc28a8 00000002 00000000 00000000
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a58 0000001d 57a64870 00000020 00000023
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a68 40bea2ec 00000000 0000000f 400a4008
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a78 00000000 400a4a88 5902b920 0000002b
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a88 40bea2ec 00000000 0000000d 58fde6d0
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4a98 00000000 00000000 400a4a68 706d6173
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4aa8 00000028 00000023 58330428 000000e2
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4ab8 00000000 00000000 00000001 72616e69
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4ac8 00000020 00000043 401fe934 00000017
03-31 11:37:59.515 25679-25679/? I/DEBUG: 400a4ad8 00000000 00000001 00000000 400a4b40
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4ae8 401fe7e8 00000000 00000000 00000000
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4af8 00000010 00000511 40042048 401fe99c
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4b08 400a4b10 0000001b 00000001 00000003
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4b18 400a4b04 00000001 6552746c 0000001b
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4b28 00000001 00000002 58f6e8cc 00000000
03-31 11:37:59.520 25679-25679/? I/DEBUG: 400a4b38 00640069 0000001b 401fe858 400a4b68
03-31 11:37:59.520 25679-25679/? I/DEBUG: memory near r4:
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b14c 5a203fe0 00000012 0000001c 41be0410
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b15c 5a26efa5 5a174a4c 00000002 00000020
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b16c 41be0410 5a272d5c 5a174a4c 00000011
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b17c 00000024 41be0410 5a26c35a 5a174a4c
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b18c 00000000 00000028 41be0410 5a276218
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b19c 5a203fe0 00000002 0000002c 41be0410
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1ac 5a27bb20 5a174a4c 00000002 00000030
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1bc 00000b2c 41be0410 00010008 00010000
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1cc 00000001 5a13eb8f 57e51880 00001040
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1dc 5a1fab4d 59f21c9c 00000000 00000000
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1ec 00000000 5a4457b0 00000000 41be0410
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b1fc 00010000 000d0000 00060007 5a13eca2
03-31 11:37:59.520 25679-25679/? I/DEBUG: 57f9b20c 57e51880 000011e2 5a1fbda7 59f21cc4
03-31 11:37:59.525 25679-25679/? I/DEBUG: 57f9b21c 00000000 00000000 00000000 5a4457bb
03-31 11:37:59.525 25679-25679/? I/DEBUG: 57f9b22c 00000000 41be0410 00010000 00090000
03-31 11:37:59.525 25679-25679/? I/DEBUG: 57f9b23c 00070002 5a13eca2 57e51880 000011e3
03-31 11:37:59.525 25679-25679/? I/DEBUG: memory near r6:
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80ac4 58100e68 58100df8 00000000 581f0b88
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80ad4 581f0b10 581f0f60 00000000 581f1b04
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80ae4 581f2f18 1d2001aa 57f9b16c 57f9b3f0
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80af4 57f9b658 1d2001ae 57faea08 00000000
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b04 41b0b540 00000000 581f4578 581f4a48
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b14 581f47a8 581f57c4 581f4af0 581f5828
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b24 581f4690 581f4738 581f57b0 581f57d8
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b34 581f4700 581f4ab8 581f46c8 581f47e0
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b44 581f44d8 581f4818 581f4620 581f583c
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b54 581f4850 581f4a10 581f57ec 581f4658
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b64 581f5800 581f4888 581f4770 581f4a80
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b74 581f45e8 581fa11c 581f9fdc 1d2001a2
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b84 581fa02c 581f9c50 581f9db8 581fa0b8
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80b94 581fa090 581f9c20 581f9de0 1d2001a6
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80ba4 581fa0a4 581fa07c 581fa130 581fa0e0
03-31 11:37:59.525 25679-25679/? I/DEBUG: 41b80bb4 581f9e20 581fa108 581fa068 581f9df4
03-31 11:37:59.525 25679-25679/? I/DEBUG: memory near r7:
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951a9cc 59f76108 581f2fa0 00000000 00000000
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951a9dc cf700001 ffffffff ffffffff 00000002
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951a9ec 5951aa30 59f76096 581f3210 59f76108
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951a9fc 00000000 00000003 ffffffff 07ffffff
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa0c 43280ac0 ffffffff ffffffff 00000002
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa1c 5951aa54 60c4269c 581f31a0 59f76096
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa2c 00000000 ffffffff ffffffff 00000002
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa3c 43280ac0 5951aaa4 60c42710 58359bc8
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa4c 60c4269c 00000000 00000000 43280ac0
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa5c ffffffff ffffffff 00000000 00000000
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa6c 00000000 00000000 ffffffff ffffffff
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa7c 426ac138 43281a18 00000500 000001fe
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa8c 43273298 5951aad0 60bf012c 58359c00
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aa9c 60c42710 00000000 60bf0124 426ac138
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aaac 43281a18 00000500 000001fe 43273298
03-31 11:37:59.525 25679-25679/? I/DEBUG: 5951aabc 5951ab20 60bf00ae 58376090 60bf012c
03-31 11:37:59.525 25679-25679/? I/DEBUG: memory near r8:
03-31 11:37:59.525 25679-25679/? I/DEBUG: 61fe7c4c 00000004 5951a9ec 61fe7c6c 5951a9e0
03-31 11:37:59.525 25679-25679/? I/DEBUG: 61fe7c5c 400a4018 61fe7c84 40b59450 00000002
03-31 11:37:59.525 25679-25679/? I/DEBUG: 61fe7c6c 40b848c1 5951a9dc 00000001 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7c7c 43280ac0 00000001 40b8991f 5951a9dc
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7c8c 5a17ed13 41b67ac9 400a4018 61fe7d84
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7c9c 40b66e04 00000000 00000000 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7cac 401cd1f4 5951a9e8 581f2f68 5a4ea000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7cbc 00000000 ffffffff 61fe7da0 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7ccc 61fe7dd4 444c0000 00000000 444c0000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7cdc 00000000 00000000 00000000 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7cec 00000000 00000000 00000000 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7cfc 00000000 00000000 00000000 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7d0c 00000000 61fe7d84 5931b741 5951a9f8
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7d1c 400a4008 57f5ed08 61fe7d88 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7d2c 40b9ba71 400a4008 57f5ed08 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 61fe7d3c 61fe7d88 43280ac0 400a4008 000001f0
03-31 11:37:59.530 25679-25679/? I/DEBUG: memory near r9:
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951a9c0 00000000 00000000 5951aa00 59f76108
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951a9d0 581f2fa0 00000000 00000000 cf700001
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951a9e0 ffffffff ffffffff 00000002 5951aa30
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951a9f0 59f76096 581f3210 59f76108 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa00 00000003 ffffffff 07ffffff 43280ac0
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa10 ffffffff ffffffff 00000002 5951aa54
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa20 60c4269c 581f31a0 59f76096 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa30 ffffffff ffffffff 00000002 43280ac0
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa40 5951aaa4 60c42710 58359bc8 60c4269c
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa50 00000000 00000000 43280ac0 ffffffff
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa60 ffffffff 00000000 00000000 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa70 00000000 ffffffff ffffffff 426ac138
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa80 43281a18 00000500 000001fe 43273298
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aa90 5951aad0 60bf012c 58359c00 60c42710
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aaa0 00000000 60bf0124 426ac138 43281a18
03-31 11:37:59.530 25679-25679/? I/DEBUG: 5951aab0 00000500 000001fe 43273298 5951ab20
03-31 11:37:59.530 25679-25679/? I/DEBUG: memory near sl:
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a3ff8 00000100 00000000 00000000 00000453
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4008 60bbf7c2 5951a9dc 581f3210 5a4ea000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4018 42624f90 ffffffff 61fe7da0 00000000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4028 61fe7dd4 0000000f 00000000 40b595c0
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4038 00000000 00000000 57277870 59517300
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4048 00000000 432dd4b0 00000001 00004000
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4058 00000000 58fd38b0 40b595c0 40b5e480
03-31 11:37:59.530 25679-25679/? I/DEBUG: 400a4068 00000000 40b6257c 40b625f0 40b624a0
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4078 40b624c0 40b6251c 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4088 52445418 00000028 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4098 00000000 00000000 00001fff 40bf18cc
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40a8 41be4cd8 57fa5540 00000002 590ea818
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40b8 00000001 00000040 00000200 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40c8 00000001 59fc0ca0 59fc0ca0 00000002
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40d8 59e59a42 57fa53b8 5fe0a860 604110ae
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40e8 600fa1e6 60d406cd 5fe62428 5fe950ac
03-31 11:37:59.535 25679-25679/? I/DEBUG: memory near fp:
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7c64 40b59450 00000002 40b848c1 5951a9dc
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7c74 00000001 00000000 43280ac0 00000001
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7c84 40b8991f 5951a9dc 5a17ed13 41b67ac9
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7c94 400a4018 61fe7d84 40b66e04 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7ca4 00000000 00000000 401cd1f4 5951a9e8
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7cb4 581f2f68 5a4ea000 00000000 ffffffff
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7cc4 61fe7da0 00000000 61fe7dd4 444c0000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7cd4 00000000 444c0000 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7ce4 00000000 00000000 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7cf4 00000000 00000000 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d04 00000000 00000000 00000000 61fe7d84
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d14 5931b741 5951a9f8 400a4008 57f5ed08
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d24 61fe7d88 00000000 40b9ba71 400a4008
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d34 57f5ed08 00000000 61fe7d88 43280ac0
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d44 400a4008 000001f0 40b595c0 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 61fe7d54 61fe7d88 43280ac0 40b9ba9b 61fe7d88
03-31 11:37:59.535 25679-25679/? I/DEBUG: memory near ip:
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4008 60bbf7c2 5951a9dc 581f3210 5a4ea000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4018 42624f90 ffffffff 61fe7da0 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4028 61fe7dd4 0000000f 00000000 40b595c0
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4038 00000000 00000000 57277870 59517300
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4048 00000000 432dd4b0 00000001 00004000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4058 00000000 58fd38b0 40b595c0 40b5e480
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4068 00000000 40b6257c 40b625f0 40b624a0
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4078 40b624c0 40b6251c 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4088 52445418 00000028 00000000 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a4098 00000000 00000000 00001fff 40bf18cc
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40a8 41be4cd8 57fa5540 00000002 590ea818
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40b8 00000001 00000040 00000200 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40c8 00000001 59fc0ca0 59fc0ca0 00000002
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40d8 59e59a42 57fa53b8 5fe0a860 604110ae
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40e8 600fa1e6 60d406cd 5fe62428 5fe950ac
03-31 11:37:59.535 25679-25679/? I/DEBUG: 400a40f8 600fa2c5 5fe39087 6022fd0c 00000000
03-31 11:37:59.535 25679-25679/? I/DEBUG: memory near sp:
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7bd0 00000000 40b84cbf 400a4008 00000000
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7be0 400a4a68 57f9b16c df0027ad 00000000
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7bf0 400a4a68 400a4008 57f9b16c 648b8000
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c00 400a4a68 41b5f5ef 61fe7c0c 41b67b69
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c10 00000780 d1e00005 400a4a68 ffffffff
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c20 07ffffff ffffffff ffffffff 00000000
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c30 00000001 41b67929 ffffffff 58fd5d00
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c40 581f32f0 581f2fa0 400a4008 00000004
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c50 5951a9ec 61fe7c6c 5951a9e0 400a4018
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c60 61fe7c84 40b59450 00000002 40b848c1
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c70 5951a9dc 00000001 00000000 43280ac0
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c80 00000001 40b8991f 5951a9dc 5a17ed13
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7c90 41b67ac9 400a4018 61fe7d84 40b66e04
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7ca0 00000000 00000000 00000000 401cd1f4
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7cb0 5951a9e8 581f2f68 5a4ea000 00000000
03-31 11:37:59.540 25679-25679/? I/DEBUG: 61fe7cc0 ffffffff 61fe7da0 00000000 61fe7dd4
03-31 11:37:59.540 25679-25679/? I/DEBUG: code around pc:
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87174 4603bd30 460db537 4619a801 f7fd4614
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87184 4629fd7f f7fe9801 68e1fd97 f0116922
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87194 58840f40 f3bfd001 a8018f5f fd98f7fd
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871a4 bd3e4620 b5374603 a801460d 46144619
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871b4 fd66f7fd 98014629 fd7ef7fe 692268e1
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871c4 0f40f011 5880d004 8f5ff3bf e000b284
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871d4 a8015a84 fd7cf7fd bd3eb220 b5374603
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871e4 a801460d 46144619 fd4af7fd 98014629
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b871f4 fd62f7fe 692268e1 0f40f011 5880d004
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87204 8f5ff3bf e000b284 a8015a84 fd60f7fd
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87214 bd3e4620 b5374603 a801460d 46144619
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87224 fd2ef7fd 98014629 fd46f7fe 692268e1
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87234 0f40f011 5880d004 8f5ff3bf e000b2c4
03-31 11:37:59.540 25679-25679/? I/DEBUG: 40b87244 a8015c84 fd44f7fd bd3eb260 b5374603
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b87254 a801460d 46144619 fd12f7fd 98014629
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b87264 fd2af7fe 692268e1 0f40f011 5880d003
03-31 11:37:59.545 25679-25679/? I/DEBUG: code around lr:
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8716c 4620fdb3 b0034629 4603bd30 460db537
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8717c 4619a801 f7fd4614 4629fd7f f7fe9801
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8718c 68e1fd97 f0116922 58840f40 f3bfd001
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8719c a8018f5f fd98f7fd bd3e4620 b5374603
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871ac a801460d 46144619 fd66f7fd 98014629
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871bc fd7ef7fe 692268e1 0f40f011 5880d004
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871cc 8f5ff3bf e000b284 a8015a84 fd7cf7fd
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871dc bd3eb220 b5374603 a801460d 46144619
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871ec fd4af7fd 98014629 fd62f7fe 692268e1
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b871fc 0f40f011 5880d004 8f5ff3bf e000b284
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8720c a8015a84 fd60f7fd bd3e4620 b5374603
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8721c a801460d 46144619 fd2ef7fd 98014629
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8722c fd46f7fe 692268e1 0f40f011 5880d004
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8723c 8f5ff3bf e000b2c4 a8015c84 fd44f7fd
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8724c bd3eb260 b5374603 a801460d 46144619
03-31 11:37:59.545 25679-25679/? I/DEBUG: 40b8725c fd12f7fd 98014629 fd2af7fe 692268e1
03-31 11:37:59.910 25679-25679/? I/DEBUG: !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 17064
03-31 11:37:59.950 17309-17453/? I/BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
03-31 11:37:59.955 17309-17589/? I/ActivityManager: Notify an ApplicationCrash
03-31 11:37:59.980 17590-17590/? I/dumpstate: begin
03-31 11:38:00.020 17309-17506/? I/InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.8268 ] when=152364538354000
03-31 11:38:00.020 17309-17501/? V/AlarmManager: waitForAlarm result :8
03-31 11:38:00.030 17309-17505/? I/InputDispatcher: Delivering touch to: action: 0x0
03-31 11:38:00.035 17309-17453/? W/DropBoxManagerService: Dropping: SYSTEM_TOMBSTONE (10 > 0 bytes)
03-31 11:38:00.040 17602-17602/? A/libc: Fatal signal 13 (SIGPIPE) at 0x000044c2 (code=0), thread 17602 (uptime)

@TWiStErRob TWiStErRob added the v4 label Mar 31, 2017
@stale
Copy link

stale bot commented Nov 12, 2017

This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.

@stale stale bot added the stale label Nov 12, 2017
@stale stale bot closed this as completed Nov 19, 2017
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