Other than the fact that it consumes CPU that could be used by your app. On Oct 29, 6:27 am, Kostya Vasilyev <[email protected]> wrote: > Run "adb shell" and then "ps" to get the list of running processes. > > Then you just need to match by process id's - 1344 and 1103. > > However - each process has its own copy of Dalvik Java VM, and its own > memory address space, so GC in other applications should not be > affecting yours. > > -- Kostya > > 29.10.2010 0:06, dipu пишет: > > > > > I am getting GC on my device (moto original Droid with 2.2) > > continuously, even when I am not using it for a while. How can I > > figure out which application is causing such continuous GC. > > > D/dalvikvm( 1344): GC_FOR_MALLOC freed 9881 objects / 527000 bytes in > > 57ms > > D/dalvikvm( 1103): GC_EXPLICIT freed 3407 objects / 138696 bytes in > > 104ms > > D/dalvikvm( 1344): GC_FOR_MALLOC freed 9838 objects / 525944 bytes in > > 58ms > > D/dalvikvm( 1103): GC_EXPLICIT freed 3400 objects / 137904 bytes in > > 104ms > > D/dalvikvm( 1344): GC_FOR_MALLOC freed 9723 objects / 521272 bytes in > > 59ms > > D/dalvikvm( 1103): GC_EXPLICIT freed 3381 objects / 137344 bytes in > > 104ms > > D/dalvikvm( 1344): GC_FOR_MALLOC freed 9750 objects / 521624 bytes in > > 58ms > > D/dalvikvm( 1103): GC_EXPLICIT freed 3342 objects / 135624 bytes in > > 105ms > > D/dalvikvm( 1344): GC_FOR_MALLOC freed 9861 objects / 527728 bytes in > > 58ms > > D/dalvikvm( 1103): GC_EXPLICIT freed 3402 objects / 138024 bytes in > > 106ms > > > Thanks, > > Dipu > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget > --http://kmansoft.wordpress.com
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

