[android-developers] Re: SDK 2.0 Traceview in The Droid.

2009-11-24 Thread fadden
On Nov 23, 9:34 am, Dianne Hackborn hack...@android.com wrote: You can also use the new adb shell am profile ... commands to start and stop profiling in a process. In case it's not clear from the context: this is particularly useful because it doesn't require that the app have the external

[android-developers] Re: SDK 2.0 Traceview in The Droid.

2009-11-23 Thread davemac
Yes. You need to add a uses-permission to your AndroidManifest.xml file for android.permission.WRITE_EXTERNAL_STORAGE. - dave On Nov 20, 9:39 pm, JHandal jhand...@gmail.com wrote:  HI I'm running the basic HelloActivity from the SDK 2. samples. When I try Trace view in the DDMS prespective

Re: [android-developers] Re: SDK 2.0 Traceview in The Droid.

2009-11-23 Thread Dianne Hackborn
You can also use the new adb shell am profile ... commands to start and stop profiling in a process. On Mon, Nov 23, 2009 at 6:40 AM, davemac davemac...@gmail.com wrote: Yes. You need to add a uses-permission to your AndroidManifest.xml file for android.permission.WRITE_EXTERNAL_STORAGE. -