On Mar 20, 8:37 pm, wu tony <[email protected]> wrote: > Do you know how can we view the java memory usage status?I met the "Out of > Memory " problem but there's no efficient way to decide the cause.
On the emulator you can cause an "hprof" heap dump by using the "runhat" shell command (defined by build/envsetup.sh). The output needs to be converted with hprof-conv, which may or may not be present in your sources. You can find some info by searching the android groups, e.g.: http://groups.google.com/group/android-developers/browse_thread/thread/2597bcce2dffd921 (This is improving in future releases.) --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
