NativeScript / NativeScript/plugins
Nativescript Camera plugin makes the app to be killed by Android system on takePicture function
未关闭
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
When I open the camera in certain devices like Mogo G5 the very moment the app calls takePicture function makes the app to crash or to be killed by android system with the following logcat error:
2021-12-24 09:42:21.699 1832-4115/? I/ActivityManager: START u0 {act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.motorola.cameraone/com.motorola.camera.Camera clip={text/uri-list U:content://com.example.app.provider/external_files/Android/data/com.example.app/files/NSIMG_20211224_94221.jpg} (has extras)} from uid 10157
2021-12-24 09:42:21.710 11535-11535/com.example.app I/JS: loading change false true
2021-12-24 09:42:21.752 810-810/? D/SFPerfTracer: layers: (2:8) (animation background stackId=1#0 (0xb0ed6000): 0:16514)* (DimLayerController/Stack=0#0 (0xb0ee3000): 0:69830)* (Sprite#0 (0xb0f7d000): 0:55)* (StatusBar#0 (0xb0ee6000): 4:1221672) (com.android.systemui.ImageWallpaper#0 (0xb0ee9000): 0:64133)* (animation background stackId=0#0 (0xb0992000): 0:2)* (SnapshotStartingWindow for taskId=13852#0 (0xb0936000): 0:21)- (com.example.app/com.tns.NativeScriptActivity#0 (0xb050a000): 229:247)
2021-12-24 09:42:21.758 11535-11535/com.example.app D/FirebasePlugin: onActivityPaused: Application has been stopped.
2021-12-24 09:42:21.876 11535-11898/com.example.app D/OpenGLRenderer: endAllActiveAnimators on 0x8b452080 (RippleDrawable) with handle 0x8b543cc0
2021-12-24 09:42:24.310 1832-5590/? I/ActivityManager: Process com.example.app (pid 11535) has died: prev LAST
2021-12-24 09:42:24.311 1832-7137/? I/WindowManager: WIN DEATH: Window{34be533 u0 com.example.app/com.tns.NativeScriptActivity}
2021-12-24 09:42:25.011 810-810/? D/SFPerfTracer: layers: (1:9) (animation background stackId=1#0 (0xb0ed6000): 0:16516)* (DimLayerController/Stack=0#0 (0xb0ee3000): 0:69830)* (Sprite#0 (0xb0f7d000): 0:55)* (StatusBar#0 (0xb0ee6000): 66:1221764)* (com.android.systemui.ImageWallpaper#0 (0xb0ee9000): 0:64133)* (animation background stackId=0#0 (0xb0992000): 0:2)* (com.example.app/com.tns.NativeScriptActivity#0 (0xb050a000): 0:268)- (Splash Screen com.motorola.cameraone#0 (0xb0936000): 0:30)- (com.motorola.cameraone/com.motorola.camera.Camera#0 (0xb050f000): 2:10)*
Using:
NativeScript CLI: 8.1.5
NativeScript Android: 8.1.1
NativeScript Core: 8.1.5
Camera Plugin: 5.0.10
The plugin is unusable at this point so I'll try @nstudio/nativescript-camera-plus to see if the same happens
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 NativeScript CLI 8.1.5、NativeScript Android 8.1.1、NativeScript Core 8.1.5 和 Camera Plugin 5.0.10,在报告中的 Moto G5 上复现 takePicture,然后检查 Android logcat 输出。完成的标准是识别并解决导致摄像头 activity 打开时应用进程退出的条件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, typescript
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100