Skip to content Skip to sidebar Skip to footer

Why I Can't Read /proc/net/xt_qtaguid/stats Correctly By Filereader In Android Ics

I want to read /proc/net/xt_qtaguid/stats in Android ICS, which records all interfaces and applications traffic stats. following is the code snippet: String line = null; BufferRead

Solution 1:

I've gotten the answer, this virtual file's read_proc function limit the uid, every application can only read the header and its own line.


Post a Comment for "Why I Can't Read /proc/net/xt_qtaguid/stats Correctly By Filereader In Android Ics"