Debugging a service

后端 未结 6 1320
攒了一身酷
攒了一身酷 2020-11-29 02:33

I have written a service with a remote interface and installed it on my PC\'s Eclipse AVD. I have a client test harness which starts and invokes methods in the service. Init

6条回答
  •  有刺的猬
    2020-11-29 02:44

    This works in Android Studio. There might be a similar way in Eclipse I suppose.

    1. run your project in debug mode
    2. attach debugger to your service process

提交回复
热议问题