Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing an android application using eclipse (ADT). I've been doing it for a few months now, but suddenly today, when I start the emulator, it's over logging the logcat with this message:

Level: D
Application: system_process
Tag: ThrottleService
Text: deleteing /data/system/throttle/407640534

I searched and could not find a single thing regarding anything similar to this problem, it is impossible to use the logging system like this since it prints the same message more than 10 times per second. I can of course use filters, but sometimes you want to watch all of the logs.

Any idea what this message is about and why it's being logged so often?

Thanks a lot.

share|improve this question
have you installed or upgraded any of your apps? just googling "android ThrottleService" comes up with a bunch of results, I think it's an internal app. – Matt K Jan 5 '12 at 13:58
no, i haven't installed or updated anything, it's an emulator, other than the application that i'm developing there's nothing on it that i added. the message is being logged as the emulator starts working, before i run my application. i did find a lot of results for "android ThrottleService" but not for the logging messages. – Nitzan Tomer Jan 5 '12 at 14:13
1  
you could try a hard reset of the emulator? see if that works. there's instructions here. – Matt K Jan 5 '12 at 14:16
thank you Matt K, that solved the problem. – Nitzan Tomer Jan 5 '12 at 14:41
@MattK Please enter your comment as an answer so that it can be accepted. – Zoot Jan 5 '12 at 16:29
show 1 more comment

1 Answer

up vote 0 down vote accepted

Try a hard reset of the emulator. Instructions are here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.