Advertisement
bigrushdog

Untitled

Aug 30th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.32 KB | None | 0 0
  1. I/GTRacing( 2429): ** GameGLSurfaceView_nativeOnWindowFocusChanged [1] **
  2. I/GTRacing( 2429): ** --- focusChanged ---> game resuming **
  3. I/GameLoft( 2429): --- APPRESUME ---
  4. I/dalvikvm(  401): Jit: resizing JitTable from 8192 to 16384
  5. I/GAMELOFT( 2429): /sdcard/gameloft/games/GloftGTFM//events.dat
  6. I/GAMELOFT( 2429): /sdcard/gameloft/games/GloftGTFM//events_.dat
  7. W/dalvikvm( 2429): JNI WARNING: GetStaticObjectField for field 'sStartedFromPopup' of expected type L, got I
  8. W/dalvikvm( 2429):              in Lcom/gameloft/android/ANMP/GloftGTFM/GameRenderer;.nativeOnDrawFrame:(Ljavax/microedition/khronos/opengles/GL10;)V (GetStaticObjectField)
  9. I/dalvikvm( 2429): "GLThread 221" prio=5 tid=15 NATIVE
  10. I/dalvikvm( 2429):   | group="main" sCount=0 dsCount=0 obj=0x42ef40c0 self=0x5ccc5258
  11. I/dalvikvm( 2429):   | sysTid=2472 nice=0 sched=0/0 cgrp=default handle=1556915680
  12. I/dalvikvm( 2429):   | state=R schedstat=( 0 0 0 ) utm=4 stm=16 core=0
  13. I/dalvikvm( 2429):   #00  pc 0xaa91c  /system/lib/libdvm.so (dvmDumpNativeStack(DebugOutputTarget const*, int)+68)
  14. I/dalvikvm( 2429):   #01  pc 0x88b60  /system/lib/libdvm.so (dvmDumpThreadEx(DebugOutputTarget const*, Thread*, bool)+668)
  15. I/dalvikvm( 2429):   #02  pc 0x88d14  /system/lib/libdvm.so (dvmDumpThread(Thread*, bool)+52)
  16. I/dalvikvm( 2429):   #03  pc 0x40a10  /system/lib/libdvm.so
  17. I/dalvikvm( 2429):   #04  pc 0x46f48  /system/lib/libdvm.so
  18. I/dalvikvm( 2429):   #05  pc 0xcae7c  /data/data/com.gameloft.android.ANMP.GloftGTFM/libs/libGTRacing.so (isStartedFromPopup+116)
  19. I/dalvikvm( 2429):   #06  pc 0xda8d4  /data/data/com.gameloft.android.ANMP.GloftGTFM/libs/libGTRacing.so (Game::Resume()+520)
  20. I/dalvikvm( 2429):   #07  pc 0xc4358  /data/data/com.gameloft.android.ANMP.GloftGTFM/libs/libGTRacing.so (appUpdate+200)
  21. I/dalvikvm( 2429):   #08  pc 0xc8ffc  /data/data/com.gameloft.android.ANMP.GloftGTFM/libs/libGTRacing.so (Java_com_gameloft_android_ANMP_GloftGTFM_GameRenderer_nativeOnDrawFrame+44)
  22. I/dalvikvm( 2429):   #09  pc 0x1e778  /system/lib/libdvm.so (dvmPlatformInvoke+112)
  23. I/dalvikvm( 2429):   #10  pc 0x792dc  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+240)
  24. I/dalvikvm( 2429):   #11  pc 0x41a78  /system/lib/libdvm.so (dvmCheckCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+20)
  25. I/dalvikvm( 2429):   #12  pc 0x27ba0  /system/lib/libdvm.so
  26. I/dalvikvm( 2429):   #13  pc 0x2dd54  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
  27. I/dalvikvm( 2429):   #14  pc 0xa9e94  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+784)
  28. I/dalvikvm( 2429):   #15  pc 0xa9fcc  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+36)
  29. I/dalvikvm( 2429):   #16  pc 0x8b028  /system/lib/libdvm.so
  30. I/dalvikvm( 2429):   #17  pc 0xce44  /system/lib/libc.so (__thread_entry+336)
  31. I/dalvikvm( 2429):   #18  pc 0xcff0  /system/lib/libc.so (pthread_create+244)
  32. I/dalvikvm( 2429):   at com.gameloft.android.ANMP.GloftGTFM.GameRenderer.nativeOnDrawFrame(Native Method)
  33. I/dalvikvm( 2429):   at com.gameloft.android.ANMP.GloftGTFM.GameRenderer.onDrawFrame((null):-1)
  34. I/dalvikvm( 2429):   at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1525)
  35. I/dalvikvm( 2429):   at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1242)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement