[mono-android] Android.OS.Debug.StartMethodTracing();
Jonathan Pryor
jonp at xamarin.com
Tue Nov 29 17:11:21 EST 2011
On Nov 29, 2011, at 4:52 PM, Wally McClure wrote:
> In digging into the error, it looks like its not able to create a file on the sd card, which eventually bubbles up into the null reference exception. If I want to call StartMethodTracing, do I need to give the app permission to use the sd card?
Yes, it looks like you need permission to write to the SD card. Nice of the docs to actually mention that... :-/
- Jon
More information about the Monodroid
mailing list