Good day, the question arose how to trace where the application is on Android? If possible, it would still be interesting to see what kind of response the server receives.
- Install any proxy server on the dekstop and specify this proxy in the android settings. - KoVadim
- It seems in CAT logag can be seen - Alex Kapustin
|
2 answers
Run on the emulator and watch via WireShark
|
The Fiddler debug proxy server is a great tool for capturing and debugging http traffic.
Fiddler supports extending its capabilities by writing scripts in JScript.
|