Note that there are some explanatory texts on larger screens.

plurals
  1. POApplication is crashing when testing it on a real device
    text
    copied!<p>I am developing one app. While I am running this app in real device it crashes. Actually in application is taking picture and store in private document folder after that I am retrieving that image from private folder and displaying in thumbnail. For that I am using F Gallery project. By using this i am displaying images in thumbnail like photo gallery view. </p> <p>If i take more images means its taking so much time to load all images and after that is crashing the application and automatically switch OFF and switch ON the device.</p> <p>In console it's showing error like this below.</p> <p>Canany body tell me why it's crashing? And how to solve this problem?</p> <pre><code>Jan 4 18:45:50 Primusblr profiled[3448] &lt;Notice&gt;: (Note ) profiled: Idled. Jan 4 18:45:50 Primusblr profiled[3448] &lt;Notice&gt;: (Note ) profiled: Service stopping. Jan 4 18:45:59 Primusblr UserEventAgent[15] &lt;Notice&gt;: jetsam: kernel termination snapshot being created Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.lsd[3437]) &lt;Notice&gt;: (com.apple.lsd) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.assetsd[3479]) &lt;Notice&gt;: (com.apple.assetsd) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.networkd_privileged[3458]) &lt;Notice&gt;: (com.apple.networkd_privileged) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.softwareupdateservicesd[3462]) &lt;Notice&gt;: (com.apple.softwareupdateservicesd) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[3441]) &lt;Notice&gt;: (com.apple.coreservices.appleid.authentication) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.accountsd[3392]) &lt;Notice&gt;: (com.apple.accountsd) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.mobile.installd[3435]) &lt;Notice&gt;: (com.apple.mobile.installd) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.timed[3433]) &lt;Notice&gt;: (com.apple.timed) Exited: Killed: 9 Jan 4 18:46:00 Primusblr com.apple.launchd[1] (com.apple.itunesstored[3446]) &lt;Notice&gt;: (com.apple.itunesstored) Exited: Killed: 9 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload