I ran the ad shell on my simulator and executed the following commands:-
cd /proc
cd binder
cat transaction_log
But when i ran the adb shell on my android phone and ran the following commands
cd /proc
cd binder
HERE I GOT AN ERROR SAYING CAN"T cd to BINDER
Can anyone tell what the problem is?