On Feb 20, 2013, at 1:25 PM, Stephan Steiner <[email protected]> wrote:
> (except for the whole thing about Process.Exited which just never fires... 
> but logcat does run in all my debug builds

I have no idea why it would work for Debug builds but not Release builds.

I think that the reason Process.Exited never fires is because the process never 
exits (hence it consuming 25% of your CPU...).

The primary difference between Debug and Release builds is twofold:

1. Debug builds automatically get the INTERNET permission (so that the Debugger 
can attach to the process)
2. Release apps have assemblies embedded into the .apk. Debug builds, by 
default, do not.

(1) seems like a plausible difference, but when I add INTERNET to my Release 
app, it still doesn't work, so that (by itself) is not effecting logcat.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to