[android-developers] Re: Long list of LogCat error messages from DeviceMonitor

2008-04-03 Thread [EMAIL PROTECTED]

I see the same messages, usually when the buildin gooogle service
crashed.

On Apr 3, 6:47 am, jalopy [EMAIL PROTECTED] wrote:
 I have seen these error messages all the time. I normally needed to
 restart my
 emulator with -wipe-data to get back to normal. I noticed that those
 error
 messages began to appear after my program crashed a few times or
 some other programs were not responding such as gtalkservice.

 Yes, it is very annoying as it normally took over the entire CPU cycle
 whenever
 that happened.

 On Apr 2, 7:48 pm, Peli [EMAIL PROTECTED] wrote:

  The following slows my system down: From time to time there is a long
  list of error messages apparently from the DeviceMonitor. These error
  messages stop after some time, and I can continue working. Still, they
  slow down my work, and I wonder if anybody else has seen them or has a
  hint what could cause them.

  Peli

  D/( 1663):  unable to unlink '/1207175722301' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175722301.
  D/( 1663): removing file '/1207175726154'
  D/( 1663):  unable to unlink '/1207175726154' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175726154.
  D/( 1663): removing file '/1207175728084'
  D/( 1663):  unable to unlink '/1207175728084' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175728084.
  D/( 1663): removing file '/1207175730041'
  D/( 1663):  unable to unlink '/1207175730041' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175730041.
  D/( 1663): removing file '/1207175732044'
  D/( 1663):  unable to unlink '/1207175732044' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175732044.
  D/( 1663): removing file '/1207175734108'
  D/( 1663):  unable to unlink '/1207175734108' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175734108.
  D/( 1663): removing file '/1207175736225'
  D/( 1663):  unable to unlink '/1207175736225' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175736225.
  D/( 1663): removing file '/1207175738331'
  D/( 1663):  unable to unlink '/1207175738331' (errno=2)
  W/android.server.am.DeviceMonitor( 1663): Couldn't delete
  1207175738331.
  D/( 1663): removing file '/1207175741504'
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Long list of LogCat error messages from DeviceMonitor

2008-04-02 Thread jim.renkel

Yes, I get these also, on one of my development systems, the single
core, relatively slower one, 1.66 GHz. This does not happen on my
other development system which is a dual core, and relatively faster,
2.66 GHz each. That seems to be the only difference betwen them, they
both have gobs of memory, 2 Gbytes each.

I agree that it is a pain in the butt, as the slower machine that
experiences the problem is, for historical reasons, my primary
development machine. It has been fast enough for everything else I've
tried to do with it, but the Android emulator brings it to its knees.
Sigh. :-(

Jim Renkel

On Apr 2, 9:48 pm, Peli [EMAIL PROTECTED] wrote:
 The following slows my system down: From time to time there is a long
 list of error messages apparently from the DeviceMonitor. These error
 messages stop after some time, and I can continue working. Still, they
 slow down my work, and I wonder if anybody else has seen them or has a
 hint what could cause them.

 Peli

 D/( 1663):  unable to unlink '/1207175722301' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175722301.
 D/( 1663): removing file '/1207175726154'
 D/( 1663):  unable to unlink '/1207175726154' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175726154.
 D/( 1663): removing file '/1207175728084'
 D/( 1663):  unable to unlink '/1207175728084' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175728084.
 D/( 1663): removing file '/1207175730041'
 D/( 1663):  unable to unlink '/1207175730041' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175730041.
 D/( 1663): removing file '/1207175732044'
 D/( 1663):  unable to unlink '/1207175732044' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175732044.
 D/( 1663): removing file '/1207175734108'
 D/( 1663):  unable to unlink '/1207175734108' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175734108.
 D/( 1663): removing file '/1207175736225'
 D/( 1663):  unable to unlink '/1207175736225' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175736225.
 D/( 1663): removing file '/1207175738331'
 D/( 1663):  unable to unlink '/1207175738331' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175738331.
 D/( 1663): removing file '/1207175741504'
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Long list of LogCat error messages from DeviceMonitor

2008-04-02 Thread jalopy

I have seen these error messages all the time. I normally needed to
restart my
emulator with -wipe-data to get back to normal. I noticed that those
error
messages began to appear after my program crashed a few times or
some other programs were not responding such as gtalkservice.

Yes, it is very annoying as it normally took over the entire CPU cycle
whenever
that happened.




On Apr 2, 7:48 pm, Peli [EMAIL PROTECTED] wrote:
 The following slows my system down: From time to time there is a long
 list of error messages apparently from the DeviceMonitor. These error
 messages stop after some time, and I can continue working. Still, they
 slow down my work, and I wonder if anybody else has seen them or has a
 hint what could cause them.

 Peli

 D/( 1663):  unable to unlink '/1207175722301' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175722301.
 D/( 1663): removing file '/1207175726154'
 D/( 1663):  unable to unlink '/1207175726154' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175726154.
 D/( 1663): removing file '/1207175728084'
 D/( 1663):  unable to unlink '/1207175728084' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175728084.
 D/( 1663): removing file '/1207175730041'
 D/( 1663):  unable to unlink '/1207175730041' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175730041.
 D/( 1663): removing file '/1207175732044'
 D/( 1663):  unable to unlink '/1207175732044' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175732044.
 D/( 1663): removing file '/1207175734108'
 D/( 1663):  unable to unlink '/1207175734108' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175734108.
 D/( 1663): removing file '/1207175736225'
 D/( 1663):  unable to unlink '/1207175736225' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175736225.
 D/( 1663): removing file '/1207175738331'
 D/( 1663):  unable to unlink '/1207175738331' (errno=2)
 W/android.server.am.DeviceMonitor( 1663): Couldn't delete
 1207175738331.
 D/( 1663): removing file '/1207175741504'
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---