Hi
On Wed, Aug 26, 2015 at 5:48 PM, Shawn Guo shawn.guo@linaro.org wrote:
Hi Guys,
I need help on a Lollipop booting issue. I'm trying to boot Android 5.1.1 on a customer SoC which integrates Cortex-A9 MP and Mali 400. It's quite close to get into the launcher, but it fails to due to an ANR in SystemUI. The full logcat is attached, and some highlights of the log are as below.
- There are quite some messages from Choreographer like this:
I/Choreographer( 1220): Skipped 391 frames! The application may be doing too much work on its main thread.
hwc does not sent vsync I think. Check if it's the case. In omap4 the ueventd is used to receive vsync event
- There a number of window freeze timeout messages in the log.
W/WindowManager( 1220): Window freeze timeout expired. W/WindowManager( 1220): Force clearing orientation change: Window{xxxxxxxxxxxxxx}
- I see "Boot is finished", but right before it, there is a "BOOT TIMEOUT".
This is ok. Basically you are stuck on some services and the BOOT complete can not arrive.
Michael
W/WindowManager( 1220): ***** BOOT TIMEOUT: forcing display enabled I/SurfaceFlinger( 874): Boot is finished (88437 ms)
I'm a bit new to Android, and running out of idea what is happening here. So any suggestions or comments about where to look at or how to debug such issue is highly appreciated.
Shawn
linaro-android mailing list linaro-android@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-android