Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/231.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 安卓Zxing客户端_Android_Zxing - Fatal编程技术网

Android 安卓Zxing客户端

Android 安卓Zxing客户端,android,zxing,Android,Zxing,我正在开发一个读取条形码的应用程序,我导入了ZXing 2.3.0项目,并在三星Galaxy Express GT-i8730和安卓4.1.2以及索尼Xperia m和安卓4.3中测试了我的应用程序 只有在三星Galaxy Express GT-i8730中,当相机打开时,应用程序崩溃,相机冻结,并且在logcat中不会出现任何错误 在logcat中,仅显示以下内容: GC_CONCURRENT freed 5719K, 37% free 11798K/18435K, paused 13ms+3

我正在开发一个读取条形码的应用程序,我导入了ZXing 2.3.0项目,并在三星Galaxy Express GT-i8730安卓4.1.2以及索尼Xperia m安卓4.3中测试了我的应用程序

只有在三星Galaxy Express GT-i8730中,当相机打开时,应用程序崩溃,相机冻结,并且在logcat中不会出现任何错误

在logcat中,仅显示以下内容:

GC_CONCURRENT freed 5719K, 37% free 11798K/18435K, paused 13ms+3ms, total 47ms
WAIT_FOR_CONCURRENT_GC blocked 35ms
GC_FOR_ALLOC freed 6783K, 49% free 10266K/19975K, paused 21ms, total 21ms
GC_CONCURRENT freed 1046K, 44% free 11309K/19975K, paused 14ms+5ms, total 50ms

请发布应用程序崩溃时收到的错误日志。你在问什么?它结冰了?给我们看一些代码。逻辑错误与错误无关。它出错了吗?会有一个ANR,张贴。问题是当我阅读条形码时,有时相机冻结,应用程序停止,然后我必须重新启动手机,使相机工作。