On 10/09/2012 12:01 PM, csgrewa wrote:
> I noticed that the Android logging subsystem does not presently enforce
> any restriction on the ability to flush logs. Would it be reasonable to
> impose the same restrictions on log flushing as exists for other
> privileged logging operations (such as read
I noticed that the Android logging subsystem does not presently enforce
any restriction on the ability to flush logs. Would it be reasonable to
impose the same restrictions on log flushing as exists for other
privileged logging operations (such as reading), as shown by the below
patch.
Would such