{ "id": "171401", "key": "AC-5675", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2018-04-03T04:37:20.000+0000", "created": "2018-03-26T09:24:56.000+0000", "labels": [ "Android5", "Samsung" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-04-03T04:37:20.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14551", "name": "Studio", "description": "Please enter tickets related to Titanium Studio here." }, { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "When we click to share something then App crashes.Its happening on Samsung Galaxy Note 3.Just sharing the code how am calling intent below.Could you please look into this ?\r\n\r\n{code:javascript}\r\n\t\tvar intent = Ti.Android.createIntent({\r\n\t\t\taction: Ti.Android.ACTION_SEND\r\n\t\t});\r\n\r\n\t\t// add text status\r\n\t\tif (args.status){\r\n\t\t\tintent.putExtra(Ti.Android.EXTRA_TEXT, \"#IntentTest \"+args.status);\r\n\t\t}\r\n\r\n\t\t// change type according to the content\r\n\t\tif (args.image){\r\n\t\t\tintent.type = \"image/*\";\r\n\r\n intent.putExtra(Ti.Android.EXTRA_TITLE, \"Intent Test\");\r\n intent.putExtra(Ti.Android.EXTRA_TEXT, \"#IntentTest \"+args.status);\r\n\t\t\tintent.putExtraUri(Ti.Android.EXTRA_STREAM, args.image);\r\n\t\t}else{\r\n\t\t\tintent.type = \"text/plain\";\r\n\t\t\tintent.addCategory(Ti.Android.CATEGORY_DEFAULT);\r\n\t\t}\r\n\r\n\t\t// launch intent\r\n\t Ti.Android.currentActivity.startActivityForResult(\r\n\t \tTi.Android.createIntentChooser(intent, args.androidDialogTitle),\r\n\t \tfunction (e) {\r\n\t \t\tconsole.warn('>>>>>>>>>>>> createIntentChooser callback}}}}', e);\r\n\t \t}\r\n\t );\r\n{code}", "attachment": [], "flagged": false, "summary": "Android Intent Service Crashing on Samsung Note 3 Device", "creator": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "OS: Android v5.0 \r\nModel: SM-N900P\r\n\r\nNode.js\r\n Node.js Version = 8.9.3\r\n npm Version = 5.5.1\r\nTitanium CLI\r\n CLI Version = 5.0.14\r\nTitanium SDK\r\n SDK Version = 7.0.1.GA", "comment": { "comments": [ { "id": "436053", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hi [~sonufana4u], do you have any related crash logs? Does this happen on other devices running Android 5 as well?", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-28T21:29:29.000+0000", "updated": "2018-03-28T21:29:29.000+0000" }, { "id": "436063", "author": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Hello Rene.Actually bug is posted by client.One of the users facing this issue on his device.Client shared me few crash logs but am not sure which one belongs to this.I'll share crash logs soon.I tried on other Android 5 but didn't get the issue.\r\n\r\n*Report from user :*\r\nI upgraded phones two days ago and no longer have the issue on my new Pixel 2 XL. The issue remains on my Samsung Note 3. I still have the Note 3 with the app installed and was able to duplicate the issue just now. When I try to touch the share button next to the photo it will hesitate and then the app will crash and an error message saying \"Unfortunately XYZ has stopped.\" appears. I reported the issue again and have included the logs.", "updateAuthor": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2018-03-29T05:11:03.000+0000", "updated": "2018-03-29T05:11:03.000+0000" }, { "id": "436082", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~sonufana4u] Hi, so this ticket is related to AC-5683?", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-29T14:24:12.000+0000", "updated": "2018-03-29T14:24:12.000+0000" }, { "id": "436084", "author": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Hello Rene,\r\n\r\nNo that was another issue..I'll try to share crash log with you soon..", "updateAuthor": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2018-03-29T14:27:51.000+0000", "updated": "2018-03-29T14:27:51.000+0000" }, { "id": "436143", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~sonufana4u], Please share the crash log here with us. We will investigate the issue. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-03-30T21:42:05.000+0000", "updated": "2018-03-30T21:42:05.000+0000" }, { "id": "436164", "author": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Hello Sharif,\r\n\r\nDue to long weekend am not able to collect crash log from Client.Need some more time.Will share with you soon.", "updateAuthor": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2018-04-02T04:45:53.000+0000", "updated": "2018-04-02T04:45:53.000+0000" }, { "id": "436206", "author": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Hello Sharif / Rene,\r\n\r\nBug was reported by end user and its forwarded to me by client.I was not able to reproduce on emulator and now even client also not able to reproduce it.So client has closed this issue.\r\n\r\nSo requesting you close this ticket and mark as *Invalid*\r\n\r\nThank you", "updateAuthor": { "name": "sonufana4u", "key": "sonufana4u", "displayName": "sonufana4u", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2018-04-03T04:20:28.000+0000", "updated": "2018-04-03T04:20:28.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }