You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently developping an application, and using Telescope as a mean for our beta-testers to send us screenshots of problems, but Telescope is crashing with ActivityNotFoundException on a specific phone (namely a HUAWEI P8 aka Huawei GRA-L09).
This seems to be a known bug of this specific model/vendor so nothing can be done... except catching the exception when it happens (most likely with a bit of log and comment ;))!
Exception happens in com.matttpreciousRequestCaptureActivity, when calling the "startActivityForResult" in requestCapture method (line 45).
As I said previously, I think the only thing Telescope can do here is catch the Exception and log it...
If that is not an option for whatever reason, then feel free to close this Issue.
And I agree with you, it is a very broken build of Android runnning on that phone (shame at that, since it is not that cheap either... I would have expected such problems on the P8 lite for example, but not the P8)
We will have a look at your workaround though, thanks for mentioning it, I'll report in this thread whether another bug appears with that option or not.
We are currently developping an application, and using Telescope as a mean for our beta-testers to send us screenshots of problems, but Telescope is crashing with ActivityNotFoundException on a specific phone (namely a HUAWEI P8 aka Huawei GRA-L09).
This seems to be a known bug of this specific model/vendor so nothing can be done... except catching the exception when it happens (most likely with a bit of log and comment ;))!
Exception happens in com.matttpreciousRequestCaptureActivity, when calling the "startActivityForResult" in requestCapture method (line 45).
Bug known and reported to huawei here : http://support.huawei.com/huaweiconnect/enterprise/thread-146661-1-1.html?lang=en
Bug known and reported to Android here : https://code.google.com/p/android/issues/detail?id=178352
The text was updated successfully, but these errors were encountered: