Mostly I work in a windows environment and it is necessary to get console logs for iOS devices to find out the root cause of the issue. We can get iOS app crash log from this path ( C:\Users\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\DSS-Iphone 6 ) in windows machine using iTunes. But we need an entire app log to understand what goes wrong in the application.
And after some research, I found iTools which allow you to manage iOS devices and also show entire device logs. This tool helps me to do my testing. As per my understanding, this tool will not run without iTunes. iTools was also affected by the latest iTunes update.
Now I have found some other tool called 'iOSLogInfo'. Download and run iOSLogInfo to get console log for iOS devices in windows.
Requirements:-
- iOSLogInfo ( Download link -https://www.blackberry.com/blackberrytraining/web/KB_Resources/KB36986_iOSLogInfo_4.3.4.zip )
- iTunes for windows
- Download and save iOSLogInfo zip downloading by above link.
- Extract the zip file contents.
- Ensure iTunes for windows is installed.
- Connect your iOS device to a PC.
- From a command prompt navigate to the location you extracted the above contents and run one of the followings to start a live log collection session.
- sdsiosloginfo.exe -d
- sdsiosloginfo.exe -d > d:\iOS_log.log
Start logging:-
sdsiosloginfo.exe -d > d:\folder\iOS_Console_Log.log
Pull disk usage:
sdsiosloginfo.exe -q com.apple.disk_usage -x > d:\folder\iOS_Disk_Usage.xml
Pull device status:
sdsiosloginfo.exe -x > d:\folder\iOS_Device_Stats.xml
Pull iTunes log:-
sdsiosloginfo.exe -e -k d:\folder
Original Source:- https://tr.im/1WF6a
Thanks Vijay for sharing the valuable information.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteBlackberry publishes this little tool to help testers who is using windows machine to get iOS device and app logs for support purposes. It is a free command line tool and can be used as simple as ADB for Android.
ReplyDeleteToday I came to know the blog about "How to 'Access the iPhone Debug Log/Console on Windows'"?
ReplyDeleteNice blog worth to read
https://deciphertools.com/blog/iphone-debug-log-console-apple-configurator/
Hey I know this is off topic but I was wondering if you knew of any widgets I could add to my blog that automatically tweet my newest twitter updates. I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.
ReplyDelete