intercepting grpc calls for Android app is not working

74 Views Asked by At

I have an android application which uses grpc to fetch configs and home page content(live data) and REST for deeper engagement views.

My requirements

  • get all network traffic(sent/received) of my application
  • I want to see size of all sent and received
  • I want this to be automated so that at the end of automated tests i can get this data
  • i want to get full path of endpoints (eg while fetching asset like webp , i need the full url)

Solutions which i tried

0

There are 0 best solutions below