开发者

Android: Is it possible to observe system calls?

开发者 https://www.devze.com 2022-12-09 03:48 出处:网络
I was wondering if there is a way to observe the system calls in Android using a service... Is something like this remotely possible using Java or do I have to g开发者_如何学运维et down into native co

I was wondering if there is a way to observe the system calls in Android using a service... Is something like this remotely possible using Java or do I have to g开发者_如何学运维et down into native code...?

Thanks


If you root the phone and install Debian, you should be able to install strace from the repositories. Debian install guide for Android here.


By system calls do you mean when the phone rings, wifi connects and etc? Those things are handled by Broadcast intents.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号