Re: [PATCH v2 3/4] binder: Make transaction_log available in binderfs

2019-08-30 Thread Hridya Valsaraju
On Fri, Aug 30, 2019 at 4:34 AM Christian Brauner wrote: > > On Thu, Aug 29, 2019 at 02:18:11PM -0700, Hridya Valsaraju wrote: > > Currently, the binder transaction log files 'transaction_log' > > and 'failed_transaction_log' live in debugfs at the following locations: > > > > /sys/kernel/debug/bi

Re: [PATCH v2 3/4] binder: Make transaction_log available in binderfs

2019-08-30 Thread Christian Brauner
On Thu, Aug 29, 2019 at 02:18:11PM -0700, Hridya Valsaraju wrote: > Currently, the binder transaction log files 'transaction_log' > and 'failed_transaction_log' live in debugfs at the following locations: > > /sys/kernel/debug/binder/failed_transaction_log > /sys/kernel/debug/binder/transaction_lo

[PATCH v2 3/4] binder: Make transaction_log available in binderfs

2019-08-29 Thread Hridya Valsaraju
Currently, the binder transaction log files 'transaction_log' and 'failed_transaction_log' live in debugfs at the following locations: /sys/kernel/debug/binder/failed_transaction_log /sys/kernel/debug/binder/transaction_log This patch makes these files also available in a binderfs instance mounte