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.
1. 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.
2. 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}
3. I see "Boot is finished", but right before it, there is a "BOOT TIMEOUT".
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
Hello Linaro,
Does the LTP ported specific to Android by fixing the tests back to
use bionic libc or directly cross compiled using tool chain and using
them on Android.
I am getting below issue while i am running LTP. But nobody user is
present under /etc/passwd. Can anyone throw some pointers to fix it or
from where i can get the patches available for Android platform.
Line 23: access02 1 TBROK : access02.c:125: getpwnam failed:
errno=ENOENT(2): No such file or directory
Line 33: access04 1 TBROK : access04.c:96: getpwnam failed:
errno=ENOENT(2): No such file or directory
Line 35: access05 1 TBROK : safe_macros.c:122: access05.c:130:
getpwnam(nobody) failed: errno=ENOENT(2): No such file or directory
Line 89: capset02 4 TBROK : capset02.c:252: getpwnam failed:
errno=ENOENT(2): No such file or directory
Line 102: chdir03 1 TBROK : safe_macros.c:122: chdir03.c:168:
getpwnam(nobody) failed: errno=ENOENT(2): No such file or directory
Line 126: chmod03 1 TBROK : chmod03.c:150: getpwnam failed:
errno=ENOENT(2): No such file or directory
Line 131: chmod05 1 TBROK : chmod05.c:187: getpwnam("nobody")
failed: errno=ENOENT(2): No such file or directory
Line 133: chmod06 1 TBROK : safe_macros.c:122: chmod06.c:174:
getpwnam(nobody) failed: errno=ENOENT(2): No such file or directory
--
Thanks & Regards,
M.Srikanth Kumar.