I have some problem with debugging AccessibilityService and can not find a solution - with every deployment/debug from Eclipse the service is not restarted automatically and it requires the manual action of restarting the service.
What I am forced to do now:
- I am adding some new code and deploying/debugging with Eclipse.
- Application is deployed correctly and started but the new version of service is not started (messages from service are not shown and breakpoints are not working).
- I am manually opening settings -> accessibility and see that my service runs.
- I am manually stopping and starting service - now service is working.
I want to do it in a faster way:
- I am adding some code and deploying, service is restarted, and then the breakpoint works without any manual boring restarting!
Could you suggest how to debug accessibility service without manually restarting?
来源:https://stackoverflow.com/questions/14511464/how-to-debug-accessibility-service