On Feb 4, 1:00 am, allstars <[email protected]> wrote: > so i would like to ask what's the difference here and > what should i do if i want to see hprof when my app is built > in mydroid
My guess would be that it's trying to write the hprof dump to a temporary file on /sdcard, and your app doesn't have WRITE_EXTERNAL_STORAGE permission. See also dalvik/docs/heap-profiling.html: http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/heap-profiling.html;hb=HEAD -- 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

