Android总结的基本机制监控事件

时间:2021-02-27 03:49:51

研究上午Android底层机制事件监视器,例如下面的摘要:

内核驱动监控硬件状态和行为,由uevent机制将事件发送到用户空间;

通过用户空间UeventObserver从内核监控uevent,处理。

间的通信使用了netlink机制。

參考的文章有:

Android使用UeventObserver:

http://blog.csdn.net/lushengchu_luis/article/details/9466405

http://blog.csdn.net/dfysy/article/details/7330919

Android使用uevent机制:

http://blog.csdn.net/yangwen123/article/details/9053527

http://www.cnblogs.com/qclzdh/archive/2011/06/13/2080166.html

Linux netlink机制:

http://*.com/questions/22667332/how-to-use-netlink-sockets-for-kernel-userspace-communication-android

http://blog.csdn.net/azloong/article/details/6799476

版权声明:本文博客原创文章。博客,未经同意,不得转载。