- Install the new Mono Android release 1.0.3, which substantially improves debugging performance and various other problems. You can read more about it, and download it from here.
- If you followed the instructions of my previous post, I have gathered even more information on how to improve the logcat experience. Create a bat file on your desktop and add the following lines:
The first command enables verbose logging for mono, note that I do not know if this will decrease performance but I can only imagine it will since it has to log more often and in more places. If you are testing performance in your app I suggest you do not keep this enabled. If you are testing memory usage, or you want the FULL details of every single stack trace, crash, etc than definitely keep this setting.
Now to launch logcat I simply double click the bat file, much easier….
Related posts:

