Hi I have some question > - Run the following command from a shell: adb shell kill -10 [pid of > your application] I try this command line but it doesn't generate heap dump file. So I generate the heap dump file via monkey
> - This will generate two files on the emulator, in /data/musci. One is > called heap-dump-tmXXXXXX-pidXXX.hprof and the other one has the same > name but with the extension .hprof-head. For instance, I have > /data/misc/heap-dump-tm1213483064-pid4748.hprof and > /data/misc/heap-dump-tm1213483064-pid4748.hprof-head When I got those two file, I can't marge those file via cat command. > cat heap-dump-tm1213483064-pid4748.hprof-head > heap-dump-tm1213483064-pid4748.hprof > heap-profile.hprof Can anyone help? thanks a lot Luthien --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

