Black screen shows after click Angry Bird app on Origen Jelly Bean.

Bug #1032737 reported by Botao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Android
Won't Fix
Undecided
Unassigned

Bug Description

On Samsung Origen board with Linaro Jelly Bean build:

https://android-build.linaro.org/builds/~linaro-android/origen-jb-gcc47-samsunglt-stable-blob/#build=5

Angry Bird app can be installed successfully by ADB over USB:

sudo adb install ~/work/linaro/apks/Angry\ Birds-220.apk
[sudo] password for noname:
3558 KB/s (22504416 bytes in 6.175s)
        pkg: /data/local/tmp/Angry Birds-220.apk
Success

However, after click the icon, only black screen shows. Below is what I get at the end of logcat output:

I/ActivityManager( 2559): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.rovio.angrybirdsseasons/com.rovio.ka3d.App u=8
D/PermissionCache( 2346): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (637 us)
I/ActivityManager( 2559): Start proc com.rovio.angrybirdsseasons for activity com.rovio.angrybirdsseasons/com.rovio.ka3d.App: pid=3108 uid=10048 gids={3003, 1028}
I/dalvikvm( 3108): Turning on JNI app bug workarounds for target SDK version 13...
I/dalvikvm( 2559): Jit: resizing JitTable from 4096 to 8192
I/ActivityThread( 3108): Pub com.rovio.AB_SEASONS.AdContentProvider: com.greystripe.android.sdk.AdContentProvider
D/dalvikvm( 3108): Trying to load lib /data/data/com.rovio.angrybirdsseasons/lib/libangrybirdsseasons.so 0xa6831d28
D/dalvikvm( 3108): Added shared lib /data/data/com.rovio.angrybirdsseasons/lib/libangrybirdsseasons.so 0xa6831d28
D/dalvikvm( 3108): No JNI_OnLoad found in /data/data/com.rovio.angrybirdsseasons/lib/libangrybirdsseasons.so 0xa6831d28, skipping init
D/dalvikvm( 3108): GC_CONCURRENT freed 148K, 10% free 5585K/6151K, paused 11ms+2ms, total 31ms
D/libEGL ( 3108): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 3108): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 3108): loaded /system/lib/egl/libGLESv2_mali.so
D/dalvikvm( 2718): GC_FOR_ALLOC freed 1549K, 32% free 6677K/9799K, paused 24ms, total 24ms
D/dalvikvm( 2718): GC_CONCURRENT freed 290K, 30% free 6888K/9799K, paused 11ms+2ms, total 32ms
D/dalvikvm( 2718): WAIT_FOR_CONCURRENT_GC blocked 10ms
D/dalvikvm( 3108): GC_FOR_ALLOC freed 207K, 12% free 5591K/6343K, paused 9ms, total 9ms
D/dalvikvm( 2718): GC_FOR_ALLOC freed 88K, 27% free 7201K/9799K, paused 15ms, total 15ms
D/dalvikvm( 3108): GC_FOR_ALLOC freed 230K, 12% free 5591K/6343K, paused 10ms, total 10ms
I/dalvikvm-heap( 3108): Grow heap (frag case) to 6.140MB for 350948-byte allocation
D/dalvikvm( 2718): GC_CONCURRENT freed 727K, 28% free 7082K/9799K, paused 1ms+3ms, total 21ms
D/dalvikvm( 2718): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm( 3108): GC_FOR_ALLOC freed 343K, 17% free 5590K/6727K, paused 8ms, total 9ms
D/dalvikvm( 3108): GC_FOR_ALLOC freed 210K, 17% free 5591K/6727K, paused 9ms, total 9ms
D/dalvikvm( 3108): GC_FOR_ALLOC freed 371K, 17% free 5591K/6727K, paused 8ms, total 8ms
I/dalvikvm-heap( 3108): Grow heap (frag case) to 6.597MB for 829508-byte allocation
D/dalvikvm( 3108): GC_CONCURRENT freed <1K, 16% free 6401K/7559K, paused 0ms+1ms, total 10ms
D/dalvikvm( 2718): GC_FOR_ALLOC freed 395K, 27% free 7158K/9799K, paused 15ms, total 15ms
I/dalvikvm-heap( 2718): Grow heap (frag case) to 8.564MB for 1286224-byte allocation
W/AudioPolicyManagerBase( 2349): getOutput() could not find output for stream 3, samplingRate 0,format 0, channels 3, flags 0
E/AudioTrack-Java( 3108): [ android.media.AudioTrack ] getMinBufferSize(): error querying hardware
D/dalvikvm( 2718): GC_CONCURRENT freed 2K, 15% free 8411K/9799K, paused 1ms+1ms, total 15ms
W/AudioPolicyManagerBase( 2349): getOutput() could not find output for stream 3, samplingRate 0,format 0, channels 3, flags 0
E/AudioTrack-JNI( 3108): Error creating AudioTrack: Could not get AudioSystem frame count.
E/AudioTrack-Java( 3108): [ android.media.AudioTrack ] Error code -16 when initializing AudioTrack.
D/dalvikvm( 3108): GC_CONCURRENT freed 1197K, 26% free 5602K/7559K, paused 11ms+11ms, total 30ms
D/FlurryAgent( 3108): startSession called
D/FlurryAgent( 3108): Initializing Flurry session
D/FlurryAgent( 3108): Starting new session
W/Settings( 3108): Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
D/FlurryAgent( 3108): Sending report to: http://data.flurry.com/aap.do
D/FlurryAgent( 3108): Sending report exception: Unable to resolve host "data.flurry.com": No address associated with hostname
E/guardedRun( 3108): guardedRun
E/guardedRun( 3108): java.lang.IllegalStateException: play() called on uninitialized AudioTrack.
E/guardedRun( 3108): at android.media.AudioTrack.play(AudioTrack.java:883)
E/guardedRun( 3108): at com.rovio.ka3d.AudioOutput.startOutput(AudioOutput.java:34)
E/guardedRun( 3108): at com.rovio.ka3d.MyRenderer.nativeInit(Native Method)
E/guardedRun( 3108): at com.rovio.ka3d.MyRenderer.onSurfaceChanged(MyRenderer.java:51)
E/guardedRun( 3108): at com.rovio.ka3d.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1339)
E/guardedRun( 3108): at com.rovio.ka3d.GLSurfaceView$GLThread.run(GLSurfaceView.java:1121)
D/dalvikvm( 2718): GC_FOR_ALLOC freed 1497K, 23% free 7595K/9799K, paused 13ms, total 13ms
I/Choreographer( 3108): Skipped 51 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 2559): Displayed com.rovio.angrybirdsseasons/com.rovio.ka3d.App: +1s350ms
D/dalvikvm( 2718): GC_CONCURRENT freed 621K, 21% free 7794K/9799K, paused 1ms+11ms, total 33ms
D/dalvikvm( 2718): WAIT_FOR_CONCURRENT_GC blocked 1ms
W/webview_proxy( 3108): java.lang.Throwable: Warning: A WebView method was called on thread 'Thread-84'. All WebView methods must be called on the UI thread. Future versio.
W/webview_proxy( 3108): at android.webkit.WebView.checkThread(WebView.java:1796)
W/webview_proxy( 3108): at android.webkit.WebView.getSettings(WebView.java:1511)
W/webview_proxy( 3108): at com.nexage.android.NexageAdManager$1.run(NexageAdManager.java:189)
W/webview_proxy( 3108): java.lang.Throwable: Warning: A WebView method was called on thread 'Thread-84'. All WebView methods must be called on the UI thread. Future versio.
W/webview_proxy( 3108): at android.webkit.WebView.checkThread(WebView.java:1796)
W/webview_proxy( 3108): at android.webkit.WebView.destroy(WebView.java:635)
W/webview_proxy( 3108): at com.nexage.android.NexageAdManager$1.run(NexageAdManager.java:190)
W/NexageSDK( 3108): [RULE]: Rule exception: Unable to resolve host "bos.ads0.nexage.com": No address associated with hostname:java.net.UnknownHostException: Unable to resoe
D/dalvikvm( 2644): GC_CONCURRENT freed 237K, 9% free 6481K/7111K, paused 16ms+10ms, total 88ms

Revision history for this message
Amit Khare (amit-khare) wrote :
Revision history for this message
Botao (botao-sun) wrote :
Revision history for this message
Botao (botao-sun) wrote :
Revision history for this message
Botao (botao-sun) wrote :
Revision history for this message
Botao (botao-sun) wrote :
Revision history for this message
Botao (botao-sun) wrote :
Revision history for this message
Botao (botao-sun) wrote :

Old Samsung Origen board had been removed from Linaro support scope, then the status of this bug should be changed to "Won't Fix" on Linaro Android project.

Changed in linaro-android:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.