Hi,

I recently added a pretty heavy function loading objects from database.
First time I launched the test, app crashed without any exeption. arg.
Tried again... same result, crashing after loading 570 objects...


funny thing, in the logs, I always got the same output when it crashes (but
not directly related to mono).. :
(...)
I/CATALOGUE(13076): loaded 550 articles so far...
I/CATALOGUE(13076): loaded 560 articles so far...
I/CATALOGUE(13076): loaded 570 articles so far...
I/CATALOGUE(13076): loaded 580 articles so far...
D/AndroidRuntime(13090):
D/AndroidRuntime(13090): >>>>>> AndroidRuntime START
com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime(13090): CheckJNI is OFF
D/AndroidRuntime(13090): Calling main entry com.android.commands.am.Am
I/ActivityManager(  130): Process MonoPharmaTest.MonoPharmaTest (pid 13076)
has died.
E/InputDispatcher(  130): channel '40d55fb0
MonoPharmaTest.MonoPharmaTest/monopharma.CatalogueActivity (server)' ~
Consumer closed input channel or an error occurred.  events=0x8
E/InputDispatcher(  130): channel '40d55fb0
MonoPharmaTest.MonoPharmaTest/monopharma.CatalogueActivity (server)' ~
Channel is unrecoverably broken and will be disposed!
D/Zygote  (   82): Process 13076 exited cleanly (255)
I/WindowManager(  130): WIN DEATH: Window{40963ca8
MonoPharmaTest.MonoPharmaTest/monopharma.HomeActivity paused=false}
I/WindowManager(  130): WIN DEATH: Window{40d55fb0
MonoPharmaTest.MonoPharmaTest/monopharma.CatalogueActivity paused=false}
I/WindowManager(  130): WINDOW DIED Window{40d55fb0
MonoPharmaTest.MonoPharmaTest/monopharma.CatalogueActivity paused=false}
D/AndroidRuntime(13090): Shutting down VM

Just for fun, I tried without starting with VisualStudio's F5... and oh
micracle, it worked...

So. What should I conclude?
Is there a way to watch the resources consumed by our monodroid application,
to check if there is no foolish loops creating way over items?
Yeah you could answer "check it when you're coding", but as for many
monodroid applications, we're using existing libraries.

Thx in advance.


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/App-crash-only-when-using-debbuger-tp4932814p4932814.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to