On Aug 4, 2011, at 1:37 PM, Tim Kelly wrote: > On another note, nothing to do with MonoDroid, I have a global > error class that writes debugging information to a log file. We then just > use notepad while developing on Windows to view this logging file. However, > the Android emulator's lack of being able to view files is troublesome.
As suggested in other threads, you _should_ be able to place this file into an "external" directory [0]. The user can then "mount" their phone via USB storage (e.g. plug in N1, swipe down the status menu, tap USB connected, tap Turn on USB storage button). Once open, the user can navigate to some folder and copy whatever you place there. OK, cumbersome, but functional (hopefully not something you'll need to do every day). More annoying, though, is that when USB storage is enabled, apps can't access the external directory, so you'll need to keep your log files in your normal data directory, and copy to the external directory. - Jon [0] http://docs.mono-android.net/Android.OS.Environment.ExternalStorageDirectory _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid