Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connection to assetsd was interrupted or assetsd died

I load photos from PHAssets. I get this error log when I load some images and pass them to another view controller. I can't seem to find anything online about this. Anyone encounter this and know what it is?

I also get this error along with it:

***** Error: logging directory does not exist /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/
like image 877
Aggressor Avatar asked Oct 30 '14 16:10

Aggressor


1 Answers

There may be following reason :

1.)It may occur when we try to use multiple Image view (Image) so just image and try to release it , it will solve problem.

2.)Also to avoid create too many property for storing images .

3.)If we need to send image to another view try to compress it .

like image 50
Shobhakar Tiwari Avatar answered Oct 15 '22 13:10

Shobhakar Tiwari