On 6/1/2015 9:09 AM, Nanley Chery wrote: > From: Nanley Chery > > This patch series changes PowerTOP's method of accessing sysfs (for > tunables mainly) from explicitly accessing files to using the standard > udev device management library and API. > > The current codebase collects data on devices by probing sysfs files > directly with the usual low-level file handling API. This method is > not recommended by the Linux kernel maintainers because the sysfs > organization is not guaranteed to be stable over time. This can lead > to dependent applications breaking with newer kernel releases. Instead > using an abstraction layer, like udev, is suggested > (see https://www.kernel.org/doc/Documentation/sysfs-rules.txt). .... how does this work on Android ?