Hi all,

I wanted to check memory leak over Froyo platfrom.
I started ddms by setting proper values.
I started emulator [build is generic]
after this I run below command to activate
for memory leak.

Set the env variable mention below.

   1.export ANDROID_SWT=<android_platform>/prebuilt/linux-x86_64/swt
   2.export ANDROID_PRODUCT_OUT=<android_platform>
/out/target/product/generic/
   3.vi ~/.android/ddms.cfg add a line native=true at the end of the file
   4.export PATH=$PATH:<android_platform>
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
   5.Now launch the ddms by using the command
   ./out/host/linux-x86/bin/ddms
*
And then did :

% adb shell setprop libc.debug.malloc 1
% adb shell stop
% adb shell start*

leak but soon after adb shell start, framework is
rebooting but its fail to launch the UI screen
but am able to seen adb logs. And its showing
SystemServer messages.

Why UI Screen is not coming ?
Am I missing something here ?

Any pointers will helpful to me.

Thanks for help in advance,

----------------------------------------------------------------------------------------------------------------------------------
Atul Raut
 Android Telephony Engineer
http://rautatul.weebly.com/
http://rautatul.wordpress.com/
Mobile : 9581819292
atulrau...@gmail.com <hack...@android.com>

<hack...@android.com>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to