[android-developers] Re: VM crash

2009-10-06 Thread André Charles Legendre
Hi Thank's a lot, by now I reboot the phone to clear the log and I lose a lot of time... With this solution it will be faster.. I will fill the bug now. Andre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: VM crash

2009-10-05 Thread Florian Echtler
Yes it is a reproducible case. Exact content of the log change but it always finish by logcat read: Invalid argument and I need to restart the mobile to be able to read any log again. It seems that something is getting twisted up in the logging. This really seems like a bug, but there is a

[android-developers] Re: VM crash

2009-09-30 Thread fadden
This log doesn't make sense to me. In particular, I don't understand why the AndroidRuntime START message is being printed with the D/ UiHandler log tag and appearing in the application's pid. Might have something to do with the logcat read: Invalid argument, i.e. something is getting twisted

[android-developers] Re: VM crash

2009-09-30 Thread André Charles Legendre
Hi fadden Yes it is a reproducible case. Exact content of the log change but it always finish by logcat read: Invalid argument and I need to restart the mobile to be able to read any log again. It seems that something is getting twisted up in the logging. I will try to file a bug. Andre