Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I delete iOS crash reporter logs off the device?

Tags:

ios

I'm getting this message in my logs.

"Not saving crash log because we have reached the limit for logs to store on disk. Sync or otherwise clear logs from /var/mobile/Library/Logs/CrashReporter to save new log

I assume this refers to the device as I have deleted the crashreports in XCode.

How can I delete iOS crash reporter logs off the device?

like image 343
Felix Avatar asked Dec 13 '12 21:12

Felix


People also ask

Can I delete iOS device logs?

Yes It is SAFE to do so, as I was short of memory and I found out that iOS Device Logs was using Giga Bytess of it. I just removed it, and Xcode is running my apps without any issue.

Can I delete crash reporter?

Yes, as long as there are no reports you need to look up. Glad to help.

Where are iOS crash logs stored?

Open the Console app, from Applications > Utilities in Finder. Select Crash Reports. Locate crash reports for your app in the list. Logs are listed by your app's binary name.

Can I delete iTunes crash logs?

All replies. Unless yo are having problems, it is OK to delete them. The are periodically send to Apple if you elected for that option when you first synced/set up the iPod on your computer.


1 Answers

Disconnect your device and close Xcode.

On your dev machine you should look in:

/Users/%username%/Library/Logs/CrashReporter/MobileDevice/%devicename% 

Move all reports to the Trash and then sync your device with iTunes. That should remove the logs from the device.

like image 105
RobertJoseph Avatar answered Oct 11 '22 17:10

RobertJoseph