簡體   English   中英

使用幾分鍾后,Cordova應用程序掛起(Android應用程序)

[英]Cordova application hangs after a few minutes of usage (Android app)

我有一個運行最新版本的Cordova(當前為7.0.1)的Android Cordova / Angular JS應用程序(不是Ionic)-最近,我們添加了許多與使用Camera相關的插件(請參閱下面的插件),該應用程序本身都可以正常工作,但是在使用該應用程序3-5分鍾后,它“凍結”並且無法使用。

凍結后,該應用程序似乎會停留幾分鍾-該應用程序本身實際上並沒有崩潰/強制退出,但似乎仍會繼續這樣做,並且用戶唯一的選擇是關閉該應用程序並重新打開以使用再來一次。

我正在Galaxy Note 4上進行測試,但它也在我的其他設備上進行了測試-有人可以建議導致此問題的原因,以及我應該在adb logcat文件中查找哪些特定內容?

因此,對於以下內容,似乎已在logcat中彈出W/PluginManager: THREAD WARNING: exec() call to Camera.takePicture blocked the main thread for 57ms. Plugin should use CordovaInterface.getThreadPool() W/FileTransfer: setFixedLengthStreamingMode could cause OutOfMemoryException - switch to chunkedMode=true to avoid it if this is an issue. W/art: Suspending all threads took: 5.212ms D/CordovaActivity: Paused the activity. W/PluginManager: THREAD WARNING: exec() call to Camera.takePicture blocked the main thread for 57ms. Plugin should use CordovaInterface.getThreadPool() W/FileTransfer: setFixedLengthStreamingMode could cause OutOfMemoryException - switch to chunkedMode=true to avoid it if this is an issue. W/art: Suspending all threads took: 5.212ms D/CordovaActivity: Paused the activity.

關於如何開始調試的任何建議?

/已安裝cordova-plugin-camera 2.4.1 "Camera" cordova-plugin-compat 1.1.0 "Compat" cordova-plugin-device 1.1.6 "Device" cordova-plugin-file 4.3.3 "File" cordova-plugin-file-transfer 1.6.3 "File Transfer" cordova-plugin-filepath 1.0.2 "FilePath" cordova-plugin-statusbar 2.2.3 "StatusBar" cordova-plugin-whitelist 1.3.0 "Whitelist" / cordova-plugin-camera 2.4.1 "Camera" cordova-plugin-compat 1.1.0 "Compat" cordova-plugin-device 1.1.6 "Device" cordova-plugin-file 4.3.3 "File" cordova-plugin-file-transfer 1.6.3 "File Transfer" cordova-plugin-filepath 1.0.2 "FilePath" cordova-plugin-statusbar 2.2.3 "StatusBar" cordova-plugin-whitelist 1.3.0 "Whitelist"

刪除此插件

cordova-plugin-compat 1.1.0“兼容”

和使用

cordova platform remove android 
cordova platform add android
cordova platform run android

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM