Mobile phones apps have limited functionality and the browsers (chrome, safari etc) do not offer launching Developer Tools and collecting har file.
Also, there is not a mobile app which could collect pcap on the phone itself.
Getting the above logs is necessary for troubleshooting e.g. SEP Mobile connectivity via Cloud SWG, or SAML configuration issues
Android / iOS (iPhone) mobile phones
PCAP
In order to take pcap from the mobile phone:
HAR file
Steps to be followed when taking har file from Android device:
adb start-serverthis output will confirm the listening is on and the tool is ready to get the data from mobile phone:
platform-tools>adb start-server
* daemon not running; starting now at tcp:5037
* daemon started successfully
Steps to be followed when taking har file from iOS device (iPhone):