android存储千条数据库,android版的查询取1000条数据耗时10秒到20秒,如何提高效率...

查询只使用了 query.whereWithinGeoBox 的过滤,这会取出几千条数据,每次取1000条,直至取完,第一次耗时20秒,以后每次耗时10秒左右

看log,打印了一堆与 V/AsyncHttpResponseHandler 相关的,和与D/dalvikvm(20396): GC_CONCURRENT freed相关的。

请问如何提高效率?

附2段log如下,分别是第一次和第二次取数据的log

第一次的

11-12 11:41:24.938: D/dalvikvm(20396): GC_FOR_ALLOC freed 292K, 4% free 14819K/15431K, paused 39ms

11-12 11:41:24.938: V/AsyncHttpResponseHandler(20396): Progress 546 from 1 (54600%)

11-12 11:41:25.018: D/dalvikvm(20396): GC_FOR_ALLOC freed 79K, 5% free 14887K/15623K, paused 57ms

11-12 11:41:25.018: I/dalvikvm-heap(20396): Grow heap (frag case) to 14.833MB for 262160-byte allocation

11-12 11:41:25.108: D/dalvikvm(20396): GC_FOR_ALLOC freed 128K, 6% free 15015K/15943K, paused 76ms

11-12 11:41:25.108: V/AsyncHttpResponseHandler(20396): Progress 4642 from 1 (464200%)

11-12 11:41:25.108: V/AsyncHttpResponseHandler(20396): Progress 7662 from 1 (766200%)

11-12 11:41:25.108: V/AsyncHttpResponseHandler(20396): Progress 11758 from 1 (1175800%)

11-12 11:41:25.108: V/AsyncHttpResponseHandler(20396): Progress 15822 from 1 (1582200%)

11-12 11:41:25.118: V/AsyncHttpResponseHandler(20396): Progress 19918 from 1 (1991800%)

11-12 11:41:25.118: V/AsyncHttpResponseHandler(20396): Progress 23789 from 1 (2378900%)

11-12 11:41:25.128: V/AsyncHttpResponseHandler(20396): Progress 27885 from 1 (2788500%)

11-12 11:41:25.128: V/AsyncHttpResponseHandler(20396): Progress 31851 from 1 (3185100%)

11-12 11:41:25.128: V/AsyncHttpResponseHandler(20396): Progress 35947 from 1 (3594700%)

11-12 11:41:25.138: V/AsyncHttpResponseHandler(20396): Progress 39543 from 1 (3954300%)

11-12 11:41:25.138: V/AsyncHttpResponseHandler(20396): Progress 43639 from 1 (4363900%)

11-12 11:41:25.138: V/AsyncHttpResponseHandler(20396): Progress 47497 from 1 (4749700%)

11-12 11:41:25.138: V/AsyncHttpResponseHandler(20396): Progress 51593 from 1 (5159300%)

11-12 11:41:25.178: D/dalvikvm(20396): GC_FOR_ALLOC freed 14K, 6% free 15022K/15943K, paused 29ms

11-12 11:41:25.178: I/dalvikvm-heap(20396): Grow heap (frag case) to 15.214MB for 524304-byte allocation

11-12 11:41:25.208: D/dalvikvm(20396): GC_FOR_ALLOC freed 256K, 8% free 15278K/16519K, paused 24ms

11-12 11:41:25.208: V/AsyncHttpResponseHandler(20396): Progress 55532 from 1 (5553200%)

11-12 11:41:25.208: V/AsyncHttpResponseHandler(20396): Progress 59628 from 1 (5962800%)

11-12 11:41:25.208: V/AsyncHttpResponseHandler(20396): Progress 63567 from 1 (6356700%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 67663 from 1 (6766300%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 71260 from 1 (7126000%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 75356 from 1 (7535600%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 78976 from 1 (7897600%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 83072 from 1 (8307200%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 87025 from 1 (8702500%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 91121 from 1 (9112100%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 95087 from 1 (9508700%)

11-12 11:41:25.218: V/AsyncHttpResponseHandler(20396): Progress 99183 from 1 (9918300%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 103156 from 1 (10315600%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 107252 from 1 (10725200%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 111212 from 1 (11121200%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 113440 from 1 (11344000%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 117536 from 1 (11753600%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 121497 from 1 (12149700%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 125593 from 1 (12559300%)

11-12 11:41:25.228: V/AsyncHttpResponseHandler(20396): Progress 129532 from 1 (12953200%)

11-12 11:41:25.258: V/AsyncHttpResponseHandler(20396): Progress 133628 from 1 (13362800%)

11-12 11:41:25.258: V/AsyncHttpResponseHandler(20396): Progress 136927 from 1 (13692700%)

11-12 11:41:25.258: V/AsyncHttpResponseHandler(20396): Progress 141023 from 1 (14102300%)

11-12 11:41:25.298: D/dalvikvm(20396): GC_FOR_ALLOC freed 40K, 8% free 15284K/16519K, paused 30ms

11-12 11:41:25.308: V/AsyncHttpResponseHandler(20396): Progress 144927 from 1 (14492700%)

11-12 11:41:25.308: I/dalvikvm-heap(20396): Grow heap (frag case) to 15.970MB for 1048592-byte allocation

11-12 11:41:25.358: D/dalvikvm(20396): GC_FOR_ALLOC freed 512K, 11% free 15795K/17607K, paused 35ms

11-12 11:41:25.388: V/AsyncHttpResponseHandler(20396): Progress 149023 from 1 (14902300%)

11-12 11:41:25.388: V/AsyncHttpResponseHandler(20396): Progress 152980 from 1 (15298000%)

11-12 11:41:25.388: V/AsyncHttpResponseHandler(20396): Progress 157076 from 1 (15707600%)

11-12 11:41:25.388: V/AsyncHttpResponseHandler(20396): Progress 161010 from 1 (16101000%)

11-12 11:41:25.388: V/AsyncHttpResponseHandler(20396): Progress 165106 from 1 (16510600%)

11-12 11:41:25.398: V/AsyncHttpResponseHandler(20396): Progress 168734 from 1 (16873400%)

11-12 11:41:25.398: V/AsyncHttpResponseHandler(20396): Progress 172830 from 1 (17283000%)

11-12 11:41:25.398: V/AsyncHttpResponseHandler(20396): Progress 176502 from 1 (17650200%)

11-12 11:41:25.398: V/AsyncHttpResponseHandler(20396): Progress 180598 from 1 (18059800%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 184518 from 1 (18451800%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 188614 from 1 (18861400%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 192562 from 1 (19256200%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 196658 from 1 (19665800%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 200594 from 1 (20059400%)

11-12 11:41:25.408: V/AsyncHttpResponseHandler(20396): Progress 204690 from 1 (20469000%)

11-12 11:41:25.418: V/AsyncHttpResponseHandler(20396): Progress 207973 from 1 (20797300%)

11-12 11:41:25.418: V/AsyncHttpResponseHandler(20396): Progress 212069 from 1 (21206900%)

11-12 11:41:25.418: V/AsyncHttpResponseHandler(20396): Progress 216023 from 1 (21602300%)

11-12 11:41:25.418: V/AsyncHttpResponseHandler(20396): Progress 220119 from 1 (22011900%)

11-12 11:41:25.418: V/AsyncHttpResponseHandler(20396): Progress 224073 from 1 (22407300%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 228169 from 1 (22816900%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 231550 from 1 (23155000%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 235646 from 1 (23564600%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 239515 from 1 (23951500%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 243611 from 1 (24361100%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 245333 from 1 (24533300%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 249429 from 1 (24942900%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 253361 from 1 (25336100%)

11-12 11:41:25.428: V/AsyncHttpResponseHandler(20396): Progress 257457 from 1 (25745700%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 261422 from 1 (26142200%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 265518 from 1 (26551800%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 269313 from 1 (26931300%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 273409 from 1 (27340900%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 276846 from 1 (27684600%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 280942 from 1 (28094200%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 284137 from 1 (28413700%)

11-12 11:41:25.458: V/AsyncHttpResponseHandler(20396): Progress 288233 from 1 (28823300%)

11-12 11:41:25.458: D/dalvikvm(20396): GC_CONCURRENT freed 57K, 7% free 16525K/17607K, paused 2ms+7ms

11-12 11:41:25.468: V/AsyncHttpResponseHandler(20396): Progress 292026 from 1 (29202600%)

11-12 11:41:25.468: V/AsyncHttpResponseHandler(20396): Progress 296122 from 1 (29612200%)

11-12 11:41:25.468: V/AsyncHttpResponseHandler(20396): Progress 300089 from 1 (30008900%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 304185 from 1 (30418500%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 307689 from 1 (30768900%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 311785 from 1 (31178500%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 315712 from 1 (31571200%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 319808 from 1 (31980800%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 323769 from 1 (32376900%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 327865 from 1 (32786500%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 331822 from 1 (33182200%)

11-12 11:41:25.498: V/AsyncHttpResponseHandler(20396): Progress 335918 from 1 (33591800%)

11-12 11:41:25.508: V/AsyncHttpResponseHandler(20396): Progress 339837 from 1 (33983700%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 343933 from 1 (34393300%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 347261 from 1 (34726100%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 351357 from 1 (35135700%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 355286 from 1 (35528600%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 359382 from 1 (35938200%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 363332 from 1 (36333200%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 365540 from 1 (36554000%)

11-12 11:41:25.518: V/AsyncHttpResponseHandler(20396): Progress 369636 from 1 (36963600%)

11-12 11:41:25.528: V/AsyncHttpResponseHandler(20396): Progress 373588 from 1 (37358800%)

11-12 11:41:25.528: V/AsyncHttpResponseHandler(20396): Progress 377684 from 1 (37768400%)

11-12 11:41:25.538: V/AsyncHttpResponseHandler(20396): Progress 381539 from 1 (38153900%)

11-12 11:41:25.538: V/AsyncHttpResponseHandler(20396): Progress 385635 from 1 (38563500%)

11-12 11:41:25.548: V/AsyncHttpResponseHandler(20396): Progress 389004 from 1 (38900400%)

11-12 11:41:25.548: V/AsyncHttpResponseHandler(20396): Progress 393100 from 1 (39310000%)

11-12 11:41:25.548: V/AsyncHttpResponseHandler(20396): Progress 397048 from 1 (39704800%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 401144 from 1 (40114400%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 404994 from 1 (40499400%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 409090 from 1 (40909000%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 412422 from 1 (41242200%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 416518 from 1 (41651800%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 420456 from 1 (42045600%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 424552 from 1 (42455200%)

11-12 11:41:25.558: V/AsyncHttpResponseHandler(20396): Progress 428515 from 1 (42851500%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 432611 from 1 (43261100%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 436407 from 1 (43640700%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 440503 from 1 (44050300%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 444099 from 1 (44409900%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 448195 from 1 (44819500%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 452155 from 1 (45215500%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 456251 from 1 (45625100%)

11-12 11:41:25.568: V/AsyncHttpResponseHandler(20396): Progress 460081 from 1 (46008100%)

11-12 11:41:25.578: V/AsyncHttpResponseHandler(20396): Progress 464177 from 1 (46417700%)

11-12 11:41:25.578: V/AsyncHttpResponseHandler(20396): Progress 468123 from 1 (46812300%)

11-12 11:41:25.588: V/AsyncHttpResponseHandler(20396): Progress 472219 from 1 (47221900%)

11-12 11:41:25.588: V/AsyncHttpResponseHandler(20396): Progress 475505 from 1 (47550500%)

11-12 11:41:25.588: V/AsyncHttpResponseHandler(20396): Progress 479601 from 1 (47960100%)

11-12 11:41:25.588: V/AsyncHttpResponseHandler(20396): Progress 483522 from 1 (48352200%)

11-12 11:41:25.598: V/AsyncHttpResponseHandler(20396): Progress 487618 from 1 (48761800%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 491579 from 1 (49157900%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 495675 from 1 (49567500%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 499532 from 1 (49953200%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 503628 from 1 (50362800%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 507035 from 1 (50703500%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 511131 from 1 (51113100%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 515081 from 1 (51508100%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 519177 from 1 (51917700%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 523108 from 1 (52310800%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 527204 from 1 (52720400%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 531165 from 1 (53116500%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 535261 from 1 (53526100%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 539192 from 1 (53919200%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 543288 from 1 (54328800%)

11-12 11:41:25.608: V/AsyncHttpResponseHandler(20396): Progress 546558 from 1 (54655800%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 550654 from 1 (55065400%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 554600 from 1 (55460000%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 558696 from 1 (55869600%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 560096 from 1 (56009600%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 564192 from 1 (56419200%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 567825 from 1 (56782500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 571921 from 1 (57192100%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 575137 from 1 (57513700%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 579233 from 1 (57923300%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 583205 from 1 (58320500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 587301 from 1 (58730100%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 591258 from 1 (59125800%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 595354 from 1 (59535400%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 599210 from 1 (59921000%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 603306 from 1 (60330600%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 607008 from 1 (60700800%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 611104 from 1 (61110400%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 614696 from 1 (61469600%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 616897 from 1 (61689700%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 620993 from 1 (62099300%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 624932 from 1 (62493200%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 629028 from 1 (62902800%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 632315 from 1 (63231500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 636411 from 1 (63641100%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 640369 from 1 (64036900%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 644465 from 1 (64446500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 648389 from 1 (64838900%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 652485 from 1 (65248500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 656277 from 1 (65627700%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 660373 from 1 (66037300%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 664172 from 1 (66417200%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 668268 from 1 (66826800%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 671869 from 1 (67186900%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 675965 from 1 (67596500%)

11-12 11:41:25.618: V/AsyncHttpResponseHandler(20396): Progress 679215 from 1 (67921500%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 683311 from 1 (68331100%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 687270 from 1 (68727000%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 691366 from 1 (69136600%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 694976 from 1 (69497600%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 699072 from 1 (69907200%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 702755 from 1 (70275500%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 706851 from 1 (70685100%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 710921 from 1 (71092100%)

11-12 11:41:25.628: V/AsyncHttpResponseHandler(20396): Progress 715017 from 1 (71501700%)

11-12 11:41:25.638: V/AsyncHttpResponseHandler(20396): Progress 718865 from 1 (71886500%)

11-12 11:41:25.638: V/AsyncHttpResponseHandler(20396): Progress 722961 from 1 (72296100%)

11-12 11:41:25.638: V/AsyncHttpResponseHandler(20396): Progress 726928 from 1 (72692800%)

11-12 11:41:25.638: V/AsyncHttpResponseHandler(20396): Progress 731024 from 1 (73102400%)

11-12 11:41:25.638: V/AsyncHttpResponseHandler(20396): Progress 732983 from 1 (73298300%)

11-12 11:41:25.678: D/dalvikvm(20396): GC_FOR_ALLOC freed 1233K, 13% free 15477K/17607K, paused 38ms

11-12 11:41:25.678: I/dalvikvm-heap(20396): Grow heap (frag case) to 16.557MB for 1465982-byte allocation

11-12 11:41:25.718: D/dalvikvm(20396): GC_CONCURRENT freed <1K, 4% free 16908K/17607K, paused 2ms+1ms

11-12 11:41:26.238: D/dalvikvm(20396): GC_CONCURRENT freed 638K, 4% free 17754K/18439K, paused 3ms+3ms

11-12 11:41:26.628: D/dalvikvm(20396): GC_CONCURRENT freed 711K, 4% free 18769K/19527K, paused 2ms+2ms

11-12 11:41:27.078: D/dalvikvm(20396): GC_CONCURRENT freed 847K, 5% free 19976K/20871K, paused 2ms+4ms

11-12 11:41:27.448: D/dalvikvm(20396): GC_CONCURRENT freed 852K, 5% free 21187K/22087K, paused 2ms+3ms

11-12 11:41:28.178: D/dalvikvm(20396): GC_CONCURRENT freed 6148K, 27% free 17151K/23303K, paused 5ms+5ms

11-12 11:41:29.048: D/dalvikvm(20396): GC_CONCURRENT freed 700K, 24% free 17931K/23303K, paused 3ms+7ms

11-12 11:41:29.578: D/dalvikvm(20396): GC_CONCURRENT freed 741K, 19% free 18956K/23303K, paused 3ms+7ms

11-12 11:41:30.688: D/dalvikvm(20396): GC_CONCURRENT freed 1770K, 18% free 19234K/23303K, paused 3ms+5ms

11-12 11:41:31.308: D/dalvikvm(20396): GC_CONCURRENT freed 1973K, 18% free 19308K/23303K, paused 3ms+5ms

11-12 11:41:31.738: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 17% free 19378K/23303K, paused 2ms+4ms

11-12 11:41:32.108: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 17% free 19446K/23303K, paused 3ms+4ms

11-12 11:41:32.548: D/dalvikvm(20396): GC_CONCURRENT freed 1983K, 17% free 19510K/23303K, paused 3ms+5ms

11-12 11:41:32.948: D/dalvikvm(20396): GC_CONCURRENT freed 1984K, 17% free 19574K/23303K, paused 2ms+4ms

11-12 11:41:33.438: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 16% free 19643K/23303K, paused 3ms+5ms

11-12 11:41:33.868: D/dalvikvm(20396): GC_CONCURRENT freed 1982K, 16% free 19708K/23303K, paused 2ms+6ms

11-12 11:41:34.268: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 16% free 19776K/23303K, paused 3ms+4ms

11-12 11:41:34.658: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 15% free 19844K/23303K, paused 3ms+5ms

11-12 11:41:35.038: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 15% free 19911K/23303K, paused 2ms+4ms

11-12 11:41:35.388: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 15% free 19977K/23303K, paused 2ms+4ms

11-12 11:41:35.838: D/dalvikvm(20396): GC_CONCURRENT freed 1983K, 14% free 20042K/23303K, paused 2ms+5ms

11-12 11:41:36.238: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 14% free 20110K/23303K, paused 3ms+5ms

11-12 11:41:36.628: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 14% free 20179K/23303K, paused 3ms+5ms

11-12 11:41:36.988: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 14% free 20246K/23303K, paused 2ms+4ms

11-12 11:41:37.328: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 13% free 20312K/23303K, paused 2ms+4ms

11-12 11:41:37.688: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 13% free 20380K/23303K, paused 2ms+4ms

11-12 11:41:38.018: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 13% free 20449K/23303K, paused 2ms+4ms

11-12 11:41:38.368: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 12% free 20516K/23303K, paused 3ms+4ms

11-12 11:41:38.728: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 12% free 20582K/23303K, paused 2ms+4ms

11-12 11:41:39.068: D/dalvikvm(20396): GC_CONCURRENT freed 1982K, 12% free 20648K/23303K, paused 2ms+4ms

11-12 11:41:39.398: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 12% free 20715K/23303K, paused 2ms+5ms

11-12 11:41:39.698: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 11% free 20783K/23303K, paused 2ms+5ms

11-12 11:41:40.038: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 11% free 20850K/23303K, paused 2ms+5ms

11-12 11:41:40.418: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 11% free 20919K/23303K, paused 2ms+5ms

11-12 11:41:40.768: D/dalvikvm(20396): GC_CONCURRENT freed 1982K, 10% free 20985K/23303K, paused 2ms+5ms

11-12 11:41:41.108: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 10% free 21051K/23303K, paused 2ms+4ms

11-12 11:41:41.418: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 10% free 21121K/23303K, paused 2ms+5ms

11-12 11:41:41.748: D/dalvikvm(20396): GC_CONCURRENT freed 1928K, 10% free 21185K/23303K, paused 2ms+5ms

11-12 11:41:42.088: D/dalvikvm(20396): GC_CONCURRENT freed 1862K, 9% free 21246K/23303K, paused 2ms+5ms

11-12 11:41:42.408: D/dalvikvm(20396): GC_FOR_ALLOC freed 1863K, 9% free 21307K/23367K, paused 72ms

11-12 11:41:42.728: D/dalvikvm(20396): GC_FOR_ALLOC freed 1861K, 9% free 21371K/23431K, paused 74ms

11-12 11:41:43.048: D/dalvikvm(20396): GC_FOR_ALLOC freed 1858K, 9% free 21433K/23495K, paused 72ms

11-12 11:41:43.348: D/dalvikvm(20396): GC_FOR_ALLOC freed 1856K, 9% free 21497K/23559K, paused 72ms

11-12 11:41:43.668: D/dalvikvm(20396): GC_FOR_ALLOC freed 1855K, 9% free 21560K/23623K, paused 78ms

11-12 11:41:43.978: D/dalvikvm(20396): GC_FOR_ALLOC freed 1855K, 9% free 21621K/23687K, paused 76ms

11-12 11:41:44.298: D/dalvikvm(20396): GC_FOR_ALLOC freed 1854K, 9% free 21685K/23751K, paused 75ms

11-12 11:41:44.608: D/dalvikvm(20396): GC_FOR_ALLOC freed 1852K, 9% free 21746K/23815K, paused 75ms

第二次的

11-12 11:41:48.128: D/dalvikvm(20396): GC_FOR_ALLOC freed 4614K, 33% free 16232K/23879K, paused 62ms

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 535 from 1 (53500%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 4631 from 1 (463100%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 7181 from 1 (718100%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 11277 from 1 (1127700%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 15214 from 1 (1521400%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 19310 from 1 (1931000%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 23260 from 1 (2326000%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 27356 from 1 (2735600%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 31336 from 1 (3133600%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 35432 from 1 (3543200%)

11-12 11:41:48.728: V/AsyncHttpResponseHandler(20396): Progress 39066 from 1 (3906600%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 43162 from 1 (4316200%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 46928 from 1 (4692800%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 51024 from 1 (5102400%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 54880 from 1 (5488000%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 58976 from 1 (5897600%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 62954 from 1 (6295400%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 67050 from 1 (6705000%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 71014 from 1 (7101400%)

11-12 11:41:48.738: V/AsyncHttpResponseHandler(20396): Progress 75110 from 1 (7511000%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 78964 from 1 (7896400%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 83060 from 1 (8306000%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 86471 from 1 (8647100%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 90567 from 1 (9056700%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 94507 from 1 (9450700%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 98603 from 1 (9860300%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 102576 from 1 (10257600%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 106672 from 1 (10667200%)

11-12 11:41:48.748: V/AsyncHttpResponseHandler(20396): Progress 110643 from 1 (11064300%)

11-12 11:41:48.758: V/AsyncHttpResponseHandler(20396): Progress 112895 from 1 (11289500%)

11-12 11:41:48.758: V/AsyncHttpResponseHandler(20396): Progress 116991 from 1 (11699100%)

11-12 11:41:48.758: V/AsyncHttpResponseHandler(20396): Progress 120969 from 1 (12096900%)

11-12 11:41:48.758: V/AsyncHttpResponseHandler(20396): Progress 125065 from 1 (12506500%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 129000 from 1 (12900000%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 133096 from 1 (13309600%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 137065 from 1 (13706500%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 141161 from 1 (14116100%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 145092 from 1 (14509200%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 149188 from 1 (14918800%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 152604 from 1 (15260400%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 156700 from 1 (15670000%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 160595 from 1 (16059500%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 164691 from 1 (16469100%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 168669 from 1 (16866900%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 172765 from 1 (17276500%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 176701 from 1 (17670100%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 180797 from 1 (18079700%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 184768 from 1 (18476800%)

11-12 11:41:48.768: V/AsyncHttpResponseHandler(20396): Progress 188864 from 1 (18886400%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 192820 from 1 (19282000%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 196916 from 1 (19691600%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 200792 from 1 (20079200%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 204888 from 1 (20488800%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 208769 from 1 (20876900%)

11-12 11:41:48.778: V/AsyncHttpResponseHandler(20396): Progress 212865 from 1 (21286500%)

11-12 11:41:48.828: D/dalvikvm(20396): GC_FOR_ALLOC freed 452K, 31% free 16561K/23879K, paused 26ms

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 216327 from 1 (21632700%)

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 220423 from 1 (22042300%)

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 224345 from 1 (22434500%)

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 228441 from 1 (22844100%)

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 232344 from 1 (23234400%)

11-12 11:41:48.828: V/AsyncHttpResponseHandler(20396): Progress 236440 from 1 (23644000%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 240418 from 1 (24041800%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 244514 from 1 (24451400%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 245690 from 1 (24569000%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 249786 from 1 (24978600%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 253757 from 1 (25375700%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 257853 from 1 (25785300%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 261821 from 1 (26182100%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 265917 from 1 (26591700%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 269878 from 1 (26987800%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 273974 from 1 (27397400%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 277291 from 1 (27729100%)

11-12 11:41:48.838: V/AsyncHttpResponseHandler(20396): Progress 281387 from 1 (28138700%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 284450 from 1 (28445000%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 288546 from 1 (28854600%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 292044 from 1 (29204400%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 296140 from 1 (29614000%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 299986 from 1 (29998600%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 304082 from 1 (30408200%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 308048 from 1 (30804800%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 312144 from 1 (31214400%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 316116 from 1 (31611600%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 320212 from 1 (32021200%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 324084 from 1 (32408400%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 328180 from 1 (32818000%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 331892 from 1 (33189200%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 335988 from 1 (33598800%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 339966 from 1 (33996600%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 344062 from 1 (34406200%)

11-12 11:41:48.848: V/AsyncHttpResponseHandler(20396): Progress 347697 from 1 (34769700%)

11-12 11:41:48.858: V/AsyncHttpResponseHandler(20396): Progress 351793 from 1 (35179300%)

11-12 11:41:48.858: V/AsyncHttpResponseHandler(20396): Progress 355714 from 1 (35571400%)

11-12 11:41:48.878: D/dalvikvm(20396): GC_FOR_ALLOC freed 300K, 30% free 16819K/23879K, paused 23ms

11-12 11:41:48.878: I/dalvikvm-heap(20396): Grow heap (frag case) to 17.470MB for 1048592-byte allocation

11-12 11:41:48.918: D/dalvikvm(20396): GC_FOR_ALLOC freed 512K, 31% free 17331K/24967K, paused 21ms

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 359810 from 1 (35981000%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 363149 from 1 (36314900%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 365646 from 1 (36564600%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 369742 from 1 (36974200%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 373838 from 1 (37383800%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 377934 from 1 (37793400%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 381584 from 1 (38158400%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 385680 from 1 (38568000%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 389557 from 1 (38955700%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 393653 from 1 (39365300%)

11-12 11:41:48.918: V/AsyncHttpResponseHandler(20396): Progress 397599 from 1 (39759900%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 401695 from 1 (40169500%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 405670 from 1 (40567000%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 409766 from 1 (40976600%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 413732 from 1 (41373200%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 417828 from 1 (41782800%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 421208 from 1 (42120800%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 425304 from 1 (42530400%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 429199 from 1 (42919900%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 433295 from 1 (43329500%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 437228 from 1 (43722800%)

11-12 11:41:48.928: V/AsyncHttpResponseHandler(20396): Progress 441324 from 1 (44132400%)

11-12 11:41:48.958: D/dalvikvm(20396): GC_FOR_ALLOC freed 22K, 31% free 17335K/24967K, paused 17ms

11-12 11:41:48.958: I/dalvikvm-heap(20396): Grow heap (frag case) to 17.674MB for 733919-byte allocation

11-12 11:41:49.008: D/dalvikvm(20396): GC_FOR_ALLOC freed 1028K, 34% free 17024K/25735K, paused 35ms

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 445293 from 1 (44529300%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 449389 from 1 (44938900%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 453357 from 1 (45335700%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 457453 from 1 (45745300%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 461399 from 1 (46139900%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 465495 from 1 (46549500%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 469130 from 1 (46913000%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 473226 from 1 (47322600%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 476909 from 1 (47690900%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 481005 from 1 (48100500%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 484918 from 1 (48491800%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 489014 from 1 (48901400%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 492608 from 1 (49260800%)

11-12 11:41:49.008: V/AsyncHttpResponseHandler(20396): Progress 496704 from 1 (49670400%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 500682 from 1 (50068200%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 504778 from 1 (50477800%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 508461 from 1 (50846100%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 512557 from 1 (51255700%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 516489 from 1 (51648900%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 520585 from 1 (52058500%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 524553 from 1 (52455300%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 528649 from 1 (52864900%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 532622 from 1 (53262200%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 536718 from 1 (53671800%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 540688 from 1 (54068800%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 544784 from 1 (54478400%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 548658 from 1 (54865800%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 552754 from 1 (55275400%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 556112 from 1 (55611200%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 560208 from 1 (56020800%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 561966 from 1 (56196600%)

11-12 11:41:49.018: V/AsyncHttpResponseHandler(20396): Progress 566062 from 1 (56606200%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 570042 from 1 (57004200%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 574138 from 1 (57413800%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 577349 from 1 (57734900%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 581445 from 1 (58144500%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 585348 from 1 (58534800%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 589444 from 1 (58944400%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 592941 from 1 (59294100%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 597037 from 1 (59703700%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 600877 from 1 (60087700%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 604973 from 1 (60497300%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 608944 from 1 (60894400%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 613040 from 1 (61304000%)

11-12 11:41:49.028: V/AsyncHttpResponseHandler(20396): Progress 616432 from 1 (61643200%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 618497 from 1 (61849700%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 622593 from 1 (62259300%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 626442 from 1 (62644200%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 630538 from 1 (63053800%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 634418 from 1 (63441800%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 638514 from 1 (63851400%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 642029 from 1 (64202900%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 646125 from 1 (64612500%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 650066 from 1 (65006600%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 654162 from 1 (65416200%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 658128 from 1 (65812800%)

11-12 11:41:49.038: V/AsyncHttpResponseHandler(20396): Progress 662224 from 1 (66222400%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 666194 from 1 (66619400%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 670290 from 1 (67029000%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 674265 from 1 (67426500%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 678361 from 1 (67836100%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 682226 from 1 (68222600%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 686322 from 1 (68632200%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 689689 from 1 (68968900%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 693785 from 1 (69378500%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 697755 from 1 (69775500%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 701851 from 1 (70185100%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 705780 from 1 (70578000%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 709876 from 1 (70987600%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 713778 from 1 (71377800%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 717874 from 1 (71787400%)

11-12 11:41:49.048: V/AsyncHttpResponseHandler(20396): Progress 721586 from 1 (72158600%)

11-12 11:41:49.058: V/AsyncHttpResponseHandler(20396): Progress 725682 from 1 (72568200%)

11-12 11:41:49.058: V/AsyncHttpResponseHandler(20396): Progress 729327 from 1 (72932700%)

11-12 11:41:49.058: V/AsyncHttpResponseHandler(20396): Progress 733423 from 1 (73342300%)

11-12 11:41:49.058: V/AsyncHttpResponseHandler(20396): Progress 733903 from 1 (73390300%)

11-12 11:41:49.078: D/dalvikvm(20396): GC_FOR_ALLOC freed 78K, 34% free 17015K/25735K, paused 25ms

11-12 11:41:49.088: I/dalvikvm-heap(20396): Grow heap (frag case) to 18.061MB for 1467822-byte allocation

11-12 11:41:49.148: D/dalvikvm(20396): GC_CONCURRENT freed <1K, 33% free 18448K/27207K, paused 3ms+2ms

11-12 11:41:49.388: D/dalvikvm(20396): GC_CONCURRENT freed 750K, 28% free 19638K/27207K, paused 4ms+4ms

11-12 11:41:49.688: D/dalvikvm(20396): GC_CONCURRENT freed 792K, 24% free 20894K/27207K, paused 1ms+4ms

11-12 11:41:50.068: D/dalvikvm(20396): GC_CONCURRENT freed 793K, 19% free 22148K/27207K, paused 3ms+4ms

11-12 11:41:50.308: D/dalvikvm(20396): GC_CONCURRENT freed 790K, 14% free 23406K/27207K, paused 2ms+3ms

11-12 11:41:50.588: D/dalvikvm(20396): GC_CONCURRENT freed 6085K, 29% free 19368K/27207K, paused 2ms+4ms

11-12 11:41:50.848: D/dalvikvm(20396): GC_CONCURRENT freed 776K, 25% free 20639K/27207K, paused 1ms+4ms

11-12 11:41:51.048: D/dalvikvm(20396): GC_CONCURRENT freed 1889K, 24% free 20797K/27207K, paused 2ms+3ms

11-12 11:41:51.238: D/dalvikvm(20396): GC_CONCURRENT freed 1974K, 24% free 20871K/27207K, paused 2ms+5ms

11-12 11:41:51.438: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 24% free 20941K/27207K, paused 2ms+4ms

11-12 11:41:51.628: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 23% free 21011K/27207K, paused 1ms+3ms

11-12 11:41:51.818: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 23% free 21081K/27207K, paused 2ms+4ms

11-12 11:41:52.018: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 23% free 21152K/27207K, paused 2ms+3ms

11-12 11:41:52.198: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 23% free 21221K/27207K, paused 2ms+3ms

11-12 11:41:52.408: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 22% free 21291K/27207K, paused 1ms+4ms

11-12 11:41:52.598: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 22% free 21360K/27207K, paused 2ms+3ms

11-12 11:41:52.798: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 22% free 21430K/27207K, paused 2ms+3ms

11-12 11:41:52.998: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 21% free 21500K/27207K, paused 2ms+3ms

11-12 11:41:53.188: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 21% free 21569K/27207K, paused 2ms+3ms

11-12 11:41:53.398: D/dalvikvm(20396): GC_CONCURRENT freed 1976K, 21% free 21640K/27207K, paused 2ms+4ms

11-12 11:41:53.598: D/dalvikvm(20396): GC_CONCURRENT freed 1976K, 21% free 21711K/27207K, paused 1ms+4ms

11-12 11:41:53.798: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 20% free 21779K/27207K, paused 2ms+3ms

11-12 11:41:54.008: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 20% free 21848K/27207K, paused 2ms+3ms

11-12 11:41:54.218: D/dalvikvm(20396): GC_CONCURRENT freed 1976K, 20% free 21921K/27207K, paused 2ms+3ms

11-12 11:41:54.428: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 20% free 21988K/27207K, paused 2ms+4ms

11-12 11:41:54.648: D/dalvikvm(20396): GC_CONCURRENT freed 1974K, 19% free 22063K/27207K, paused 2ms+5ms

11-12 11:41:54.878: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 19% free 22131K/27207K, paused 2ms+4ms

11-12 11:41:55.098: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 19% free 22201K/27207K, paused 2ms+3ms

11-12 11:41:55.318: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 19% free 22269K/27207K, paused 2ms+4ms

11-12 11:41:55.528: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 18% free 22341K/27207K, paused 2ms+3ms

11-12 11:41:55.748: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 18% free 22409K/27207K, paused 4ms+5ms

11-12 11:41:55.968: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 18% free 22479K/27207K, paused 2ms+5ms

11-12 11:41:56.178: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 18% free 22549K/27207K, paused 2ms+3ms

11-12 11:41:56.418: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 17% free 22620K/27207K, paused 2ms+6ms

11-12 11:41:56.638: D/dalvikvm(20396): GC_CONCURRENT freed 1980K, 17% free 22688K/27207K, paused 2ms+3ms

11-12 11:41:56.858: D/dalvikvm(20396): GC_CONCURRENT freed 1975K, 17% free 22761K/27207K, paused 2ms+5ms

11-12 11:41:57.078: D/dalvikvm(20396): GC_CONCURRENT freed 1981K, 17% free 22828K/27207K, paused 1ms+4ms

11-12 11:41:57.308: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 16% free 22897K/27207K, paused 2ms+5ms

11-12 11:41:57.518: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 16% free 22967K/27207K, paused 2ms+5ms

11-12 11:41:57.748: D/dalvikvm(20396): GC_CONCURRENT freed 1977K, 16% free 23038K/27207K, paused 2ms+7ms

11-12 11:41:57.968: D/dalvikvm(20396): GC_CONCURRENT freed 1979K, 16% free 23107K/27207K, paused 2ms+5ms

11-12 11:41:58.188: D/dalvikvm(20396): GC_CONCURRENT freed 1978K, 15% free 23176K/27207K, paused 2ms+6ms

11-12 11:41:58.448: D/dalvikvm(20396): GC_CONCURRENT freed 1975K, 15% free 23249K/27207K, paused 2ms+3ms

11-12 11:41:58.678: D/dalvikvm(20396): GC_CONCURRENT freed 1976K, 15% free 23320K/27207K, paused 2ms+4ms

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值