[android-developers] Re: Debug.startMethodTracing InternalError: file open failed

2009-03-30 Thread Mariano Kamp
I think you didn't quote enough of the log to know the answer. Obviously something didn't work when trying to start a trace. Are you on the device? Have you got a writable SD card inserted? Try to specify Debug.startMethodTracing(/sdcard/rufio); On Sat, Mar 28, 2009 at 11:35 PM, William

[android-developers] Re: Debug.startMethodTracing InternalError: file open failed

2009-03-30 Thread fadden
On Mar 28, 2:35 pm, William william.caine...@gmail.com wrote: i put this in my oncreate method and get an error, file open failed. what am i doing wrong? Debug.startMethodTracing(rufio); Give it a full path, like /sdcard/rufio. --~--~-~--~~~---~--~~ You