iOS app logcat
iOS app log view on termial not use Xcode
How to use
in termial
1
2
3
4
5
idevicesyslog | grep game
# idevicesyslog | grep game
# idevicesyslog | grep game --color=always
# idevicesyslog | grep game | grep -v WebKit | grep -v CFNetwork | grep -v assertiond
issue
1. ERROR: Could not start service com.apple.syslog_relay.
fix 2020-06-22
1
2
brew uninstall libimobiledevice usbmuxd
brew install -v --HEAD --build-from-source usbmuxd libimobiledevice
本文由作者按照 CC BY 4.0 进行授权