Ubuntu SDK,Ubuntu touch 应用程序:“错误:打开 shm 时出错。”

Ubuntu SDK,Ubuntu touch 应用程序:“错误:打开 shm 时出错。”

我正在为 Ubuntu Touch 构建一个应用程序。它在桌面上运行良好,但当我尝试在 nexus 上打开它时,它开始打开启动画面,但立即崩溃。以下是日志:

t_shm() at lttng-ust-comm.c:886)
libust[4253/4256]: Error: Error opening shm /lttng-ust-wait-5-32011 (in get_wait_shm() at lttng-ust-comm.c:886)
libust[4253/4255]: Error: Error opening shm /lttng-ust-wait-5 (in get_wait_shm() at lttng-ust-comm.c:886)
libust[4253/4255]: Error: Error opening shm /lttng-ust-wait-5 (in get_wait_shm() at lttng-ust-comm.c:886)
UbuntuWindow - regular geometry
UbuntuWindow::handleSurfaceFocusChange(focused=true)
UbuntuWindow::handleSurfaceResize(width=1200, height=1862)
UbuntuClipboard - Got invalid serialized mime data. Ignoring it.
UbuntuWindow::handleSurfaceFocusChange(focused=false)
UbuntuWindow::handleSurfaceFocusChange(focused=true)
UbuntuClipboard - Got invalid serialized mime data. Ignoring it.
UbuntuWindow::handleSurfaceFocusChange(focused=false)
UbuntuWindow::handleSurfaceFocusChange(focused=true)
UbuntuWindow::handleSurfaceFocusChange(focused=false)

你知道那是什么吗?

(Nexus 7、Ubuntu Touch Utopic)。

答案1

这不是答案,但我还无法发表评论。

您能分享更多代码吗?很好奇为什么会有这么多焦点变化。您在 Nex7 上使用什么图像?

相关内容