I've tested some man-in-the-middle apps (traffic packet capture) in Android, and in some apps works very well, but in others it disables internet capabilities in the app and the app stop to work (and appears the typical messages of "Network unavailable").
Why is that ?
Is there any other way to capture the internet calls an app does ?
I've tried with adb logcat, but not all apps "writes" there everything :-P
Thank you