android tcp streams for gpu host - Android Q&A, Help & Troubleshooting

I had modified the aosp generic version 6.0.71r in order for the emulator and the host to be able to used tcp streams for gpu host, but I am getting the error below. Can someone help me to understand what else I need to modified? Clearly said that it cannot connect to the tcp stream that mean on the emulator I have to change some parameters as well?
OpenglSystemCommon/HostConnection.cpp
/* Set to 1 to use a QEMU pipe, or 0 for a TCP connection */
#define USE_QEMU_PIPE 1
Error:
init: Starting service 'media'...
init: Starting service 'zygote'...
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 35
10-22 20:17:11.612 64 64 F DEBUG :
10-22 20:17:11.612 64 64 F DEBUG : Tombstone written to: /data/tombstones/tombstone_04
init: Service 'surfaceflinger' (pid 204) killed by signal 6
init: Service 'surfaceflinger' (pid 204) killing any children in process group
init: Service 'zygote' is being killed...
init: Service 'zygote' (pid 216) killed by signal 9
init: Service 'zygote' (pid 216) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'media' is being killed...
init: Service 'netd' is being killed...
init: Service 'netd' (pid 203) killed by signal 9
init: Service 'netd' (pid 203) killing any children in process group
init: Service 'media' (pid 215) killed by signal 9
init: Service 'media' (pid 215) killing any children in process group
init: Untracked pid 223 killed by signal 9
init: Starting service 'netd'...
init: Starting service 'surfaceflinger'...
emulator: Error while connecting to socket '127.0.0.1:1970': 111 -> Connection refused
emulator: ASC 127.0.0.1:1970: Retrying connection. Connector FD = 35
10-22 20:17:13.956 226 226 I Netd : Netd 1.0 starting
10-22 20:17:13.959 226 226 D TetherController: Setting IP forward enable = 0
10-22 20:17:14.223 227 227 I SurfaceFlinger: SurfaceFlinger is starting
10-22 20:17:14.236 227 227 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
10-22 20:17:14.253 227 227 D libEGL : loaded /system/lib/egl/libEGL_emulation.so
10-22 20:17:14.260 227 227 D libEGL : loaded /system/lib/egl/libGLESv1_CM_emulation.so
10-22 20:17:14.337 227 227 D libEGL : loaded /system/lib/egl/libGLESv2_emulation.so
10-22 20:17:14.419 227 227 E : Failed to connect to host (TcpStream)!!!
10-22 20:17:14.419 227 227 E EGL_emulation: Failed to establish connection with the host
10-22 20:17:14.419 227 227 W libEGL : eglInitialize(0xb667a014) failed (EGL_SUCCESS)
init: Starting service 'media'...
init: Starting service 'zygote'...
10-22 20:17:14.447 227 227 E : Failed to connect to host (TcpStream)!!!
10-22 20:17:14.447 227 227 E gralloc_goldfish: gralloc: Failed to get host connection
10-22 20:17:14.451 227 227 E SurfaceFlinger: hwcomposer module not found
10-22 20:17:14.451 227 227 E SurfaceFlinger: ERROR: failed to open framebuffer (I/O error), aborting
10-22 20:17:14.453 227 227 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 227 (surfaceflinger)
10-22 20:17:14.583 64 64 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-22 20:17:14.599 64 64 F DEBUG : Build fingerprint: 'Android/aosp_arm/generic:6.0.1/M4B30Z/michel10171819:eng/test-keys'
10-22 20:17:14.599 64 64 F DEBUG : Revision: '0'
10-22 20:17:14.599 64 64 F DEBUG : ABI: 'arm'
10-22 20:17:14.602 64 64 F DEBUG : pid: 227, tid: 227, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
10-22 20:17:14.603 64 64 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
10-22 20:17:14.642 64 64 F DEBUG : r0 00000000 r1 000000e3 r2 00000006 r3 b6f6fb7c
10-22 20:17:14.642 64 64 F DEBUG : r4 b6f6fb84 r5 b6f6fb34 r6 00000002 r7 0000010c
10-22 20:17:14.642 64 64 F DEBUG : r8 ffffffbc r9 b6629018 sl b6f20940 fp be99fbbc
10-22 20:17:14.642 64 64 F DEBUG : ip 00000006 sp be99f9d8 lr b6db6f69 pc b6db9364 cpsr 40000010
10-22 20:17:14.776 64 64 F DEBUG :
10-22 20:17:14.776 64 64 F DEBUG : backtrace:
10-22 20:17:14.777 64 64 F DEBUG : #00 pc 00041364 /system/lib/libc.so (tgkill+12)
10-22 20:17:14.777 64 64 F DEBUG : #01 pc 0003ef65 /system/lib/libc.so (pthread_kill+32)
10-22 20:17:14.777 64 64 F DEBUG : #02 pc 0001b55b /system/lib/libc.so (raise+10)
10-22 20:17:14.777 64 64 F DEBUG : #03 pc 0001870f /system/lib/libc.so (__libc_android_abort+34)
10-22 20:17:14.777 64 64 F DEBUG : #04 pc 00017490 /system/lib/libc.so (abort+4)
10-22 20:17:14.778 64 64 F DEBUG : #05 pc 00022d11 /system/lib/libsurfaceflinger.so
10-22 20:17:14.778 64 64 F DEBUG : #06 pc 00018993 /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+266)
10-22 20:17:14.778 64 64 F DEBUG : #07 pc 00000e9d /system/bin/surfaceflinger
10-22 20:17:14.778 64 64 F DEBUG : #08 pc 0001733d /system/lib/libc.so (__libc_init+44)
10-22 20:17:14.778 64 64 F DEBUG : #09 pc 00000d60 /system/bin/surfaceflinger
10-22 20:17:16.802 64 64 F DEBUG :
10-22 20:17:16.802 64 64 F DEBUG : Tombstone written to: /data/tombstones/tombstone_05

Related

[Q] Screen freeze at boot and USB Debug not working

My phone has a strange problem: when I boot it, it gets to the lock screen and, if I leave it going, it freezes the screen and nothing can change this situation; the only visible activity are the green/orange arrows on data connection.
If I press the power button just after getting to the lock screen, so that the screen turns off, the boot continues without problem and then I can use the phone.
Any suggestion about what to check?
I wanted to check the logcat, so I went to Dev options and enabled USB debugging: first master switch and then usb debug checkamark, but nothing happens!
The phone remains connected as a MM device.
What's wrong here?
I'm using official 4.1.2 ROM and a rooted kernel.
Thank you!
pdario said:
My phone has a strange problem: when I boot it, it gets to the lock screen and, if I leave it going, it freezes the screen and nothing can change this situation; the only visible activity are the green/orange arrows on data connection.
If I press the power button just after getting to the lock screen, so that the screen turns off, the boot continues without problem and then I can use the phone.
Any suggestion about what to check?
I wanted to check the logcat, so I went to Dev options and enabled USB debugging: first master switch and then usb debug checkamark, but nothing happens!
The phone remains connected as a MM device.
What's wrong here?
I'm using official 4.1.2 ROM and a rooted kernel.
Thank you!
Click to expand...
Click to collapse
Hmm... Have you tried flashing a new ROM? Most software problems can be solved by performing a full clean wipe or flashing a new ROM. If you want guidance on flashing a new ROM or backing stuff up, feel free to raise any questions or ask for support.
Ronny927 said:
Hmm... Have you tried flashing a new ROM? Most software problems can be solved by performing a full clean wipe or flashing a new ROM.
Click to expand...
Click to collapse
I just flashed the most recent stock ROM with Odin, keeping my data. I would like to make it work without erasing it, as first attempt...
I've been able to activate USB debug and took logcat of both freeze and normal boot.
In the freezes boot I see this sort of things, can anybody help understand what's wrong? Or what else to look for in the logs...
Thank you!
Code:
E/UsimServiceTable: isActive for service 51 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 51 fails, max service is 80
E/UsimServiceTable: isActive for service 51 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 51 fails, max service is 80
E/UsimServiceTable: isActive for service 52 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 52 fails, max service is 80
E/UsimServiceTable: isActive for service 52 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 52 fails, max service is 80
E/UsimServiceTable: isActive for service 53 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 53 fails, max service is 80
E/UsimServiceTable: isActive for service 53 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 53 fails, max service is 80
E/UsimServiceTable: isActive for service 54 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 54 fails, max service is 80
E/UsimServiceTable: isActive for service 54 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 54 fails, max service is 80
E/UsimServiceTable: isActive for service 55 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 55 fails, max service is 80
E/UsimServiceTable: isActive for service 55 fails, max service is 40
E/UsimServiceTable: isSSTAvailable for service 55 fails, max service is 80
Code:
E/android.os.Debug: [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_sys_watchdog
E/Watchdog: WATCHDOG caused by com.android.server.am.ActivityManagerService
Code:
E/AndroidRuntime: Error reporting crash
E/AndroidRuntime: android.os.DeadObjectException
E/AndroidRuntime: at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3305)
E/AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:121)
E/AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
W/Sensors : sensorservice died [0x4c38d570]
Code:
E/AndroidRuntime: java.lang.SecurityException: Neither user 10012 nor current process has android.permission.ACCESS_COARSE_LOCATION.
E/AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1425)
E/AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime: at com.android.internal.telephony.ITelephony$Stub$Proxy.getCellLocation(ITelephony.java:1261)
E/AndroidRuntime: at android.telephony.TelephonyManager.getCellLocation(TelephonyManager.java:267)
E/AndroidRuntime: at ekv.a(SourceFile:53)
E/AndroidRuntime: at com.google.android.location.os.real.SdkSpecific8.a(SourceFile:62)
E/AndroidRuntime: at ekl.handleMessage(SourceFile:187)
E/AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime: at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime: at eko.run(SourceFile:804)
E/AndroidRuntime: at java.lang.Thread.run(Thread.java:856)
Code:
E/BootAnimation: sequence and loop RBG type's are different. seqeunce:7,loop:6
Code:
E/BootAnimation: /sys/class/sec/led/led_pattern: open error, fd = -1
This gets repeated several times in the end of log.
Code:
D/libEGL : loaded /system/lib/egl/libEGL_mali.so
D/libEGL : loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL : loaded /system/lib/egl/libGLESv2_mali.so
D/ : Device driver API match
D/ : Device driver API version: 10
D/ : User space API version: 10
D/ : mali: REVISION=Linux-r2p4-02rel0 BUILD_DATE=Thu Oct 25 08:43:05 KST 2012
I/SurfaceFlinger: EGL informations:
I/SurfaceFlinger: # of configs : 24
I/SurfaceFlinger: vendor : Android
I/SurfaceFlinger: version : 1.4 Android META-EGL
I/SurfaceFlinger: extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger: Client API: OpenGL_ES
I/SurfaceFlinger: EGLSurface: 8-8-8-8, config=0x60000005
I/SurfaceFlinger: OpenGL informations:
I/SurfaceFlinger: vendor : ARM
I/SurfaceFlinger: renderer : Mali-400 MP
I/SurfaceFlinger: version : OpenGL ES-CM 1.1
I/SurfaceFlinger: extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer
I/SurfaceFlinger: GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger: GL_MAX_VIEWPORT_DIMS = 4096 x 4096
I/SurfaceFlinger: flags = 00000000
D/SECHWC_LOG: Dump Window Information
D/SECHWC_LOG: win->fd = 32
D/SECHWC_LOG: win->size = 1536000
D/SECHWC_LOG: win->rect_info.x = 0
D/SECHWC_LOG: win->rect_info.y = 0
D/SECHWC_LOG: win->rect_info.w = 480
D/SECHWC_LOG: win->rect_info.h = 800
D/SECHWC_LOG: win->addr[0] = 0x7103b000
D/SECHWC_LOG: win->addr[1] = 0x711b2000
D/SECHWC_LOG: win->addr[2] = 0x0
D/SECHWC_LOG: win->buf_index = 0
D/SECHWC_LOG: win->power_state = 1
D/SECHWC_LOG: win->blending = 0
D/SECHWC_LOG: win->layer_index = 0
D/SECHWC_LOG: win->status = 0
D/SECHWC_LOG: win->vsync = 0
D/SECHWC_LOG: win->fix_info.smem_start = 0x7103b000
D/SECHWC_LOG: win->fix_info.line_length = 1920
D/SECHWC_LOG: win->var_info.xres = 480
D/SECHWC_LOG: win->var_info.yres = 800
D/SECHWC_LOG: win->var_info.xres_virtual = 480
D/SECHWC_LOG: win->var_info.yres_virtual = 1600
D/SECHWC_LOG: win->var_info.xoffset = 0
D/SECHWC_LOG: win->var_info.yoffset = 0
D/SECHWC_LOG: win->lcd_info.xres = 480
D/SECHWC_LOG: win->lcd_info.yres = 800
D/SECHWC_LOG: win->lcd_info.xoffset = 0
D/SECHWC_LOG: win->lcd_info.yoffset = 0
D/SECHWC_LOG: win->lcd_info.bits_per_pixel = 32
E/SECHWC_LOG: int window_set_pos(hwc_win_info_t*)::S3CFB_WIN_POSITION(0, 0) fail
D/SECHWC_LOG: Dump Window Information
D/SECHWC_LOG: win->fd = 29
D/SECHWC_LOG: win->size = 0
D/SECHWC_LOG: win->rect_info.x = 0
D/SECHWC_LOG: win->rect_info.y = 0
D/SECHWC_LOG: win->rect_info.w = 480
D/SECHWC_LOG: win->rect_info.h = 800
D/SECHWC_LOG: win->addr[0] = 0x0
D/SECHWC_LOG: win->addr[1] = 0x0
D/SECHWC_LOG: win->addr[2] = 0x0
D/SECHWC_LOG: win->buf_index = 0
D/SECHWC_LOG: win->power_state = 0
D/SECHWC_LOG: win->blending = 0
D/SECHWC_LOG: win->layer_index = 0
D/SECHWC_LOG: win->status = 0
D/SECHWC_LOG: win->vsync = 0
D/SECHWC_LOG: win->fix_info.smem_start = 0x0
D/SECHWC_LOG: win->fix_info.line_length = 0
D/SECHWC_LOG: win->var_info.xres = 480
D/SECHWC_LOG: win->var_info.yres = 800
D/SECHWC_LOG: win->var_info.xres_virtual = 480
D/SECHWC_LOG: win->var_info.yres_virtual = 2400
D/SECHWC_LOG: win->var_info.xoffset = 0
D/SECHWC_LOG: win->var_info.yoffset = 0
D/SECHWC_LOG: win->lcd_info.xres = 480
D/SECHWC_LOG: win->lcd_info.yres = 800
D/SECHWC_LOG: win->lcd_info.xoffset = 0
D/SECHWC_LOG: win->lcd_info.yoffset = 0
D/SECHWC_LOG: win->lcd_info.bits_per_pixel = 32
E/SECHWC_LOG: int hwc_device_open(const hw_module_t*, char const*, hw_device_t**)::window_set_pos is failed : Bad address
E/SECHWC_LOG: int destroyMem(s3c_mem_t*)::invalied fd(0) fail
E/SECHWC_LOG: int hwc_device_open(const hw_module_t*, char const*, hw_device_t**)::destroyMem() fail
E/SurfaceFlinger: composer device failed to initialize (Invalid argument)
D/SurfaceFlinger: About to give-up screen, flinger = 0x4193cd78
F/libc : Fatal signal 11 (SIGSEGV) at 0x00002900 (code=1), thread 4408 (SurfaceFlinger)
I/SurfaceFlinger: EventThread ready to run.
I/BootAnimation: ret=2, fps:12, interval:83333
E/BootAnimation: sequence and loop RBG type's are different. seqeunce:7,loop:6
I/BootAnimation: createSurface BGRA8888
I/ServiceManager: service 'nfc' died
I/ServiceManager: service 'iphonesubinfo' died
I/ServiceManager: service 'com.orange.authentication.simcard' died
I/ServiceManager: service 'isms' died
I/ServiceManager: service 'phoneext' died
I/ServiceManager: service 'phone' died
I/ServiceManager: service 'sip' died
I/ServiceManager: service 'simphonebook' died
V/AudioPolicyManagerBase: releaseOutput() 2
I/DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG : Build fingerprint: 'samsung/GT-I9100P/GT-I9100P:4.1.2/JZO54K/I9100PXXLSK:user/release-keys'
I/DEBUG : pid: 4403, tid: 4408, name: SurfaceFlinger >>> /system/bin/surfaceflinger <<<
I/DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00002900
D/dalvikvm: Note: class Landroid/app/ActivityManagerNative; has 155 unimplemented (abstract) methods
I/DEBUG : r0 41953580 r1 00000001 r2 419442e8 r3 00000000
I/DEBUG : r4 419531c0 r5 00002901 r6 00000001 r7 4193d730
I/DEBUG : r8 4105ecac r9 00000001 sl 4193d72c fp 0000000d
I/DEBUG : ip 401d0168 sp 4105ec60 lr 400c33bf pc 00002900 cpsr 20000030
I/DEBUG : d0 3f00000000000000 d1 00000000437f0000
I/DEBUG : d2 437f00003f000000 d3 437f8000000000ff
I/DEBUG : d4 c0000000437f0000 d5 3f800000bf800000
I/DEBUG : d6 3f8000003f800000 d7 00ffffff3f800000
I/DEBUG : d8 0000000000000000 d9 0000000000000000
I/DEBUG : d10 0000000000000000 d11 0000000000000000
I/DEBUG : d12 0000000000000000 d13 0000000000000000
I/DEBUG : d14 0000000000000000 d15 0000000000000000
I/DEBUG : d16 7fffffffffffffff d17 7fffffffffffffff
I/DEBUG : d18 0000000000000000 d19 3fe0000000000000
I/DEBUG : d20 3fe000000000946f d21 0000000000000000
I/DEBUG : d22 0000000000000000 d23 0000000000000000
I/DEBUG : d24 0000000000000000 d25 0000000000000000
I/DEBUG : d26 0000000000000000 d27 0000000000000000
I/DEBUG : d28 0000000000000000 d29 0000000000000000
I/DEBUG : d30 0000000000000000 d31 0000000000000000
I/DEBUG : scr 60000010
I/DEBUG :
I/DEBUG : backtrace:
I/DEBUG : #00 pc 00002900 <unknown>
I/DEBUG : #01 pc 000203bd /system/lib/libsurfaceflinger.so (android::HWComposer::commit() const+14)
I/DEBUG : #02 pc 0001fd05 /system/lib/libsurfaceflinger.so (android::DisplayHardware::flip(android::Region const&) const+60)
I/DEBUG : #03 pc 00022f8f /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::onScreenReleased()+70)
I/DEBUG : #04 pc 00022fb9 /system/lib/libsurfaceflinger.so
I/DEBUG : #05 pc 00020d4b /system/lib/libsurfaceflinger.so (android::MessageBase::handleMessage(android::Message const&)+12)
I/DEBUG : #06 pc 000149e3 /system/lib/libutils.so (android::Looper::pollInner(int)+426)
I/DEBUG : #07 pc 00014b01 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
I/DEBUG : #08 pc 000210d9 /system/lib/libsurfaceflinger.so (android::MessageQueue::waitMessage()+40)
I/DEBUG : #09 pc 00021991 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::threadLoop()+4)
I/DEBUG : #10 pc 0001104f /system/lib/libutils.so (android::Thread::_threadLoop(void*)+114)
I/DEBUG : #11 pc 00010bb5 /system/lib/libutils.so
I/DEBUG : #12 pc 00012e00 /system/lib/libc.so (__thread_entry+48)
I/DEBUG : #13 pc 00012558 /system/lib/libc.so (pthread_create+172)
I/DEBUG :
I/DEBUG : stack:
I/DEBUG : 4105ec20 41944370 [heap]
I/DEBUG : 4105ec24 410942d0 /system/lib/egl/libGLESv1_CM_mali.so (_gles_clear+1148)
I/DEBUG : 4105ec28 00000001
I/DEBUG : 4105ec2c 00000001
I/DEBUG : 4105ec30 00000001
I/DEBUG : 4105ec34 41943a10 [heap]
I/DEBUG : 4105ec38 0000ff00
I/DEBUG : 4105ec3c 00000000
I/DEBUG : 4105ec40 00000000
I/DEBUG : 4105ec44 00000000
I/DEBUG : 4105ec48 00000000
I/DEBUG : 4105ec4c ff000000
I/DEBUG : 4105ec50 00000000
I/DEBUG : 4105ec54 00000000
I/DEBUG : 4105ec58 df0027ad
I/DEBUG : 4105ec5c 00000000
I/DEBUG : #00 4105ec60 41953580 [heap]
I/DEBUG : ........ ........
I/DEBUG : #01 4105ec60 41953580 [heap]
I/DEBUG : 4105ec64 4193db00 [heap]
I/DEBUG : 4105ec68 419442e8 [heap]
I/DEBUG : 4105ec6c 400c2d09 /system/lib/libsurfaceflinger.so (android::DisplayHardware::flip(android::Region const&) const+64)
I/DEBUG : #02 4105ec70 4193db00 [heap]
I/DEBUG : 4105ec74 4105ecac
I/DEBUG : 4105ec78 00000007
I/DEBUG : 4105ec7c 40241d00 /system/lib/libui.so
I/DEBUG : 4105ec80 4193db00 [heap]
I/DEBUG : 4105ec84 4193cd78 [heap]
I/DEBUG : 4105ec88 400c3d3f /system/lib/libsurfaceflinger.so (android::MessageBase::handleMessage(android::Message const&))
I/DEBUG : 4105ec8c 4193d730 [heap]
I/DEBUG : 4105ec90 40193ebe /system/lib/libutils.so
I/DEBUG : 4105ec94 400c5f93 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::onScreenReleased()+74)
I/DEBUG :
I/DEBUG : memory near r0:
I/DEBUG : 41953560 00000000 00000000 00000000 00000000 ................
I/DEBUG : 41953570 00000000 00000000 00000000 00000043 ............C...
I/DEBUG : 41953580 40237660 0000001d 00001000 4009f000 `v#@[email protected]
I/DEBUG : 41953590 00000001 00000000 00000001 00000000 ................
I/DEBUG : 419535a0 402376e0 40237718 00000000 00000000 .v#@.w#@........
I/DEBUG :
I/DEBUG : memory near r2:
I/DEBUG : 419442c8 419442c8 419442c8 00000000 00000000 .B.A.B.A........
I/DEBUG : 419442d8 00000000 41940740 00000000 00000023 [email protected]#...
I/DEBUG : 419442e8 401cdaa0 401d0108 00000003 20000001 [email protected]@.......
I/DEBUG : 419442f8 60000005 4193dbc0 401d1710 0000002b ...`[email protected]+...
I/DEBUG : 41944308 00000001 00000010 00000000 00000000 ................
I/DEBUG :
I/DEBUG : memory near r4:
I/DEBUG : 419531a0 4f5f4c47 455f5345 695f4c47 6567616d GL_OES_EGL_image
I/DEBUG : 419531b0 7478655f 616e7265 0000006c 0000006b _external...k...
I/DEBUG : 419531c0 4193cd78 410ca12c 41953580 00000000 x..A,..A.5.A....
I/DEBUG : 419531d0 00000000 00000000 00000000 00000001 ................
I/DEBUG : 419531e0 419442e8 63656a62 5f660074 00000079 .B.Abject.f_y...
I/DEBUG :
I/DEBUG : memory near r5:
I/DEBUG : 000028e0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 000028f0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002900 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002910 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002920 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG :
I/DEBUG : memory near r7:
I/DEBUG : 4193d710 40f59f00 00000073 40196bb8 4193d788 [email protected]@...A
I/DEBUG : 4193d720 006e0001 0000000d 0000000e 00000000 ..n.............
I/DEBUG : 4193d730 401969f8 41954848 00000001 00000000 [email protected]
I/DEBUG : 4193d740 00000010 004d0001 0000000f 40196a40 [email protected]@
I/DEBUG : 4193d750 41954360 00000001 00000000 00000014 `C.A............
I/DEBUG :
I/DEBUG : memory near r8:
I/DEBUG : 4105ec8c 4193d730 40193ebe 400c5f93 00000001 0..A.>[email protected][email protected]
I/DEBUG : 4105ec9c 00000000 00000000 000001e0 00000320 ............ ...
I/DEBUG : 4105ecac 00000000 00000000 000001e0 00000320 ............ ...
I/DEBUG : 4105ecbc 40241d00 00000000 00000000 00000007 [email protected]
I/DEBUG : 4105eccc 00000010 00000001 419543b8 419543bc .........C.A.C.A
I/DEBUG :
I/DEBUG : memory near sl:
I/DEBUG : 4193d70c 00000000 40f59f00 00000073 40196bb8 [email protected]@
I/DEBUG : 4193d71c 4193d788 006e0001 0000000d 0000000e ...A..n.........
I/DEBUG : 4193d72c 00000000 401969f8 41954848 00000001 [email protected]
I/DEBUG : 4193d73c 00000000 00000010 004d0001 0000000f ..........M.....
I/DEBUG : 4193d74c 40196a40 41954360 00000001 00000000 @[email protected]`C.A........
I/DEBUG :
I/DEBUG : memory near ip:
I/DEBUG : 401d0148 419436c8 419436f8 419437a8 00000000 .6.A.6.A.7.A....
I/DEBUG : 401d0158 00000002 00010000 00000002 00000000 ................
I/DEBUG : 401d0168 401b90a5 4108bb88 410a4ba8 401b90a5 [email protected]@
I/DEBUG : 401d0178 410a4bf0 410a4bf0 401b90a5 401b90a5 [email protected]@
I/DEBUG : 401d0188 401b90a5 401b90a5 4108bbc8 410a75ec [email protected]@...A.u.A
I/DEBUG :
I/DEBUG : memory near sp:
I/DEBUG : 4105ec40 00000000 00000000 00000000 ff000000 ................
I/DEBUG : 4105ec50 00000000 00000000 df0027ad 00000000 .........'......
I/DEBUG : 4105ec60 41953580 4193db00 419442e8 400c2d09 [email protected]
I/DEBUG : 4105ec70 4193db00 4105ecac 00000007 40241d00 [email protected]
I/DEBUG : 4105ec80 4193db00 4193cd78 400c3d3f 4193d730 [email protected]
I/DEBUG :
I/DEBUG : code around pc:
I/DEBUG : 000028e0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 000028f0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002900 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002910 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG : 00002920 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG :
I/DEBUG : code around lr:
I/DEBUG : 400c339c 2901b119 6940d103 69804770 20004770 ...)[email protected]
I/DEBUG : 400c33ac b5384770 68804604 69e168e3 6a226c45 pG8..F.h.h.iEl"j
I/DEBUG : 400c33bc 68e347a8 6819b11b 0201f021 bd38601a .G.h...h!....`8.
I/DEBUG : 400c33cc 4604b510 b1686880 2b026843 6e41d904 ...F.hh.Ch.+..An
I/DEBUG : 400c33dc 2100680b 4798460a 210068a0 460b460a .h.!.F.G.h.!.F.F
I/DEBUG :
I/DEBUG : memory map around fault addr 00002900:
I/DEBUG : (no map below)
I/DEBUG : (no map for address)
I/DEBUG : 4000e000-4000f000 /system/lib/libstdc++.so
(continues on next post)
Code:
I/SamplingProfilerIntegration: Profiling disabled.
I/Zygote : [email protected]()
I/Zygote : Preloading classes...
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
I/Zygote : [email protected]()
D/dalvikvm: GC_EXPLICIT freed 40K, 80% free 528K/2560K, paused 0ms+0ms, total 3ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 2ms
D/dalvikvm: GC_EXPLICIT freed <1K, 80% free 527K/2560K, paused 10ms+0ms, total 13ms
E/installd: eof
E/installd: failed to read size
I/installd: closing connection
I/Zygote : Preloading resources...
I/Zygote : Number of total Classes to prelaod: 2309
I/Zygote : Classes to load for thread1 0~830
I/Zygote : Classes to load for thread2 831~2308
W/Zygote : Class not found for preloading: android.view.InputQueue$FinishedCallback
I/DEBUG : [email protected] -k -t -z -d -o /data/log/dumpstate_app_native -m 4403
I/dumpstate: begin
D/dalvikvm: GC_FOR_ALLOC freed 83K, 63% free 956K/2560K, paused 14ms, total 14ms
W/Zygote : Class not found for preloading: android.animation.ValueAnimator$2
W/Zygote : Class not found for preloading: android.animation.ValueAnimator$3
W/Zygote : Class not found for preloading: android.animation.ValueAnimator$4
W/Zygote : Class not found for preloading: android.animation.ValueAnimator$5
D/dalvikvm: GC_FOR_ALLOC freed 28K, 44% free 1439K/2560K, paused 14ms, total 14ms
D/dalvikvm: GC_FOR_ALLOC freed 74K, 27% free 1870K/2560K, paused 14ms, total 14ms
W/Zygote : Class not found for preloading: android.view.ViewRootImpl$3
V/BluetoothAudioGateway.cpp: classInitNative
V/BT HSHFP: classInitNative
D/dalvikvm: GC_FOR_ALLOC freed 40K, 10% free 2312K/2560K, paused 18ms, total 18ms
D/dalvikvm: GC_FOR_ALLOC freed 8K, 8% free 2361K/2560K, paused 15ms, total 15ms
D/dalvikvm: GC_FOR_ALLOC freed <1K, 7% free 2982K/3203K, paused 8ms, total 8ms
W/Zygote : Class not found for preloading: android.content.res.Resources$1
D/dalvikvm: GC_FOR_ALLOC freed 15K, 2% free 3659K/3715K, paused 15ms, total 15ms
D/dalvikvm: GC_FOR_ALLOC freed 6K, 2% free 4027K/4099K, paused 15ms, total 15ms
D/dalvikvm: GC_FOR_ALLOC freed 1K, 3% free 5049K/5187K, paused 5ms, total 6ms
I/dalvikvm: threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm: No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm: GC_FOR_ALLOC freed 14K, 1% free 6325K/6339K, paused 15ms, total 15ms
D/dalvikvm: GC_FOR_ALLOC freed 30K, 2% free 7019K/7107K, paused 17ms, total 17ms
I/Zygote : ...preloaded 279 resources in 604ms.
I/Zygote : ...preloaded 31 resources in 7ms.
I/Zygote : [email protected] of preloadResources()
D/TextLayoutCache: Using debug level = 0 - Debug Enabled = 0
W/Zygote : Class not found for preloading: android.widget.EdgeGlow
W/Zygote : Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
W/Zygote : Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
W/Zygote : Class not found for preloading: android.media.AudioManager$2
I/dalvikvm: threadid=6: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI: register_android_mtp_MtpDevice
I/dalvikvm: threadid=6: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm: threadid=6: recursive native library load attempt (/system/lib/libmedia_jni.so)
W/Zygote : Class not found for preloading: android.media.IRemoteControlClientDispatcher
W/Zygote : Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 lsof using binary lsof : lsof
W/Zygote : Class not found for preloading: android.widget.TextView$Blink
W/Zygote : Class not found for preloading: android.widget.TextView$EasyEditSpanController
W/Zygote : Class not found for preloading: android.widget.TextView$InputContentType
W/Zygote : Class not found for preloading: android.widget.TextView$InputMethodState
W/Zygote : Class not found for preloading: android.widget.TextView$TextAlign
E/PhonePolicy: Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
D/dalvikvm: GC_FOR_ALLOC freed 308K, 4% free 8526K/8835K, paused 10ms, total 10ms
W/Zygote : Class not found for preloading: android.os.Power
V/BluetoothEventLoop.cpp: classInitNative
V/BluetoothService.cpp: classInitNative
W/Zygote : Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote : Class not found for preloading: android.text.method.WordIterator$1
W/Zygote : Class not found for preloading: android.view.InputHandler
I/Zygote : ...preloaded 831 classes in 1146ms.
I/System : Loaded time zone names for in 312ms (309ms in ICU)
I/System : Loaded time zone names for en_US in 93ms (89ms in ICU)
I/System : Loaded time zone names for it_IT in 101ms (97ms in ICU)
D/dalvikvm: GC_FOR_ALLOC freed 977K, 10% free 9650K/10627K, paused 24ms, total 25ms
I/Zygote : ...preloaded 1478 classes in 1495ms.
I/Zygote : [email protected]()
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm: GC_EXPLICIT freed 327K, 12% free 9360K/10627K, paused 1ms+2ms, total 21ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm: GC_EXPLICIT freed 21K, 13% free 9339K/10627K, paused 1ms+2ms, total 18ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm: GC_EXPLICIT freed <1K, 13% free 9339K/10627K, paused 1ms+2ms, total 17ms
I/dalvikvm: System server process 4440 has been created
I/Zygote : Accepting command socket connections
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 0ms
W/ResourceType: Failure getting entry for 0x7f020003 (t=1 e=3) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020000 (t=1 e=0) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020001 (t=1 e=1) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020001 (t=1 e=1) in package 0 (error -75)
D/dalvikvm: GC_CONCURRENT freed 109K, 13% free 9750K/11143K, paused 12ms+12ms, total 84ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 7ms
I/sysproc : [email protected]_init1()
W/ResourceType: Failure getting entry for 0x7f020005 (t=1 e=5) in package 0 (error -75)
I/sysproc : Entered system_init()
I/sysproc : ServiceManager: 0x4c24d3c8
D/SensorService: nuSensorService starting...
W/ResourceType: Failure getting entry for 0x7f0201f5 (t=1 e=501) in package 0 (error -75)
I/AKMD2 : open_accelerometer
W/ResourceType: Failure getting entry for 0x7f0201f5 (t=1 e=501) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f0201f4 (t=1 e=500) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020001 (t=1 e=1) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020004 (t=1 e=4) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020007 (t=1 e=7) in package 0 (error -75)
I/PackageParser: com.orange.authentication.simcard.permission: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE
W/ResourceType: Failure getting entry for 0x7f02001b (t=1 e=27) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02001b (t=1 e=27) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f040001 (t=3 e=1) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02001d (t=1 e=29) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f040000 (t=3 e=0) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020007 (t=1 e=7) in package 0 (error -75)
D/dalvikvm: GC_CONCURRENT freed 168K, 13% free 10138K/11591K, paused 23ms+3ms, total 60ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 17ms
W/ResourceType: Failure getting entry for 0x7f02025f (t=1 e=607) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02032c (t=1 e=812) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02032f (t=1 e=815) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02022c (t=1 e=556) in package 0 (error -75)
D/dalvikvm: GC_CONCURRENT freed 215K, 13% free 10473K/11975K, paused 37ms+2ms, total 55ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 32ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 35ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 23ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 26ms
W/ResourceType: Failure getting entry for 0x7f02022c (t=1 e=556) in package 0 (error -75)
I/SensorService: K3DH Acceleration Sensor
I/SensorService: AK8975 Magnetic field Sensor
I/SensorService: AK8975 Orientation Sensor
I/SensorService: CM3663 Light Sensor
I/SensorService: CM3663 Proximity Sensor
I/SensorService: K3G Gyroscope Sensor
W/ResourceType: Failure getting entry for 0x7f0204f6 (t=1 e=1270) in package 0 (error -75)
I/RemoteDesktopService: RemoteDesktopService started (pid=4440)
W/ResourceType: Failure getting entry for 0x7f0204f6 (t=1 e=1270) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f0204f6 (t=1 e=1270) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f110062 (t=16 e=98) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020000 (t=1 e=0) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f110062 (t=16 e=98) in package 0 (error -75)
D/dalvikvm: GC_FOR_ALLOC freed 259K, 13% free 10749K/12295K, paused 30ms, total 31ms
D/SensorService: nuSensorService thread starting...
W/ResourceType: Failure getting entry for 0x7f02000c (t=1 e=12) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02001a (t=1 e=26) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f0203c1 (t=1 e=961) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f0203c1 (t=1 e=961) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f03003b (t=2 e=59) in package 0 (error -75)
I/PackageParser: com.monotype.android.font.helvneuelt: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE
D/dalvikvm: GC_CONCURRENT freed 252K, 13% free 11009K/12551K, paused 11ms+2ms, total 43ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 15ms
W/ResourceType: Failure getting entry for 0x7f020000 (t=1 e=0) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020000 (t=1 e=0) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020000 (t=1 e=0) in package 0 (error -75)
D/su : su invoked.
W/ResourceType: Failure getting entry for 0x7f020004 (t=1 e=4) in package 0 (error -75)
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 sqlite3 using binary sqlite3 : sqlite3 /data/data/com.android.providers.settings/databases/settings.db pragma user_version; select * from system; select * from secure;
E/su : exec failed with 2: No such file or directory
D/dalvikvm: GC_CONCURRENT freed 241K, 12% free 11274K/12807K, paused 1ms+4ms, total 26ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 2ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 3ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 3ms
W/ResourceType: Failure getting entry for 0x7f020332 (t=1 e=818) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020334 (t=1 e=820) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020334 (t=1 e=820) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020334 (t=1 e=820) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020333 (t=1 e=819) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020333 (t=1 e=819) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020333 (t=1 e=819) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020009 (t=1 e=9) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02001d (t=1 e=29) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020333 (t=1 e=819) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f10004b (t=15 e=75) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02035d (t=1 e=861) in package 0 (error -75)
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 netcfg using binary netcfg : netcfg
W/ResourceType: Failure getting entry for 0x7f020319 (t=1 e=793) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020319 (t=1 e=793) in package 0 (error -75)
D/dalvikvm: GC_CONCURRENT freed 294K, 13% free 11541K/13127K, paused 12ms+3ms, total 53ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 17ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 18ms
W/ResourceType: Failure getting entry for 0x7f020331 (t=1 e=817) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020328 (t=1 e=808) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020328 (t=1 e=808) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f020328 (t=1 e=808) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f02014e (t=1 e=334) in package 0 (error -75)
D/dalvikvm: GC_CONCURRENT freed 280K, 12% free 11809K/13383K, paused 11ms+3ms, total 45ms
D/dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 18ms
W/ResourceType: Failure getting entry for 0x7f0e004d (t=13 e=77) in package 0 (error -75)
W/ResourceType: Failure getting entry for 0x7f0e004e (t=13 e=78) in package 0 (error -75)
I/BootTime: Prefetch Time Taken:1050
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 iptables using binary iptables : iptables -L -nvx
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 ip6tables using binary ip6tables : ip6tables -L -nvx
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 iptables using binary iptables : iptables -t nat -L -nvx
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 iptables using binary iptables : iptables -t raw -L -nvx
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 ip6tables using binary ip6tables : ip6tables -t raw -L -nvx
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 wpa_cli using binary wpa_cli : wpa_cli list_networks
E/su : exec failed with 2: No such file or directory
D/VoldCmdListener: asec list
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 cat using binary cat : cat /data/system/packages.xml
D/su : su invoked.
D/su : Allowing shell.
D/su : 2000 /system/bin/dumpstate executing 0 cat using binary cat : cat /proc/4403/maps
I/dumpstate: done
I/ServiceManager: service 'SurfaceFlinger' died
I/ServiceManager: service 'SecTVOutService' died
F/libc : Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1), thread 4423 (BootAnimation)
D/BootAnimation: SurfaceFlinger died, exiting...
F/libc : Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 4440 (system_server)
I/ServiceManager: service 'sensorservice' died
I/DEBUG : unexpected waitpid response: n=4440, status=00000009
I/DEBUG : ptrace detach from 4440 failed: No such process
I/DEBUG : debuggerd committing suicide to free the zombie!
I/DEBUG : debuggerd: Mar 7 2013 21:50:41

[Q] Why is app_process generating an segmentation fault?

I've built AOSP 4.4.3.43 for the first time and can run it in the emulator. However, I can not install apps either from Android Studio, adb, adb shell, or anywhere. I've narrowed the problem down to app_process generating a segmentation fault.
I've seen places where they mention LD_LIBRARY_PATH as being a problem, I have added it to init.environ.rc.in and recompiled. When I run the newly recompiled rom in the emulator I can see that LD_LIBRARY_PATH=/vendor/lib:/system/lib is set correctly (by running cat /proc/$$/environ).
10-13 21:38:25.048 1441 1441 D AndroidRuntime:
10-13 21:38:25.048 1441 1441 D AndroidRuntime: >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
10-13 21:38:25.079 1441 1441 D AndroidRuntime: CheckJNI is ON
10-13 21:38:25.813 1441 1443 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1443 (JDWP)
10-13 21:38:25.928 304 449 W NativeCrashListener: Couldn't find ProcessRecord for pid 1441
10-13 21:38:25.931 53 53 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-13 21:38:25.932 53 53 E DEBUG : AM write failure (32 / Broken pipe)
10-13 21:38:25.932 53 53 I DEBUG : Build fingerprint: 'Android/aosp_arm/generic:4.4.3.43.43.43/AOSP/mike10121305:eng/test-keys'
10-13 21:38:25.933 53 53 I DEBUG : Revision: '0'
10-13 21:38:25.934 53 53 I DEBUG : ABI: 'arm'
10-13 21:38:25.937 53 53 I DEBUG : pid: 1441, tid: 1443, name: JDWP >>> app_process <<<
10-13 21:38:25.938 53 53 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
10-13 21:38:25.957 53 53 I DEBUG : r0 b312c040 r1 b30fd76c r2 00000000 r3 00000001
10-13 21:38:25.958 53 53 I DEBUG : r4 000003e8 r5 b30fd7a0 r6 6fe9a390 r7 b30fd7c8
10-13 21:38:25.958 53 53 I DEBUG : r8 b54fca6c r9 b3112400 sl 00000000 fp b30fd7a8
10-13 21:38:25.959 53 53 I DEBUG : ip b55730c0 sp b30fd760 lr 71e4ab73 pc 00000000 cpsr 60000010
10-13 21:38:25.963 53 53 I DEBUG :
10-13 21:38:25.963 53 53 I DEBUG : backtrace:
10-13 21:38:25.963 53 53 I DEBUG : #00 pc 00000000 <unknown>
10-13 21:38:25.964 53 53 I DEBUG : #01 pc 00000b71 /data/dalvik-cache/arm/[email protected]@boot.oat
10-13 21:38:27.613 53 53 I DEBUG :
10-13 21:38:27.613 53 53 I DEBUG : Tombstone written to: /data/tombstones/tombstone_02
10-13 21:38:27.616 304 365 I BootReceiver: Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
10-13 21:38:27.801 304 319 I art : Background sticky concurrent mark sweep GC freed 234(27KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 7MB/7MB, paused 6.504ms total 106.733ms
10-13 21:38:28.222 304 319 I art : Background partial concurrent mark sweep GC freed 14604(836KB) AllocSpace objects, 12(1648KB) LOS objects, 19% free, 6MB/7MB, paused 2.752ms total 400.518ms
I still get the seg fault. Any ideas?

flashing any rom on MTK MT6753 unbootable: library "libterservice.so" not found

flashing any rom on MTK MT6753 unbootable: library "libterservice.so" not found
Heya,
Attempting to flash any rom on a cherry mobile flare s4 which uses MT6753 chipset fails to boot resulting in endless loop animation.
The adb logcat shows the problem right on the first few lines of the logfile:
--------- beginning of system
01-01 00:06:03.740 254 254 I vold : Vold 3.0 (the awakening) firing up
01-01 00:06:03.742 254 254 V vold : Detected support for: exfat ext4 ntfs vfat
01-01 00:06:03.747 254 254 W Vold : Tearing down stale mount /storage/usbotg
01-01 00:06:03.747 254 254 W Vold : Tearing down stale mount /mnt/media_rw
01-01 00:06:04.032 254 267 D vold : e4crypt_init_user0
01-01 00:06:04.032 254 267 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
01-01 00:06:04.032 254 267 D vold : Preparing: /data/system/users/0
01-01 00:06:04.033 254 267 D vold : Preparing: /data/misc/profiles/cur/0
01-01 00:06:04.034 254 267 D vold : Preparing: /data/misc/profiles/cur/0/foreign-dex
01-01 00:06:04.034 254 267 D vold : Preparing: /data/system_de/0
01-01 00:06:04.035 254 267 D vold : Preparing: /data/misc_de/0
01-01 00:06:04.035 254 267 D vold : Preparing: /data/user_de/0
01-01 00:06:04.036 254 267 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0
01-01 00:06:04.036 254 267 E vold : Failed to chmod /data/system_ce/0: No such file or directory
01-01 00:06:04.036 254 267 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
01-01 00:06:04.036 254 267 E vold : Failed to chmod /data/media/0: No such file or directory
--------- beginning of crash
01-01 00:06:04.296 277 277 F libc : CANNOT LINK EXECUTABLE "/system/bin/terservice": library "libterservice.so" not found
01-01 00:06:04.297 277 277 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 277 (terservice)
01-01 00:06:04.382 282 282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:06:04.382 282 282 F DEBUG : LineageOS Version: 'unknown'
01-01 00:06:04.382 282 282 F DEBUG : Build fingerprint: 'Highscreen/lineage_primel/primel:7.1.1/NOF26W/afc8d87b91:userdebug/test-keys'
01-01 00:06:04.382 282 282 F DEBUG : Revision: '0'
01-01 00:06:04.382 282 282 F DEBUG : ABI: 'arm64'
01-01 00:06:04.382 282 282 F DEBUG : pid: 277, tid: 277, name: terservice >>> /system/bin/terservice <<<
01-01 00:06:04.382 282 282 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:06:04.382 282 282 F DEBUG : x0 0000000000000000 x1 0000000000000115 x2 0000000000000006 x3 0000000000000008
01-01 00:06:04.382 282 282 F DEBUG : x4 0000000000000028 x5 0000000000000050 x6 12feff636d746e65 x7 7f7f7f7f7f7f7f7f
01-01 00:06:04.382 282 282 F DEBUG : x8 0000000000000083 x9 ffffffffffffffdf x10 0000000000000000 x11 0000000000000001
01-01 00:06:04.382 282 282 F DEBUG : x12 0000007f7915aa3c x13 30733a706f72705f x14 ffffffffffff0000 x15 ffffffffffffffff
01-01 00:06:04.382 282 282 F DEBUG : x16 0000000000000009 x17 01dc98150d40b832 x18 34c7225a10482d65 x19 0000007f79184b40
01-01 00:06:04.382 282 282 F DEBUG : x20 0000000000000006 x21 0000007f79184a98 x22 0000000000000002 x23 0000007f790ba010
01-01 00:06:04.382 282 282 F DEBUG : x24 000000000000000b x25 0000007fdeab5190 x26 0000007f790c01b8 x27 0000000000000000
01-01 00:06:04.382 282 282 F DEBUG : x28 0000007f790c0010 x29 0000007fdeab5000 x30 0000007f791438a0
01-01 00:06:04.382 282 282 F DEBUG : sp 0000007fdeab4fe0 pc 0000007f79144414 pstate 0000000060000000
01-01 00:06:04.389 282 282 F DEBUG :
01-01 00:06:04.389 282 282 F DEBUG : backtrace:
01-01 00:06:04.389 282 282 F DEBUG : #00 pc 0000000000077414 /system/bin/linker64 (__dl_tgkill+8)
01-01 00:06:04.389 282 282 F DEBUG : #01 pc 000000000007689c /system/bin/linker64 (__dl_pthread_kill+64)
01-01 00:06:04.389 282 282 F DEBUG : #02 pc 0000000000069f8c /system/bin/linker64 (__dl_raise+24)
01-01 00:06:04.389 282 282 F DEBUG : #03 pc 0000000000067930 /system/bin/linker64 (__dl_abort+52)
01-01 00:06:04.389 282 282 F DEBUG : #04 pc 0000000000069b1c /system/bin/linker64 (__dl___libc_fatal+104)
01-01 00:06:04.389 282 282 F DEBUG : #05 pc 0000000000010fc4 /system/bin/linker64 (__dl__ZL29__linker_init_post_relocationR19KernelArgumentBlocky+6296)
01-01 00:06:04.389 282 282 F DEBUG : #06 pc 000000000000f68c /system/bin/linker64 (__dl___linker_init+528)
01-01 00:06:04.389 282 282 F DEBUG : #07 pc 0000000000006cec /system/bin/linker64 (_start+4)
--------- beginning of main
01-01 00:06:14.220 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.274 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.347 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.421 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.475 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.548 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.621 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.694 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
01-01 00:06:14.749 280 330 W hwcomposer: [JOB] (0) Timed out waiting for vsync...
Click to expand...
Click to collapse
I don't know what that is but i suspect this is the reason /system/bin/bootanimation keeps on going forever.
Any fix ? thx.

Angry Birds (Seasons/Rio/Space) crashes

I have recently come back to playing Angry Birds Seasons/Rio/Space on my Nexus 9. Unfortunately I get random crashes (FCs) in any of these games. It doesn't happen on my Nexus 5X but I prefer the bigger tablet to play on.
I have only a few apps installed and checked tha RAM usage: there is enough free RAM available. The crashed happen even a few minutes after a fresh reboot.
It seems to be a problem with the GPU. Here is an excerpt of the crash log:
Code:
--------- beginning of crash
05-31 18:50:18.056 5509 2438 F google-breakpad: Microdump skipped (uninteresting)
05-31 18:50:18.113 2383 2438 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x10400000 in tid 2438 (GraphicsThread)
05-31 18:50:18.120 183 183 W : debuggerd: handling request: pid=2383 uid=10099 gid=10099 tid=2438
05-31 18:50:18.229 5510 5510 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
05-31 18:50:18.229 5510 5510 F DEBUG : Build fingerprint: 'google/volantis/flounder:7.1.1/N4F27B/3853226:user/release-keys'
05-31 18:50:18.229 5510 5510 F DEBUG : Revision: '0'
05-31 18:50:18.229 5510 5510 F DEBUG : ABI: 'arm'
05-31 18:50:18.229 5510 5510 F DEBUG : pid: 2383, tid: 2438, name: GraphicsThread >>> com.rovio.angrybirdsspace.ads <<<
05-31 18:50:18.230 5510 5510 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10400000
05-31 18:50:18.230 5510 5510 F DEBUG : r0 10400000 r1 00000000 r2 103fff80 r3 10400000
05-31 18:50:18.230 5510 5510 F DEBUG : r4 ce980000 r5 00000000 r6 e28ea100 r7 eb74f008
05-31 18:50:18.230 5510 5510 F DEBUG : r8 00000000 r9 ce93c720 sl a5238fe8 fp ce911000
05-31 18:50:18.230 5510 5510 F DEBUG : ip 00000000 sp e8704508 lr dc752161 pc eb6dd9c4 cpsr 280b0010
05-31 18:50:18.266 5510 5510 F DEBUG :
05-31 18:50:18.266 5510 5510 F DEBUG : backtrace:
05-31 18:50:18.266 5510 5510 F DEBUG : #00 pc 000179c4 /system/lib/libc.so (memset+120)
05-31 18:50:18.266 5510 5510 F DEBUG : #01 pc 0072a15d /vendor/lib/libglcore.so
05-31 18:50:18.266 5510 5510 F DEBUG : #02 pc 0072b027 /vendor/lib/libglcore.so
05-31 18:50:18.266 5510 5510 F DEBUG : #03 pc 0072ba5d /vendor/lib/libglcore.so
05-31 18:50:18.266 5510 5510 F DEBUG : #04 pc 001d86d8 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #05 pc 00443a58 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #06 pc 00443bc8 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #07 pc 001d77a0 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #08 pc 0019dcb8 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #09 pc 00198104 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #10 pc 00195658 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #11 pc 0060a658 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #12 pc 0061b3b0 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #13 pc 0060acd4 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #14 pc 0060b040 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #15 pc 00604274 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #16 pc 004a615c /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #17 pc 0008e544 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #18 pc 0006911c /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so
05-31 18:50:18.266 5510 5510 F DEBUG : #19 pc 000feb58 /data/app/com.rovio.angrybirdsspace.ads-1/lib/arm/libAngryBirdsSpace.so (Java_com_rovio_fusion_NativeApplication_nativeUpdate+268)
05-31 18:50:18.266 5510 5510 F DEBUG : #20 pc 00903979 /data/app/com.rovio.angrybirdsspace.ads-1/oat/arm/base.odex (offset 0x85e000)
Any ideas if this is a hardware or software problem?
No FC here :good:
Maybe a software​ problem. Try a factory reset
Or wiping dalvik cache
When those two options fail then you can worry
I am on stock ROM and have no alternate recovery installed, so I cannot wipe the dalvik cache.

Android Apk installs but crashes on launch. Tested on multiple devices (Oreo & above)

Android Apk installs but crashes on launch. Tested on multiple devices (Oreo & above)
I have developed a simple Android apk in Kivy (1.11.1) and Python (3.8.1). The Kivy app works fine on my Linux system (Ubuntu 18.0.4) with no error or warning message. However, when I install the apk on my device, the app crashes soon after the splash screen with the below listed error message. It points to a null pointer dereference error. After multiple rounds of testing it appears that the error occurs whenever I import a custom module in my Python code. The code itself is working fine when run on a desktop or laptop as Kivy is a cross-platform framework. It is failing only when run on Android. Any suggestion would be highly appreciated.
--------- beginning of crash
11-16 09:19:19.961 2803 29315 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 29315 (Preview3AAThrea), pid 2803 (prov.. @3.0-se)
11-16 09:19:20.044 31254 31254 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-16 09:19:20.045 31254 31254 F DEBUG : Build fingerprint: 'samsung/m10ltedd/m10lte:10/QP1A.190711.020/M105FDDU3CTI3:user/release-keys'
11-16 09:19:20.045 31254 31254 F DEBUG : Revision: '4'
11-16 09:19:20.045 31254 31254 F DEBUG : ABI: 'arm'
11-16 09:19:20.047 31254 31254 F DEBUG : Timestamp: 2020-11-16 09:19:20+0530
11-16 09:19:20.047 31254 31254 F DEBUG : pid: 2803, tid: 29315, name: Preview3AAThrea >>> /vendor/bin/hw/vendor.samsung.hard.. @3.0-service <<<
11-16 09:19:20.047 31254 31254 F DEBUG : uid: 1047
11-16 09:19:20.047 31254 31254 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
11-16 09:19:20.048 31254 31254 F DEBUG : Cause: null pointer dereference
11-16 09:19:20.048 31254 31254 F DEBUG : r0 00000000 r1 00000000 r2 00000001 r3 00000000
11-16 09:19:20.048 31254 31254 F DEBUG : r4 ed439a80 r5 00000000 r6 00000001 r7 e5870058
11-16 09:19:20.048 31254 31254 F DEBUG : r8 ee41f300 r9 ed439a80 r10 f064d260 r11 e5870060
11-16 09:19:20.048 31254 31254 F DEBUG : ip ef83863c sp e58681a0 lr ef7ab3cb pc ef7ab3cc
11-16 09:19:20.068 31254 31254 F DEBUG :
11-16 09:19:20.068 31254 31254 F DEBUG : backtrace:
11-16 09:19:20.068 31254 31254 F DEBUG : #00 pc 0006a3cc /vendor/lib/libexynoscamera3.so (android::ExynosCameraFrame::getFrameDoneFirstEntity(unsigned int)+12) (BuildId: a9243cc5d0a5792ad1baf4e7cb2b99ed)

Categories

Resources