〖Android〗联想K860 logcat CM11.0出错信息及解决

错误1:

D/gpsd    ( 1390): main()
D/gpsd    ( 1390): argv[0] = '/system/bin/glgps'
D/gpsd    ( 1390): argv[1] = '-c'
D/gpsd    ( 1390): argv[2] = '/system/etc/gpsconfig.xml'
E/gpslogd ( 1390): ASSERT in /media/data/workspace/src/local/v19/customers/lenovo/k3android/../../../proprietary/deliverables/android/gps_interface/../gpsd/common/GlGpsdInterface.cpp:325: Failed to read config file.
F/libc    ( 1390): Fatal signal 11 (SIGSEGV), thread 1390 (glgps)

  分析:缺少gps配置文件/system/etc/gpsconfig.xml

  解决:adb push gpsconfig.xml /system/etc/gpsconfig.xml

错误2:

D/libEGL  ( 1677): loaded /system/lib/egl/libEGL_mali.so
D/libEGL  ( 1677): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL  ( 1677): loaded /system/lib/egl/libGLESv2_mali.so
E/        ( 1677): Device driver API match
E/        ( 1677): Device driver API version: 17
E/        ( 1677): User space API version: 17
E/        ( 1677): mali: REVISION=Linux-r3p1-01rel1 BUILD_DATE=Tue Jan  8 15:23:49 CST 2013
I/gralloc ( 1677): using (fd=16)
I/gralloc ( 1677): id           = s3cfb
I/gralloc ( 1677): xres         = 720 px
I/gralloc ( 1677): yres         = 1280 px
I/gralloc ( 1677): xres_virtual = 720 px
I/gralloc ( 1677): yres_virtual = 2560 px
I/gralloc ( 1677): bpp          = 32
I/gralloc ( 1677): r            = 16:8
I/gralloc ( 1677): g            =  8:8
I/gralloc ( 1677): b            =  0:8
I/gralloc ( 1677): width        = 114 mm (160.421051 dpi)
I/gralloc ( 1677): height       = 203 mm (160.157639 dpi)
I/gralloc ( 1677): refresh rate = 60.38 Hz
E/SurfaceFlinger( 1677): hwcomposer module not found
W/SurfaceFlinger( 1677): getting VSYNC period from fb HAL: 16562049
W/SurfaceFlinger( 1677): no suitable EGLConfig found, trying a simpler query
I/SurfaceFlinger( 1677): EGL informations:
I/SurfaceFlinger( 1677): vendor    : Android
I/SurfaceFlinger( 1677): version   : 1.4 Android META-EGL
I/SurfaceFlinger( 1677): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time 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_reusable_sync EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 1677): Client API: OpenGL_ES
I/SurfaceFlinger( 1677): EGLSurface: 8-8-8-0, config=0x60000012
I/SurfaceFlinger( 1677): OpenGL ES informations:
I/SurfaceFlinger( 1677): vendor    : ARM
I/SurfaceFlinger( 1677): renderer  : Mali-400 MP
I/SurfaceFlinger( 1677): version   : OpenGL ES 2.0
I/SurfaceFlinger( 1677): extensions: GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness
I/SurfaceFlinger( 1677): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 1677): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace( 1677): Error opening trace file: No such file or directory (2)
E/[EGL-ERROR]( 1677): mali_surface* __egl_platform_create_surface_from_native_buffer(android_native_buffer_t*, egl_surface*, mali_base_ctx_handle):560: invalid buffer handle given (0x4173abb8)
E/[EGL-ERROR]( 1677): void __egl_platform_dequeue_buffer(egl_surface*):1318: Failed to create a surface from native buffer (0x4173aa98)
E/libEGL  ( 1677): eglMakeCurrent:776 error 3003 (EGL_BAD_ALLOC)
E/libEGL  ( 1677): call to OpenGL ES API with no current context (logged once per thread)
D/SurfaceFlinger( 1677): Screen acquired, type=0 flinger=0x41727450
E/[EGL-ERROR]( 1677): mali_surface* __egl_platform_create_surface_from_native_buffer(android_native_buffer_t*, egl_surface*, mali_base_ctx_handle):560: invalid buffer handle given (0x417389e8)
E/[EGL-ERROR]( 1677): void __egl_platform_dequeue_buffer(egl_surface*):1318: Failed to create a surface from native buffer (0x4173bcf8)
E/libEGL  ( 1677): eglMakeCurrent:776 error 3003 (EGL_BAD_ALLOC)
W/SurfaceFlinger( 1677): DisplayDevice::makeCurrent failed. Aborting surface composition for display Built-in Screen
F/SurfaceFlinger( 1677): eglSwapBuffers(0x1, 0x4173aa00) failed with 0x00003006
F/libc    ( 1677): Fatal signal 6 (SIGABRT) at 0x0000068d (code=-6), thread 1677 (surfaceflinger)
I/DEBUG   ( 1383): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 1383): Build fingerprint: 'Lenovo/cm_stuttgart/stuttgart:4.4.2/KVT49L/c4ee70b34b:eng/test-keys'
I/DEBUG   ( 1383): Revision: '0'
I/DEBUG   ( 1383): pid: 1677, tid: 1677, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
I/DEBUG   ( 1383): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG   ( 1383):     r0 00000000  r1 0000068d  r2 00000006  r3 00000000
I/DEBUG   ( 1383):     r4 40084f2c  r5 00000006  r6 00000016  r7 0000010c
I/DEBUG   ( 1383):     r8 00000001  r9 0000000c  sl 40146b9c  fp 40146aa5
I/DEBUG   ( 1383):     ip 0000068d  sp bee2f3c8  lr 400ec09b  pc 400fb044  cpsr 000f0010
I/DEBUG   ( 1383):     d0  0000000036303033  d1  0000000000000003
I/DEBUG   ( 1383):     d2  6572727543656b61  d3  656c69616620746e
I/DEBUG   ( 1383):     d4  74726f6241202e64  d5  6672757320676e69
I/DEBUG   ( 1383):     d6  706d6f6320656361  d7  206e6f697469736f
I/DEBUG   ( 1383):     d8  0000000000000000  d9  0000000000000000
I/DEBUG   ( 1383):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 1383):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 1383):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 1383):     d16 0000000000000000  d17 0000000000000003
I/DEBUG   ( 1383):     d18 0000000000000000  d19 0000000000000000
I/DEBUG   ( 1383):     d20 401826cf4ccccccd  d21 404e308320000000
I/DEBUG   ( 1383):     d22 0000000000000000  d23 0000000000000000
I/DEBUG   ( 1383):     d24 0000000000000000  d25 0000000000000000
I/DEBUG   ( 1383):     d26 404e308320000000  d27 0000000000000000
I/DEBUG   ( 1383):     d28 0000000000000000  d29 0000000000000000
I/DEBUG   ( 1383):     d30 0000000000000000  d31 4000000000000000
I/DEBUG   ( 1383):     scr 20000010
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): backtrace:
I/DEBUG   ( 1383):     #00  pc 00022044  /system/lib/libc.so (tgkill+12)
I/DEBUG   ( 1383):     #01  pc 00013097  /system/lib/libc.so (pthread_kill+50)
I/DEBUG   ( 1383):     #02  pc 0001328f  /system/lib/libc.so (raise+10)
I/DEBUG   ( 1383):     #03  pc 00011ffb  /system/lib/libc.so
I/DEBUG   ( 1383):     #04  pc 000218f8  /system/lib/libc.so (abort+4)
I/DEBUG   ( 1383):     #05  pc 00006aaf  /system/lib/libcutils.so (__android_log_assert+86)
I/DEBUG   ( 1383):     #06  pc 00010ddf  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #07  pc 0001795b  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #08  pc 00019e89  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #09  pc 0001a031  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #10  pc 0001b13d  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #11  pc 00010a9f  /system/lib/libutils.so (android::Looper::pollInner(int)+390)
I/DEBUG   ( 1383):     #12  pc 00010ba1  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
I/DEBUG   ( 1383):     #13  pc 00016205  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):     #14  pc 0001704b  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::run()+6)
I/DEBUG   ( 1383):     #15  pc 000008fd  /system/bin/surfaceflinger
I/DEBUG   ( 1383):     #16  pc 0000e41b  /system/lib/libc.so (__libc_init+50)
I/DEBUG   ( 1383):     #17  pc 000007dc  /system/bin/surfaceflinger
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): stack:
I/DEBUG   ( 1383):          bee2f388  fffffee8
I/DEBUG   ( 1383):          bee2f38c  00000000
I/DEBUG   ( 1383):          bee2f390  00000000
I/DEBUG   ( 1383):          bee2f394  00000000
I/DEBUG   ( 1383):          bee2f398  00000000
I/DEBUG   ( 1383):          bee2f39c  000003ff
I/DEBUG   ( 1383):          bee2f3a0  4173aa00  [heap]
I/DEBUG   ( 1383):          bee2f3a4  00000000
I/DEBUG   ( 1383):          bee2f3a8  4173aa60  [heap]
I/DEBUG   ( 1383):          bee2f3ac  00000001
I/DEBUG   ( 1383):          bee2f3b0  0000000c
I/DEBUG   ( 1383):          bee2f3b4  40146b9c  /system/lib/libutils.so
I/DEBUG   ( 1383):          bee2f3b8  40191525  /system/lib/libcutils.so
I/DEBUG   ( 1383):          bee2f3bc  4027441c  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 1383):          bee2f3c0  bee2f434  [stack]
I/DEBUG   ( 1383):          bee2f3c4  00000000
I/DEBUG   ( 1383):     #00  bee2f3c8  40084f2c  /system/bin/linker
I/DEBUG   ( 1383):          bee2f3cc  00000006
I/DEBUG   ( 1383):          bee2f3d0  00000016
I/DEBUG   ( 1383):          bee2f3d4  0000068d
I/DEBUG   ( 1383):          bee2f3d8  0000068d
I/DEBUG   ( 1383):          bee2f3dc  400ec09b  /system/lib/libc.so (pthread_kill+54)
I/DEBUG   ( 1383):     #01  bee2f3e0  40084f24  /system/bin/linker
I/DEBUG   ( 1383):          bee2f3e4  00000006
I/DEBUG   ( 1383):          bee2f3e8  00000000
I/DEBUG   ( 1383):          bee2f3ec  00000000
I/DEBUG   ( 1383):          bee2f3f0  4173aa60  [heap]
I/DEBUG   ( 1383):          bee2f3f4  400ec293  /system/lib/libc.so (raise+14)
I/DEBUG   ( 1383):     #02  bee2f3f8  bee2f404  [stack]
I/DEBUG   ( 1383):          bee2f3fc  400eafff  /system/lib/libc.so
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): memory near r4:
I/DEBUG   ( 1383):     40084f0c 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084f1c bee2fb0c 00000000 40084f24 40085154
I/DEBUG   ( 1383):     40084f2c 00000016 4022c848 00000000 00000000
I/DEBUG   ( 1383):     40084f3c 40085194 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084f4c 00000000 00000000 4173b918 4172a2a0
I/DEBUG   ( 1383):     40084f5c 00000000 41739380 00000000 00000000
I/DEBUG   ( 1383):     40084f6c 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084f7c 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084f8c 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084f9c 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084fac 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084fbc 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084fcc 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084fdc 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084fec 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):     40084ffc 00000000 00000000 00000000 00000000
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): memory near sl:
I/DEBUG   ( 1383):     40146b7c 65766520 2073746e 78257830 206e6f20
I/DEBUG   ( 1383):     40146b8c 656b6177 61657220 69702064 002e6570
I/DEBUG   ( 1383):     40146b9c 6f6e6749 676e6972 656e7520 63657078
I/DEBUG   ( 1383):     40146bac 20646574 6c6f7065 7665206c 73746e65
I/DEBUG   ( 1383):     40146bbc 25783020 6e6f2078 20646620 74206425
I/DEBUG   ( 1383):     40146bcc 20746168 6e207369 6f6c206f 7265676e
I/DEBUG   ( 1383):     40146bdc 67657220 65747369 2e646572 756f4300
I/DEBUG   ( 1383):     40146bec 6e20646c 6320746f 74616572 61772065
I/DEBUG   ( 1383):     40146bfc 7020656b 2e657069 72652020 3d6f6e72
I/DEBUG   ( 1383):     40146c0c 43006425 646c756f 746f6e20 6b616d20
I/DEBUG   ( 1383):     40146c1c 61772065 7220656b 20646165 65706970
I/DEBUG   ( 1383):     40146c2c 6e6f6e20 6f6c622d 6e696b63 20202e67
I/DEBUG   ( 1383):     40146c3c 6e727265 64253d6f 756f4300 6e20646c
I/DEBUG   ( 1383):     40146c4c 6d20746f 20656b61 656b6177 69727720
I/DEBUG   ( 1383):     40146c5c 70206574 20657069 2d6e6f6e 636f6c62
I/DEBUG   ( 1383):     40146c6c 676e696b 6520202e 6f6e7272 0064253d
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): memory near fp:
I/DEBUG   ( 1383):     40146a84 28207365 73696874 2c70253d 73687220
I/DEBUG   ( 1383):     40146a94 2970253d 73657200 20746c75 30203d21
I/DEBUG   ( 1383):     40146aa4 6f6f4c00 00726570 6c756f43 6f6e2064
I/DEBUG   ( 1383):     40146ab4 6c612074 61636f6c 54206574 6b20534c
I/DEBUG   ( 1383):     40146ac4 002e7965 72687470 5f646165 65636e6f
I/DEBUG   ( 1383):     40146ad4 69616620 0064656c 6f430057 20646c75
I/DEBUG   ( 1383):     40146ae4 20746f6e 74697277 61772065 7320656b
I/DEBUG   ( 1383):     40146af4 616e6769 65202c6c 6f6e7272 0064253d
I/DEBUG   ( 1383):     40146b04 6f727245 65722072 69766f6d 6520676e
I/DEBUG   ( 1383):     40146b14 6c6c6f70 65766520 2073746e 20726f66
I/DEBUG   ( 1383):     40146b24 25206466 65202c64 6f6e7272 0064253d
I/DEBUG   ( 1383):     40146b34 6c6c6f50 69616620 2064656c 68746977
I/DEBUG   ( 1383):     40146b44 206e6120 78656e75 74636570 65206465
I/DEBUG   ( 1383):     40146b54 726f7272 7265202c 3d6f6e72 49006425
I/DEBUG   ( 1383):     40146b64 726f6e67 20676e69 78656e75 74636570
I/DEBUG   ( 1383):     40146b74 65206465 6c6c6f70 65766520 2073746e
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): memory near sp:
I/DEBUG   ( 1383):     bee2f3a8 4173aa60 00000001 0000000c 40146b9c
I/DEBUG   ( 1383):     bee2f3b8 40191525 4027441c bee2f434 00000000
I/DEBUG   ( 1383):     bee2f3c8 40084f2c 00000006 00000016 0000068d
I/DEBUG   ( 1383):     bee2f3d8 0000068d 400ec09b 40084f24 00000006
I/DEBUG   ( 1383):     bee2f3e8 00000000 00000000 4173aa60 400ec293
I/DEBUG   ( 1383):     bee2f3f8 bee2f404 400eafff 72635320 ffffffdf
I/DEBUG   ( 1383):     bee2f408 0000000f bee2f454 0000002b 428f5a99
I/DEBUG   ( 1383):     bee2f418 6d202c2a 4027441c 4173aa00 400fa8fc
I/DEBUG   ( 1383):     bee2f428 40191525 40191ab3 bee2f844 536c6765
I/DEBUG   ( 1383):     bee2f438 42706177 65666675 30287372 202c3178
I/DEBUG   ( 1383):     bee2f448 31347830 61613337 20293030 6c696166
I/DEBUG   ( 1383):     bee2f458 77206465 20687469 30307830 30333030
I/DEBUG   ( 1383):     bee2f468 20003630 6e696c66 3d726567 31347830
I/DEBUG   ( 1383):     bee2f478 ffffff8c 40265af3 63616672 72662065
I/DEBUG   ( 1383):     bee2f488 6e206d6f 76697461 75622065 72656666
I/DEBUG   ( 1383):     bee2f498 78302820 33373134 38396161 206e0029
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): code around pc:
I/DEBUG   ( 1383):     400fb024 e8bd00f0 e3700a01 912fff1e e2600000
I/DEBUG   ( 1383):     400fb034 ea006e7b e92d50f0 e3a07f43 ef000000
I/DEBUG   ( 1383):     400fb044 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG   ( 1383):     400fb054 ea006e73 e92d50f0 e3a070ee ef000000
I/DEBUG   ( 1383):     400fb064 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG   ( 1383):     400fb074 ea006e6b f200429a bf0080cf f000f891
I/DEBUG   ( 1383):     400fb084 4001e92d f040f891 d3532a10 0301ea80
I/DEBUG   ( 1383):     400fb094 0303f013 806ef000 d3262ae0 0300f1c0
I/DEBUG   ( 1383):     400fb0a4 030ff013 eba2d021 ea5f0203 bf447cc3
I/DEBUG   ( 1383):     400fb0b4 eb01f811 eb01f800 f811bf21 f811cb01
I/DEBUG   ( 1383):     400fb0c4 f800eb01 f800cb01 ea5feb01 da037c43
I/DEBUG   ( 1383):     400fb0d4 080df9a1 083df980 f921d303 f900070d
I/DEBUG   ( 1383):     400fb0e4 f891071d f891f000 3a40f040 f891d30f
I/DEBUG   ( 1383):     400fb0f4 f891f080 f921f0c0 f921020d f891420d
I/DEBUG   ( 1383):     400fb104 3a40f0c0 020df900 420df900 f102d2f3
I/DEBUG   ( 1383):     400fb114 3a200240 f921d305 3a20020d 020df900
I/DEBUG   ( 1383):
I/DEBUG   ( 1383): code around lr:
I/DEBUG   ( 1383):     400ec078 4b11ec18 e010447b d10e42bb 6a1f480f
I/DEBUG   ( 1383):     400ec088 f7fb4478 f00dec90 4639ea0e f00e462a
I/DEBUG   ( 1383):     400ec098 3001efd0 2500d00a 681be009 d1eb2b00
I/DEBUG   ( 1383):     400ec0a8 25034807 f7fb4478 e000ec7e 60266825
I/DEBUG   ( 1383):     400ec0b8 bdf84628 0003b328 0003b31c 0003b314
I/DEBUG   ( 1383):     400ec0c8 0003b2f0 bf82f7ff 4a3a4b39 47f0e92d
I/DEBUG   ( 1383):     400ec0d8 447b460d 4607b08a 6833589e 930946b1
I/DEBUG   ( 1383):     400ec0e8 f9fcf001 f8d04604 2d008000 4628d04a
I/DEBUG   ( 1383):     400ec0f8 fe94f00f 4606280f f7ffd846 4287ffe3
I/DEBUG   ( 1383):     400ec108 200fd106 f00d4629 2800e8dc e032d03d
I/DEBUG   ( 1383):     400ec118 44784829 ebc4f7fb 44784828 42b8e015
I/DEBUG   ( 1383):     400ec128 6a07d113 44784826 ec3cf7fb 463b4a25
I/DEBUG   ( 1383):     400ec138 a8012120 f013447a 2101fa8d f01aa801
I/DEBUG   ( 1383):     400ec148 1c43fda5 d1044607 6800e015 d1e62800
I/DEBUG   ( 1383):     400ec158 4638e023 46324629 e916f00d 3ffff1b0
I/DEBUG   ( 1383):     400ec168 d1024682 29046821 4638d0f3 e966f00d
I/ServiceManager( 1378): service 'SurfaceFlinger' died

  分析:HAL部分源码可能有问题,在解决中

  解决:原因是忘记把HAL源码加入Android源码树中了,添加即可

错误3:

V/STMD    ( 1377): power on  OK!!
D/STMD    ( 1377): lirx switch_to_mux() - enter
I/Netd    ( 1525): Netd 1.0 starting
I/Netd    ( 1543): Netd 1.0 starting
V/STMD    ( 1377): switch_to_mux() - sending AT to modem
V/STMD    ( 1377): sendAT() - Send of ATE0
V/STMD    ( 1377): sendAT() - Wait answer...
V/STMD    ( 1377): sendAT() - Received response data
V/STMD    ( 1377): sendAT() - Read 5 bytes, retries: 0
]/STMD    ( 1377): sendAT() - Wrong anwser [ATE0
V/STMD    ( 1377): sendAT() - Send of ATE0
V/STMD    ( 1377): sendAT() - Wait answer...
V/STMD    ( 1377): sendAT() - Received response data
V/STMD    ( 1377): sendAT() - Read 6 bytes, retries: 0
V/STMD    ( 1377): sendAT() - OK received
V/STMD    ( 1377): switch_to_mux() - sending AT+CMUX to modem
V/STMD    ( 1377): sendAT() - Send of AT+CMUX=0,0,,1509,10,3,30,,
V/STMD    ( 1377): sendAT() - Wait answer...
I/Netd    ( 1554): Netd 1.0 starting
V/STMD    ( 1377): sendAT() - Received response data
V/STMD    ( 1377): sendAT() - Read 6 bytes, retries: 0
V/STMD    ( 1377): sendAT() - OK received
V/STMD    ( 1377): switch_to_mux() - attach mux ld to initial tty
V/STMD    ( 1377): set1 disc----fd_ttyACM0 = 7,ldisk = 21
V/STMD    ( 1377): Default configuration
V/STMD    ( 1377): adaption = 1
V/STMD    ( 1377): encapsulation = 1
V/STMD    ( 1377): initiator = 0
V/STMD    ( 1377): t1 = 20
V/STMD    ( 1377): t2 = 66
V/STMD    ( 1377): t3 = 0
V/STMD    ( 1377): n2 = 3
V/STMD    ( 1377): mru = 64
V/STMD    ( 1377): mtu = 64
V/STMD    ( 1377): k = 0
V/STMD    ( 1377): i = 1
V/STMD    ( 1377): switch_to_mux() - write config ioctl to mux
V/STMD    ( 1377): modem_watch_dog() - switched to MUX Success
D/STMD    ( 1377): STMD STATE: MUX READY
V/STMD    ( 1377): set_modem_status() - modem status set to 1
V/STMD    ( 1377): modem_watch_dog() - Start polling loop
D/STMD    ( 1377): mctl_fd = 15
I/Netd    ( 1581): Netd 1.0 starting
I/Netd    ( 1592): Netd 1.0 starting
I/Netd    ( 1619): Netd 1.0 starting
I/Netd    ( 1742): Netd 1.0 starting
I/Netd    ( 1751): Netd 1.0 starting

  分析:zygote中的Netd死循环,在解决中。。

原文地址:https://www.cnblogs.com/scue/p/3734108.html