Closed dmiales closed 1 year ago
Please update to the latest app version and try again.
Also the logs are skipping a lot of important parts because of the filtering. We will need to see the actual crash. It's usually best to find the time of the crash and then remove the filter and pull the logs based on the time.
Looks like logs were added, which is telling that the webview is crashing which isn't really something the app can fix:
logcat.txt:1243487:04-28 08:54:08.271 26344 26344 E hwschromium-3355: [ERROR:aw_browser_terminator.cc(123)] Renderer process (26694) crash detected (code 6).
logcat.txt:1243489:04-28 08:54:08.274 26344 26344 F hwschromium-3355: [FATAL:crashpad_client_linux.cc(698)] Render process (26694)'s crash wasn't handled by all associated webviews, triggering application crash.
logcat.txt:1243492:04-28 08:54:08.274 26344 26344 F libc : Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 26344 (mpanion.android), pid 26344 (mpanion.android)
In addition to updating the app, please make sure your webview is on the latest version and let us know if the issue still occurs.
closing due to lack of response
@dshokouhi @jpelgrom Sorry for the long absence, the problem is still reproduced on the real device.
@dmiales does this device have the play store installed by default or did you add it? Are you certain that the up to date webview is the default webview on the device? Those are some things I would check on this issue. We do print to the logs which webview package and version is used so that may help in debugging.
@dshokouhi Look what result I got in an hour and a half: the application just started during this period, memory consumption has doubled (sandboxedProcessService)
At the same time, there is also a webview_service process. It doesn't leak. As well as the main process of our application.
Maybe there is a way to restart the sandboxedProcessService on time or when a certain amount of memory is reached? Or maybe try to intercept and restart when it crashes?
@dmiales this is outside of the scope of the app
Harmony OS 2.0.0 Huawei matepad DBY-W09 2023.1.1-full (and in all previous)
I have a tablet hanging as a home control. The tablet is running homeassistant. And about once a day the application crashes. And when I pass by it I see the desktop.
I connected the tablet to adb and waited for the fall. Here are the logs:
Select-String -Pattern "mpanion.android" .\logcat.txt
Select-String -Pattern " F | E " .\logcat.txt