Mobile App Security Testing #
Some commands
Logcat #
- Following process
- Can be made more verbose/detailed though
1
adb logcat --pid=$(adb shell pidof -s <mobile_app_name_i.e._com.imacompany.imanandroidapp>)
- Can be made more verbose/detailed though
Last update: January 22, 2021