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.
Try a hard reset of the emulator. Instructions are here.