I'm not so familiar with iOS development environment. However I once was Android framework engineer so.. android is easy to me.
In Android devices, we can easily see both Android framework log and apps(which are not developed by me) log. Since we can access the device's folder where logs are archived.
How about iOS?
It seems that I can only see my app's log in the console in Xcode if I run the app through Xcode.
How about other cases? Is it possible for me the see below logs? 1.iOS framework log 2.apps log(not developed by me)
Thank you in advance.