showStatusIcon在非活动的InputConnection上

时间:2013-04-21 15:50:34

标签: android emulation

这对我来说是一个奇怪的错误,因为它只发生在我在模拟器上从纵向切换到横向时; SDK级别17 Android 4.2.2

单击时,我的小部件在纵向上启动很好,但是在我的numPad上点击'7'并单击小部件切换到横向,将在第一次打开MainActivity,但随后在点击后,小部件停止打开MainActivity。 ..并完全停止运作。

我的主屏幕上的其他图标会打开。

基本上想了解什么showStatusIcon对非活动的InputConnection意味着什么?为什么只有在我将模拟器切换到横向模式时才会发生?

提前致谢。

我的logcat:

04-21 19:56:28.956: D/gralloc_goldfish(5826): Emulator without GPU emulation detected.
04-21 19:56:41.727: I/Choreographer(5826): Skipped 59 frames!  The application may be doing too much work on its main thread.
04-21 19:56:41.947: W/IInputConnectionWrapper(5826): showStatusIcon on inactive InputConnection
04-21 19:56:42.607: I/Choreographer(5826): Skipped 62 frames!  The application may be doing too much work on its main thread.

0 个答案:

没有答案