{ "id": "173497", "key": "AC-6225", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "10000", "description": "", "name": "Done" }, "resolutiondate": "2019-07-16T23:56:39.000+0000", "created": "2019-04-25T01:05:04.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-07-16T23:56:39.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Operating System\r\n Name = Mac OS X\r\n Version = 10.14.4\r\n Architecture = 64bit\r\n # CPUs = 12\r\n Memory = 17179869184\r\nNode.js\r\n Node.js Version = 10.15.3\r\n npm Version = 6.4.1\r\nTitanium CLI\r\n CLI Version = 5.1.1\r\nTitanium SDK\r\n SDK Version = 7.4.2.GA\r\n SDK Path = /Users/peterladis/Library/Application Support/Titanium/mobilesdk/osx/7.4.2.GA\r\n Target Platform = iphone\r\n\r\n\r\nSteps to reporduce: On the device if I added a photo from the photo gallery all will work fine. If I attempt to call Titanium.Media.showCamera, it will work for 24 pictures, and fail on the 25th picture consistently.\r\n\r\nAny ideas how to debug this?\r\n", "attachment": [ { "id": "66624", "filename": "BJGNx7LYHhlNEPercIGJCq.xccrashpoint.zip", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-20T12:39:10.000+0000", "size": 129673, "mimeType": "application/zip" }, { "id": "66626", "filename": "BqXELeolCHt9kjPiUMm_SS.xccrashpoint.zip", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-20T12:39:10.000+0000", "size": 28849, "mimeType": "application/zip" }, { "id": "66625", "filename": "CMuGaHWQ3C5WLvk0FD2SjK.xccrashpoint.zip", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-20T12:39:10.000+0000", "size": 25442, "mimeType": "application/zip" } ], "flagged": false, "summary": "Titanium.Media.showCamera. will crash my app", "creator": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "447944", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\nThanks for reaching out! Are you using SDK 7.4.2.GA? Can you please try to open terminal and type: *appc ti sdk install latest.* After upgrading the SDK, please test the issue again on your device. If the error reproduces, \r\nshare a simple test project demonstrate what you are trying?\r\n", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-04-25T10:35:52.000+0000", "updated": "2019-04-25T10:35:52.000+0000" }, { "id": "447958", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I am on the latest...My app is super complex to give examples....But we have two code paths...one is for ADD photo and one is for TAKE PHOTO....we can add photos forever....but using the take function there seems to be a point of failure ( feels like memory). Once the camera is open..the app will freeze and then close.\r\n\r\nSo....is there a way to free up memory when the show camera opens and closes?", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-04-25T14:26:18.000+0000", "updated": "2019-04-25T14:26:18.000+0000" }, { "id": "448023", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "\r\nThanks for your feedback. Can you please make a simple test case?\r\nCall Ti.Media.showCamera and the camera opens up fine, takes the picture, click ok and check the app will freeze or not.", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-04-28T11:24:40.000+0000", "updated": "2019-04-28T11:24:40.000+0000" }, { "id": "448082", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "OK. here is sample code......Simple run on a device...take photos...after some time...the APP will crash when trying to open the Take Photo window. On my device it was around 20 photos\r\n\r\n\r\n\r\nvar win = Ti.UI.createWindow({\r\n\t\t\t title: 'TEST TAKE PHOTO',\r\n\t\t\t backgroundColor: '#fff'\r\n\t\t\t });\r\n\t\t\t\t\r\n\t\t\t\tvar view = Ti.UI.createView({\r\n\t\t\t\r\n\t\t\t\t})\r\n\t\t\t\twin.add(view);\r\n\t\t\t\t\r\n\t\t\t\tvar tableview = Ti.UI.createTableView({\r\n\t\t\t\t\twidth:'100%',\r\n\t\t\t\t\ttop:100\r\n\t\t\t\t\t\r\n\t\t\t\t})\r\n\t\t\t\t\r\n\t\t\t\tview.add(tableview)\r\n\t\t\t\t\r\n\t\t\t\tfunction addphotorow(file){\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar row = Titanium.UI.createTableViewRow({\r\n\t\t\t\t\t\theight:50,\r\n\t\t\t\t\t\tclassName:'pakrow',\r\n\t\t\t\t\t\teditable:false\r\n\t\t\t\t\t});\r\n\t\t\t\t\tvar imageView = Ti.UI.createImageView({\r\n\t\t\t\t\t\theight:60,\r\n\t\t\t\t\t\twidth:60\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t});\r\n\t\t\t\t\trow.add(imageView);\r\n\t\t\t\t\t\r\n\t\t\t\t\timageView.image = file.nativePath;\r\n\t\t\t\t\t\r\n\t\t\t\t\ttableview.appendRow(row);\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\tvar addPhoto = Ti.UI.createButton({title:'ADD',top:100,width:'90%',height:25})\r\n\t\t\t\t\r\n\t\t\t\tview.add(addPhoto)\r\n\t\t\t\t\r\n\t\t\t\taddPhoto.addEventListener('click',function(done){\r\n\t\t\t\t\t\r\n\t\t\t\t\tTitanium.Media.showCamera({\r\n\t\t\t\t\t\t\t\tsuccess:function(event) {\r\n\t\t\t\t\t\t\t // called when media returned from the camera\r\n\t\t\t\t\t\t\t\t\tTi.API.info('Our type was: '+event.mediaType);\r\n\t\t\t\t\t\t\t \t\tif(event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) {\r\n\t\t\t\r\n\t\t\t\t\t\t\t \t\t\tvar photo = event.media;\r\n\t\t\t\t\t\t\t \t\t\tif ( photo != null)\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\tvar num = Math.floor((Math.random()*10000)+1);\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t fileName = num + '.png';\r\n\t\t\t\t\t\t\t\t\t\t\tvar currentFileName = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationCacheDirectory,fileName);\r\n\t\t\t\t\t\t\t\t\t\t\tif ( currentFileName.exists())\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\tcurrentFileName.deleteFile();\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\tcurrentFileName.write(photo);\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\taddphotorow(currentFileName)\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tcancel:function() {\r\n\t\t\t\t\t\t\t // called when user cancels taking a picture\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\terror:function(error) {\r\n\t\t\t\t\t\t\t // called when there's an error\r\n\t\t\t\t\t\t\t\t\tvar a = Titanium.UI.createAlertDialog({title:'Camera'});\r\n\t\t\t\t\t\t\t \t\t\tif (error.code == Titanium.Media.NO_CAMERA) {\r\n\t\t\t\t\t\t\t\t\t\t\ta.setMessage('Please run this test on device');\r\n\t\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\t\ta.setMessage('Unexpected error: ' + error.code);\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\ta.show();\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tsaveToPhotoGallery:false,\r\n\t\t\t\t\t\t\t\tallowEditing:true,\r\n\t\t\t\t\t\t\t\tmediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO]\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t})\r\n\t\t\t\t\r\n\t\t\t \r\n\t\t\t win.open()", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-04-30T16:40:51.000+0000", "updated": "2019-05-01T00:12:46.000+0000" }, { "id": "448111", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any thoughts?", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T15:54:57.000+0000", "updated": "2019-05-01T15:54:57.000+0000" }, { "id": "448112", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "first you can format your code in JIRA (see the help button in the bottom corner). Makes it easier to read and spot an error in your cancel function.\r\n\r\nThen I'm pretty sure that you run into memory problems since you are display all your big images in one screen. Even on my Android phone it is struggeling to show the images and you can see them appearing slowly. \r\nSo what you need to do is resize then and display them (why displaying a high resolution image at 60x60) or use https://docs.appcelerator.com/platform/latest/#!/api/Titanium.App-event-memorywarning to check for memory warnings. Also try to run the Instruments (https://wiki.appcelerator.org/display/guides2/Managing+Memory+and+Finding+Leaks) to check your memory", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-01T16:22:06.000+0000", "updated": "2019-05-01T16:22:06.000+0000" }, { "id": "448113", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'll format....but this happens with just replacing the image....This does NOT happen with Add Photo from gallery. It feels as if TAKE PHOTO is loading into a memory space that I can't control or clean\r\n\r\nThis is just a test app. In my real app..I Take photo...send the blob to my server and immediately delete. Still crashes after 20 or so\r\n\r\nI feel helpless here", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T16:29:18.000+0000", "updated": "2019-05-01T16:31:36.000+0000" }, { "id": "448114", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "So your example is not correctly. There you'll add rows to a Tableview, thats why I thought it might be reaching memory limit very soon.\r\n\r\nWhen you look at Instruments do you see an increase in memory that won't go away after a while? If so, then there might be a memory leak somewhere. \r\n\r\nIs it the same on Android? And which SDK are you using (version number, not just \"latest\")?", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-01T16:52:03.000+0000", "updated": "2019-05-01T16:52:03.000+0000" }, { "id": "448115", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As stated above\r\nSDK Version = 7.4.2.GA\r\n\r\nThis does NOT happen on android\r\n\r\nThis does NOT happen on the simulator\r\n\r\nThis has happened on various physical devices / iPhone 8 / iPhone X / iPads.\r\n\r\nThis happens with just having one row, updating the image on the imageview, ...its as if the TAKE PHOTO is not clearing some internal memory store", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T16:59:06.000+0000", "updated": "2019-05-01T16:59:06.000+0000" }, { "id": "448116", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "7.4.2.GA is not latest! As Rakhi mentioned in the first post please update to the latest (use 7.5.2.GA or 8.0.0.GA). Not having a iOS device here to test that's why I've asked about Android. If it is only happening on iOS there might be some memory leak. Normally Android crashes quicker if there is a problem in Ti itself. Sorry but I can't debug it on iOS. But since the ticket is quiet new you'll need to wait a bit more and need to provide a different example that works more like your app. The TableView version from above is crashing on purpose. \r\n\r\nOn the other hand: I have different apps that allow you to take pictures and upload them to a server without crashing. I'll resize the images before saving them", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-01T17:11:55.000+0000", "updated": "2019-05-01T17:11:55.000+0000" }, { "id": "448119", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "1. It happens on both 7.4.2 and 8.0.0.\r\n\r\n2. Its not just taking a single picture.....its taking about 20 ( sometime around 25)....and when hitting Take Photo again....the IOS modal will open...freeze and crash the parent app\r\n\r\nI am reworking the code to not appendRows...to simply update an existing imageView control\r\n\r\n", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T17:15:44.000+0000", "updated": "2019-05-01T17:15:44.000+0000" }, { "id": "448121", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "var win = Ti.UI.createWindow({\r\n\t\t\t title: 'TEST TAKE PHOTO',\r\n\t\t\t backgroundColor: '#fff'\r\n\t\t\t });\r\n\t\t\t\t\r\n\t\t\t\tvar view = Ti.UI.createView({\r\n\t\t\t\r\n\t\t\t\t})\r\n\t\t\t\twin.add(view);\r\n\t\t\t\t\r\n\t\t\t\tvar tableview = Ti.UI.createTableView({\r\n\t\t\t\t\twidth:'100%',\r\n\t\t\t\t\ttop:200\r\n\t\t\t\t\t\r\n\t\t\t\t})\r\n\t\t\t\t\r\n\t\t\t\tview.add(tableview)\r\n\t\t\t\t\r\n\t\t\t\tvar row = Titanium.UI.createTableViewRow({\r\n\t\t\t\t\theight:50,\r\n\t\t\t\t\tclassName:'pakrow',\r\n\t\t\t\t\teditable:false\r\n\t\t\t\t});\r\n\t\t\t\tvar imageView = Ti.UI.createImageView({\r\n\t\t\t\t\theight:60,\r\n\t\t\t\t\twidth:60\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\t\t\t\trow.add(imageView);\r\n\t\t\t\t\t\r\n\t\t\t\ttableview.appendRow(row);\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tfunction addphotorow(file){\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\timageView.image = file.nativePath;\r\n\t\t\t\t\t\r\n\t\r\n\t\t\t\t}\r\n\t\t\t\tvar addPhoto = Ti.UI.createButton({title:'ADD',top:100,width:'90%',height:25})\r\n\t\t\t\t\r\n\t\t\t\tview.add(addPhoto)\r\n\t\t\t\t\r\n\t\t\t\taddPhoto.addEventListener('click',function(done){\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Titanium.Media.showCamera\r\n\t\t\t\t\t\r\n\t\t\t\t\tTitanium.Media.showCamera({\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tsuccess:function(event) {\r\n\t\t\t\t\t\t\t // called when media returned from the camera\r\n\t\t\t\t\t\t\t\t\tTi.API.info('Our type was: '+event.mediaType);\r\n\t\t\t\t\t\t\t \t\tif(event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) {\r\n\t\t\t\r\n\t\t\t\t\t\t\t \t\t\tvar photo = event.media;\r\n\t\t\t\t\t\t\t \t\t\tif ( photo != null)\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\tvar num = Math.floor((Math.random()*10000)+1);\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t fileName = num + '.png';\r\n\t\t\t\t\t\t\t\t\t\t\tvar currentFileName = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationCacheDirectory,fileName);\r\n\t\t\t\t\t\t\t\t\t\t\tif ( currentFileName.exists())\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\tcurrentFileName.deleteFile();\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\tcurrentFileName.write(photo);\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\taddphotorow(currentFileName)\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\tcurrentFileName.deleteFile()\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tcancel:function() {\r\n\t\t\t\t\t\t\t \t\t// called when user cancels taking a picture\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\terror:function(error) {\r\n\t\t\t\t\t\t\t // called when there's an error\r\n\t\t\t\t\t\t\t\t\tvar a = Titanium.UI.createAlertDialog({title:'Camera'});\r\n\t\t\t\t\t\t\t \t\t\tif (error.code == Titanium.Media.NO_CAMERA) {\r\n\t\t\t\t\t\t\t\t\t\t\ta.setMessage('Please run this test on device');\r\n\t\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\t\ta.setMessage('Unexpected error: ' + error.code);\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\ta.show();\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tsaveToPhotoGallery:false,\r\n\t\t\t\t\t\t\t\tallowEditing:true,\r\n\t\t\t\t\t\t\t\tmediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO]\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t})\r\n\t\t\t\t\r\n\t\t\t \r\n\t\t\t win.open()", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T17:26:47.000+0000", "updated": "2019-05-01T17:26:47.000+0000" }, { "id": "448122", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@micheal.. I tweaked the code to do the following...\r\n\r\n1. Single Row with a single imageview\r\n2. Take a photo....attached to imageview.\r\n3. Delete original photo that I took\r\n\r\nAfter about 26 times.....CRASH", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T17:27:50.000+0000", "updated": "2019-05-01T17:27:50.000+0000" }, { "id": "448124", "author": { "name": "alec@lilypad.co", "key": "alec@lilypad.co", "displayName": "alec@lilypad.co", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Michael,\r\n\r\nFrom what can be understood, is that each time a photo is taken, a copy of the photo is added to the /tmp (that will only be cleaned if the application is closed).\r\n\r\nI know that directory is supposed to be auto cleaned if it runs out of storage, but it seems that instead the application is being killed by the OS instead\r\n\r\nPlease, with the latest code given try and add roughly 30 - 40 photos,WItHOUT killing the app in the process, at some point it should result in the code crashing (iOS only).", "updateAuthor": { "name": "alec@lilypad.co", "key": "alec@lilypad.co", "displayName": "alec@lilypad.co", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-01T17:44:02.000+0000", "updated": "2019-05-01T17:44:02.000+0000" }, { "id": "448125", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi Alec, I don't know anything about the iOS internals :-) But it sounds like a possible cause. Perhaps someone from the team can look into that direction. \r\nStill the example above is not working and styled correctly :-) I hope you don't mind that I'll add the example INCLUDING the permissions here:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\ttitle: 'TEST TAKE PHOTO',\r\n\tbackgroundColor: '#fff'\r\n});\r\n\r\nvar view = Ti.UI.createView({})\r\nwin.add(view);\r\n\r\nvar tableview = Ti.UI.createTableView({\r\n\twidth: '100%',\r\n\ttop: 200\r\n})\r\n\r\nview.add(tableview)\r\n\r\nvar row = Titanium.UI.createTableViewRow({\r\n\theight: 50,\r\n\tclassName: 'pakrow',\r\n\teditable: false\r\n});\r\nvar imageView = Ti.UI.createImageView({\r\n\theight: 60,\r\n\twidth: 60\r\n});\r\nrow.add(imageView);\r\n\r\ntableview.appendRow(row);\r\n\r\nfunction addphotorow(file) {\r\n\timageView.image = file.nativePath;\r\n}\r\n\r\nvar addPhoto = Ti.UI.createButton({\r\n\ttitle: 'ADD',\r\n\ttop: 100,\r\n\twidth: '90%',\r\n\theight: 25\r\n})\r\n\r\nview.add(addPhoto)\r\n\r\nfunction showCamera() {\r\n\tTitanium.Media.showCamera({\r\n\r\n\t\tsuccess: function(event) {\r\n\t\t\t// called when media returned from the camera\r\n\t\t\tTi.API.info('Our type was: ' + event.mediaType);\r\n\t\t\tif (event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) {\r\n\r\n\t\t\t\tvar photo = event.media;\r\n\t\t\t\tif (photo != null) {\r\n\t\t\t\t\tvar num = Math.floor((Math.random() * 10000) + 1);\r\n\r\n\t\t\t\t\tfileName = num + '.png';\r\n\t\t\t\t\tvar currentFileName = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationCacheDirectory, fileName);\r\n\t\t\t\t\tif (currentFileName.exists()) {\r\n\t\t\t\t\t\tcurrentFileName.deleteFile();\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tcurrentFileName.write(photo);\r\n\r\n\t\t\t\t\taddphotorow(currentFileName)\r\n\r\n\t\t\t\t\tcurrentFileName.deleteFile()\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t},\r\n\t\tcancel: function() {},\r\n\t\terror: function(error) {\r\n\t\t\t// called when there's an error\r\n\t\t\tvar a = Titanium.UI.createAlertDialog({\r\n\t\t\t\t\ttitle: 'Camera'\r\n\t\t\t\t}\r\n\r\n\t\t\t);\r\n\t\t\tif (error.code == Titanium.Media.NO_CAMERA) {\r\n\t\t\t\ta.setMessage('Please run this test on device');\r\n\t\t\t} else {\r\n\t\t\t\ta.setMessage('Unexpected error: ' + error.code);\r\n\t\t\t}\r\n\r\n\t\t\ta.show();\r\n\t\t},\r\n\t\tsaveToPhotoGallery: false,\r\n\t\tallowEditing: true,\r\n\t\tmediaTypes: [Ti.Media.MEDIA_TYPE_PHOTO]\r\n\t});\r\n\r\n}\r\n\r\naddPhoto.addEventListener('click', function(done) {\r\n\tvar map = {};\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_AUTHORIZED] = 'CAMERA_AUTHORIZATION_AUTHORIZED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_DENIED] = 'CAMERA_AUTHORIZATION_DENIED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_RESTRICTED] = 'CAMERA_AUTHORIZATION_RESTRICTED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_NOT_DETERMINED] = 'CAMERA_AUTHORIZATION_NOT_DETERMINED';\r\n\r\n\tvar cameraAuthorization = Ti.Media.cameraAuthorization;\r\n\r\n\tif (cameraAuthorization === Ti.Media.CAMERA_AUTHORIZATION_RESTRICTED) {\r\n\t\treturn;\r\n\t} else if (cameraAuthorization === Ti.Media.CAMERA_AUTHORIZATION_DENIED) {\r\n\t\treturn;\r\n\t}\r\n\tTi.Media.requestCameraPermissions(function(e) {\r\n\t\tif (e.success) {\r\n\t\t\tshowCamera();\r\n\t\t}\r\n\t});\r\n\r\n})\r\n\r\nwin.open()\r\n{code}\r\n\r\nalso add this to the tiapp.xml\r\n{code}\r\nNSCameraUsageDescription\r\nUse camera\r\n{code}\r\n\r\nI didn't test it for the crash, but it is a example without the text error (inside cancel) and it asks for the permissions so the camera will open. Now it is up to Appc to test it ;-)", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-01T18:03:46.000+0000", "updated": "2019-05-01T18:04:25.000+0000" }, { "id": "448160", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thanks for you help. Honestly ive been using APPC for over 4 years...this seems like a pretty big issue.. My app is enterprise, used by a lot of users...and this is not being received positively in the field", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-03T01:37:05.000+0000", "updated": "2019-05-03T01:37:05.000+0000" }, { "id": "448181", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~peterladis],\r\n\r\nThanks for your feedback.It looks like the sample code provided by you is not properly formatted. It would be great to share the correct code which will work for 24 pictures, and fail on the 25th picture consistently.\r\n\r\n", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-05-04T07:49:05.000+0000", "updated": "2019-05-04T07:49:05.000+0000" }, { "id": "448184", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Rakhi....I dont understand what you're saying. This code works in my app. \r\n\r\n1 The window pops open.\r\n2. Click the button and the camera opens\r\n3. Take photo and I set the image view\r\n\r\n25 pictures and app closes", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-05T14:11:54.000+0000", "updated": "2019-05-05T14:19:00.000+0000" }, { "id": "448185", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~peterladis] that is what I was saying above. Your code as it is is not working because of\r\n!http://migaweb.de/ti_jira_code.png!\r\nthe comment will remove the last } so the rest is broken (again: use the code formatting ;-) )\r\n\r\n[~rmitro] I've added the correct code in my comment above where I removed that error and added the permissions so you could use and run it.", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-05T14:16:24.000+0000", "updated": "2019-05-05T14:16:24.000+0000" }, { "id": "448186", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thank for fixing that line of code ...\r\n\r\nbut what I really want to focus on here is not my syntax...but the fact that the app is closing after too many images. Does NOT happen on android only TAKE photo on IOS. This is causing major issues for my customers", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-05T15:34:14.000+0000", "updated": "2019-05-05T15:34:30.000+0000" }, { "id": "448209", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Any updates on this issue?", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-07T12:51:59.000+0000", "updated": "2019-05-07T12:51:59.000+0000" }, { "id": "448245", "author": { "name": "alec@lilypad.co", "key": "alec@lilypad.co", "displayName": "alec@lilypad.co", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Rakhi Mitro, I am experiencing the same issue for my application. What would need to speed getting this fix out a little faster?", "updateAuthor": { "name": "alec@lilypad.co", "key": "alec@lilypad.co", "displayName": "alec@lilypad.co", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-08T20:03:43.000+0000", "updated": "2019-05-08T20:03:43.000+0000" }, { "id": "448288", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~peterladis],\r\n\r\nTested the corrected sample code. Here are the tested steps:\r\n\r\n1.The window pops open.\r\n2. Click the ADD button and the camera opens\r\n3. Take photo and anyhow photos are not displayed on image view. I took 25+ pictures and the app is not closing. Here are the console log:\r\n\r\n{code}\r\n\r\n[INFO] : symbols: /Users/sharifabudarda/Documents/Appcelerator_Studio_Workspace/project1/build/iphone/build/Products/Debug-iphoneos/project1.app.dSYM\r\nPlease manually launch the application\r\n[INFO] : project1/1.0 (0.0.0.(null))\r\n[INFO] : project1 1.0 (Powered by Titanium 8.0.0.3726240fa2)\r\n[INFO] : ACA started\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n{code}\r\n\r\n\r\n", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-05-10T13:14:14.000+0000", "updated": "2019-05-10T13:14:14.000+0000" }, { "id": "448293", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Rakhi. What version of your is your actual device, etc. We have about 50 people in the field experiencing the as well. You stopped at 25...but it could take 35 etc. ITs a memory leak so really depends on the status of your actual device. We are putting a video together for you", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-10T16:16:53.000+0000", "updated": "2019-05-10T16:16:53.000+0000" }, { "id": "448325", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~peterladis],\r\nOkay. Thanks for your feedback. We will be waiting for the video.", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-05-13T11:34:47.000+0000", "updated": "2019-05-13T11:34:47.000+0000" }, { "id": "448335", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here is a LINK to a video with TAKE PHOTO and it crashes\r\n\r\nhttps://www.dropbox.com/s/hx22v36rmbryazb/20190513_093259.mp4?dl=0\r\n\r\nHere is a LINK to a video with ADD PHOTO and it does not crash\r\n\r\nhttps://www.dropbox.com/s/qvkxdxn73nb8wkd/20190513_102905.mp4?dl=0", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-13T15:49:31.000+0000", "updated": "2019-05-13T15:49:31.000+0000" }, { "id": "448362", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nTested the issue using the sample code provided by the customer and unable to reproduce the issue.\r\n\r\nTest code:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\ttitle: 'TEST TAKE PHOTO',\r\n\tbackgroundColor: '#fff'\r\n});\r\n \r\nvar view = Ti.UI.createView({})\r\nwin.add(view);\r\n \r\nvar tableview = Ti.UI.createTableView({\r\n\twidth: '100%',\r\n\ttop: 200\r\n})\r\n \r\nview.add(tableview)\r\n \r\nvar row = Titanium.UI.createTableViewRow({\r\n\theight: 50,\r\n\tclassName: 'pakrow',\r\n\teditable: false\r\n});\r\nvar imageView = Ti.UI.createImageView({\r\n\theight: 60,\r\n\twidth: 60\r\n});\r\nrow.add(imageView);\r\n \r\ntableview.appendRow(row);\r\n \r\nfunction addphotorow(file) {\r\n\timageView.image = file.nativePath;\r\n}\r\n \r\nvar addPhoto = Ti.UI.createButton({\r\n\ttitle: 'ADD',\r\n\ttop: 100,\r\n\twidth: '90%',\r\n\theight: 25\r\n})\r\n \r\nview.add(addPhoto);\r\n \r\nfunction showCamera() {\r\n\tTitanium.Media.showCamera({\r\n \r\n\t\tsuccess: function(event) {\r\n\t\t\t// called when media returned from the camera\r\n\t\t\tTi.API.info('Our type was: ' + event.mediaType);\r\n\t\t\tif (event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) {\r\n \r\n\t\t\t\tvar photo = event.media;\r\n\t\t\t\tif (photo != null) {\r\n\t\t\t\t\tvar num = Math.floor((Math.random() * 10000) + 1);\r\n \r\n\t\t\t\t\tfileName = num + '.png';\r\n\t\t\t\t\tvar currentFileName = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationCacheDirectory, fileName);\r\n\t\t\t\t\tif (currentFileName.exists()) {\r\n\t\t\t\t\t\tcurrentFileName.deleteFile();\r\n\t\t\t\t\t}\r\n \r\n\t\t\t\t\tcurrentFileName.write(photo);\r\n \r\n\t\t\t\t\taddphotorow(currentFileName)\r\n \r\n\t\t\t\t\tcurrentFileName.deleteFile()\r\n\t\t\t\t}\r\n\t\t\t}\r\n \r\n\t\t},\r\n\t\tcancel: function() {},\r\n\t\terror: function(error) {\r\n\t\t\t// called when there's an error\r\n\t\t\tvar a = Titanium.UI.createAlertDialog({\r\n\t\t\t\t\ttitle: 'Camera'\r\n\t\t\t\t}\r\n \r\n\t\t\t);\r\n\t\t\tif (error.code == Titanium.Media.NO_CAMERA) {\r\n\t\t\t\ta.setMessage('Please run this test on device');\r\n\t\t\t} else {\r\n\t\t\t\ta.setMessage('Unexpected error: ' + error.code);\r\n\t\t\t}\r\n \r\n\t\t\ta.show();\r\n\t\t},\r\n\t\tsaveToPhotoGallery: false,\r\n\t\tallowEditing: true,\r\n\t\tmediaTypes: [Ti.Media.MEDIA_TYPE_PHOTO]\r\n\t});\r\n \r\n}\r\n \r\naddPhoto.addEventListener('click', function(done) {\r\n\tvar map = {};\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_AUTHORIZED] = 'CAMERA_AUTHORIZATION_AUTHORIZED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_DENIED] = 'CAMERA_AUTHORIZATION_DENIED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_RESTRICTED] = 'CAMERA_AUTHORIZATION_RESTRICTED';\r\n\tmap[Ti.Media.CAMERA_AUTHORIZATION_NOT_DETERMINED] = 'CAMERA_AUTHORIZATION_NOT_DETERMINED';\r\n \r\n\tvar cameraAuthorization = Ti.Media.cameraAuthorization;\r\n \r\n\tif (cameraAuthorization === Ti.Media.CAMERA_AUTHORIZATION_RESTRICTED) {\r\n\t\treturn;\r\n\t} else if (cameraAuthorization === Ti.Media.CAMERA_AUTHORIZATION_DENIED) {\r\n\t\treturn;\r\n\t}\r\n\tTi.Media.requestCameraPermissions(function(e) {\r\n\t\tif (e.success) {\r\n\t\t\tshowCamera();\r\n\t\t}\r\n\t});\r\n \r\n})\r\n \r\nwin.open();\r\n{code}\r\n\r\n*Test Steps:*\r\n\r\n\r\n1.The window pops open.\r\n2. Click the ADD button and the camera opens\r\n3. Take photo and anyhow photos are not displayed on image view. I took 25+ pictures and there is no crash. Here are the console log:\r\n\r\n{code}\r\nPlease manually launch the application\r\n[INFO] : project1/1.0 (0.0.0.(null))\r\n[INFO] : project1 1.0 (Powered by Titanium 8.0.0.3726240fa2)\r\n[INFO] : ACA started\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n[INFO] : Our type was: public.image\r\n-- End application log -------------------------------------------------------\r\n\r\n{code}\r\n\r\nIt's tough to regenerate the issue by watching the video provided the reporter.\r\n\r\n[~jvennemann], Can you please take a look ?", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-05-14T12:59:43.000+0000", "updated": "2019-05-14T21:44:31.000+0000" }, { "id": "448374", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, we are testing your sample code and are not able to reproduce it on our end. let us know if there any steps we are missing? Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-05-14T21:45:32.000+0000", "updated": "2019-05-14T21:45:32.000+0000" }, { "id": "448480", "author": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~peterladis], please provide a crash report from the device which will help us to see what's going on since we can't seem to reproduce it yet.", "updateAuthor": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-17T16:42:01.000+0000", "updated": "2019-05-17T16:42:01.000+0000" }, { "id": "448517", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Attached are some logs from Xcode\r\n\r\n", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-05-20T12:38:18.000+0000", "updated": "2019-05-20T12:39:27.000+0000" }, { "id": "449789", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~peterladis], Are you still facing the issue? Can you try on the latest SDK 8.0.2.GA? Send us a trace log on the crash in here. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-07-13T00:05:32.000+0000", "updated": "2019-07-13T00:05:32.000+0000" }, { "id": "449793", "author": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello Sharif it appears as if SDK 8.0.2 has helped the issue. Before it would crash around 25 images....latest test ww where able to take 100 new images without any issues", "updateAuthor": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-07-13T13:16:36.000+0000", "updated": "2019-07-13T13:16:36.000+0000" }, { "id": "449853", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~peterladis], Thanks for letting us know the update. We will close this ticket for now. Feel free to reach out anytime in the future. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-07-16T23:56:05.000+0000", "updated": "2019-07-16T23:56:05.000+0000" } ], "maxResults": 34, "total": 34, "startAt": 0 } } }