Hi, I have to test a mobile application and I want to see the logs of the app in Android studio... But what is the process of watching the logs... I mean how would I know when the Api is not working, because in log cat there are too many logs and I find it hard to watch logs
Open Console.app In the Console sidebar, you will see a section labeled Devices. Select your connected iPhone or iPad from this list. Once selected, you'll start seeing real-time logs from the device.
Thank You for sharing the valuable information
Hi, I have to test a mobile application and I want to see the logs of the app in Android studio... But what is the process of watching the logs... I mean how would I know when the Api is not working, because in log cat there are too many logs and I find it hard to watch logs
you can filter the logs with keywords like "Error" "Exception" etc
how to save a specific log timeframe in txt format using android studio
Use Logcat filters in Android Studio to display logs within your desired timeframe
I launched my app
But that package name not displayed in debuggable processes drop-down
Ask the developer to share the debug build .
hi can I know how to view logs in IOS please
Open Console.app
In the Console sidebar, you will see a section labeled Devices. Select your connected iPhone or iPad from this list.
Once selected, you'll start seeing real-time logs from the device.