Advertisement
Guest User

FP2 - CM booting after adding "libNimsWrap.so" blob

a guest
Oct 17th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 35.22 KB | None | 0 0
  1. $ adb logcat
  2. - waiting for device -
  3. --------- beginning of main
  4. I/installd(    0): installd firing up
  5. W/auditd  (  229): type=2000 audit(0.0:1): initialized
  6. I/auditd  (  229): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
  7. W/auditd  (  229): type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
  8. I/Netd    (    0): Netd 1.0 starting
  9. I/DEBUG   (  249): debuggerd: Oct 14 2016 00:34:12
  10. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
  11. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
  12. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
  13. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
  14. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
  15. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
  16. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
  17. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
  18. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
  19. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
  20. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
  21. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
  22. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
  23. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
  24. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
  25. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
  26. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
  27. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
  28. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
  29. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
  30. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
  31. E/Netd    (  248): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
  32. --------- beginning of system
  33. I/Vold    (  233): Vold 2.1 (the revenge) firing up
  34. E/DirectVolume(  233): Vold managed volumes must have auto mount point; ignoring /storage/sdcard1
  35. D/Vold    (  233): Volume sdcard1 state changing -1 (Initializing) -> 0 (No-Media)
  36. E/DirectVolume(  233): Vold managed volumes must have auto mount point; ignoring /storage/usbotg
  37. D/Vold    (  233): Volume usbotg state changing -1 (Initializing) -> 0 (No-Media)
  38. I/Cryptfs (  233): Check if PFE is activated on Boot
  39. E/Cryptfs (  233): Bad magic for real block device /dev/block/platform/msm_sdcc.1/by-name/userdata
  40. E/Cryptfs (  233): Error getting crypt footer and key
  41. I/SurfaceFlinger(  234): SurfaceFlinger is starting
  42. I/SurfaceFlinger(  234): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  43. I/lowmemorykiller(  231): Using in-kernel low memory killer interface
  44. F/libEGL  (  234): couldn't find an OpenGL ES implementation
  45. --------- beginning of crash
  46. F/libc    (  234): Fatal signal 6 (SIGABRT), code -6 in tid 234 (surfaceflinger)
  47. I/DEBUG   (  249): property debug.db.uid not set; NOT waiting for gdb.
  48. I/DEBUG   (  249): HINT: adb shell setprop debug.db.uid 100000
  49. I/DEBUG   (  249): HINT: adb forward tcp:5039 tcp:5039
  50. I/DEBUG   (  249): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  51. I/DEBUG   (  249): Build fingerprint: 'fairphone/cm_fp2/fp2:5.1.1/LMY49J/b30ca7f9b2:userdebug/test-keys'
  52. I/DEBUG   (  249): Revision: '0'
  53. I/DEBUG   (  249): ABI: 'arm'
  54. I/DEBUG   (  249): pid: 234, tid: 234, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
  55. I/DEBUG   (  249): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  56. I/DEBUG   (  249): Abort message: 'couldn't find an OpenGL ES implementation'
  57. I/DEBUG   (  249):     r0 00000000  r1 000000ea  r2 00000006  r3 00000000
  58. I/DEBUG   (  249):     r4 b6fb7e38  r5 00000006  r6 00000002  r7 0000010c
  59. I/DEBUG   (  249):     r8 b6482000  r9 00000000  sl 00000000  fp beabc98c
  60. I/DEBUG   (  249):     ip 000000ea  sp beabc3f8  lr b6f10955  pc b6f33694  cpsr 600d0010
  61. I/DEBUG   (  249):
  62. I/DEBUG   (  249): backtrace:
  63. I/DEBUG   (  249):     #00 pc 00037694  /system/lib/libc.so (tgkill+12)
  64. I/DEBUG   (  249):     #01 pc 00014951  /system/lib/libc.so (pthread_kill+52)
  65. I/DEBUG   (  249):     #02 pc 000156a7  /system/lib/libc.so (raise+10)
  66. I/DEBUG   (  249):     #03 pc 00011d25  /system/lib/libc.so (__libc_android_abort+36)
  67. I/DEBUG   (  249):     #04 pc 000100d8  /system/lib/libc.so (abort+4)
  68. I/DEBUG   (  249):     #05 pc 00007979  /system/lib/libcutils.so (__android_log_assert+88)
  69. I/DEBUG   (  249):     #06 pc 00042fb9  /system/lib/libEGL.so
  70. I/DEBUG   (  249):     #07 pc 00010439  /system/lib/libEGL.so
  71. I/DEBUG   (  249):     #08 pc 00010c19  /system/lib/libEGL.so (eglGetDisplay+24)
  72. I/DEBUG   (  249):     #09 pc 00019603  /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+70)
  73. I/DEBUG   (  249):     #10 pc 00000af1  /system/bin/surfaceflinger
  74. I/DEBUG   (  249):     #11 pc 0000ff95  /system/lib/libc.so (__libc_init+44)
  75. I/DEBUG   (  249):     #12 pc 00000c08  /system/bin/surfaceflinger
  76. V/MediaUtils(  253): physMem: 1929584640
  77. V/MediaUtils(  253): requested limit: 1254229990
  78. V/MediaUtils(  253): actual limit: 1254229990
  79. V/MediaUtils(  253): original limits: 4294967295/4294967295
  80. V/MediaUtils(  253): new limits: 1254229990/4294967295
  81. I/mediaserver(  253): ServiceManager: 0xb58700c0
  82. I/AudioFlinger(  253): Using default 3000 mSec as standby time.
  83. I/ServiceManager(  253): Waiting for service batterystats...
  84. I/DEBUG   (  249):
  85. I/DEBUG   (  249): Tombstone written to: /data/tombstones/tombstone_09
  86. I/ServiceManager(  232): service 'media.audio_flinger' died
  87. I/Netd    (  391): Netd 1.0 starting
  88. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
  89. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
  90. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
  91. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
  92. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
  93. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
  94. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
  95. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
  96. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
  97. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
  98. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
  99. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
  100. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
  101. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
  102. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
  103. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
  104. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
  105. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
  106. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
  107. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
  108. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
  109. E/Netd    (  391): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
  110. I/SurfaceFlinger(  392): SurfaceFlinger is starting
  111. I/SurfaceFlinger(  392): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  112. F/libEGL  (  392): couldn't find an OpenGL ES implementation
  113. F/libc    (  392): Fatal signal 6 (SIGABRT), code -6 in tid 392 (surfaceflinger)
  114. I/DEBUG   (  249): property debug.db.uid not set; NOT waiting for gdb.
  115. I/DEBUG   (  249): HINT: adb shell setprop debug.db.uid 100000
  116. I/DEBUG   (  249): HINT: adb forward tcp:5039 tcp:5039
  117. I/DEBUG   (  249): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  118. I/DEBUG   (  249): Build fingerprint: 'fairphone/cm_fp2/fp2:5.1.1/LMY49J/b30ca7f9b2:userdebug/test-keys'
  119. I/DEBUG   (  249): Revision: '0'
  120. I/DEBUG   (  249): ABI: 'arm'
  121. I/DEBUG   (  249): pid: 392, tid: 392, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
  122. I/DEBUG   (  249): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  123. I/DEBUG   (  249): Abort message: 'couldn't find an OpenGL ES implementation'
  124. I/DEBUG   (  249):     r0 00000000  r1 00000188  r2 00000006  r3 00000000
  125. I/DEBUG   (  249):     r4 b6f4fe38  r5 00000006  r6 00000002  r7 0000010c
  126. I/DEBUG   (  249):     r8 b6482000  r9 00000000  sl 00000000  fp beb2698c
  127. I/DEBUG   (  249):     ip 00000188  sp beb263f8  lr b6ea8955  pc b6ecb694  cpsr 600d0010
  128. I/DEBUG   (  249):
  129. I/DEBUG   (  249): backtrace:
  130. V/MediaUtils(  393): physMem: 1929584640
  131. V/MediaUtils(  393): requested limit: 1254229990
  132. V/MediaUtils(  393): actual limit: 1254229990
  133. V/MediaUtils(  393): original limits: 4294967295/4294967295
  134. V/MediaUtils(  393): new limits: 1254229990/4294967295
  135. I/DEBUG   (  249):     #00 pc 00037694  /system/lib/libc.so (tgkill+12)
  136. I/DEBUG   (  249):     #01 pc 00014951  /system/lib/libc.so (pthread_kill+52)
  137. I/DEBUG   (  249):     #02 pc 000156a7  /system/lib/libc.so (raise+10)
  138. I/DEBUG   (  249):     #03 pc 00011d25  /system/lib/libc.so (__libc_android_abort+36)
  139. I/DEBUG   (  249):     #04 pc 000100d8  /system/lib/libc.so (abort+4)
  140. I/DEBUG   (  249):     #05 pc 00007979  /system/lib/libcutils.so (__android_log_assert+88)
  141. I/DEBUG   (  249):     #06 pc 00042fb9  /system/lib/libEGL.so
  142. I/DEBUG   (  249):     #07 pc 00010439  /system/lib/libEGL.so
  143. I/DEBUG   (  249):     #08 pc 00010c19  /system/lib/libEGL.so (eglGetDisplay+24)
  144. I/DEBUG   (  249):     #09 pc 00019603  /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+70)
  145. I/DEBUG   (  249):     #10 pc 00000af1  /system/bin/surfaceflinger
  146. I/DEBUG   (  249):     #11 pc 0000ff95  /system/lib/libc.so (__libc_init+44)
  147. I/DEBUG   (  249):     #12 pc 00000c08  /system/bin/surfaceflinger
  148. D/AndroidRuntime(  394): >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
  149. I/mediaserver(  393): ServiceManager: 0xb58700c0
  150. I/AudioFlinger(  393): Using default 3000 mSec as standby time.
  151. I/ServiceManager(  393): Waiting for service batterystats...
  152. D/AndroidRuntime(  394): CheckJNI is OFF
  153. I/art     (  394): option[0]=-Xzygote
  154. I/art     (  394): option[1]=-Xstacktracefile:/data/anr/traces.txt
  155. I/art     (  394): option[2]=exit
  156. I/art     (  394): option[3]=vfprintf
  157. I/art     (  394): option[4]=sensitiveThread
  158. I/art     (  394): option[5]=-verbose:gc
  159. I/art     (  394): option[6]=-Xms4m
  160. I/art     (  394): option[7]=-Xmx16m
  161. I/art     (  394): option[8]=-XX:mainThreadStackSize=24K
  162. I/art     (  394): option[9]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
  163. I/art     (  394): option[10]=-Xlockprofthreshold:500
  164. I/art     (  394): option[11]=-Ximage-compiler-option
  165. I/art     (  394): option[12]=--runtime-arg
  166. I/art     (  394): option[13]=-Ximage-compiler-option
  167. I/art     (  394): option[14]=-Xms64m
  168. I/art     (  394): option[15]=-Ximage-compiler-option
  169. I/art     (  394): option[16]=--runtime-arg
  170. I/art     (  394): option[17]=-Ximage-compiler-option
  171. I/art     (  394): option[18]=-Xmx64m
  172. I/art     (  394): option[19]=-Ximage-compiler-option
  173. I/art     (  394): option[20]=--image-classes=/system/etc/preloaded-classes
  174. I/art     (  394): option[21]=-Xcompiler-option
  175. I/art     (  394): option[22]=--runtime-arg
  176. I/art     (  394): option[23]=-Xcompiler-option
  177. I/art     (  394): option[24]=-Xms64m
  178. I/art     (  394): option[25]=-Xcompiler-option
  179. I/art     (  394): option[26]=--runtime-arg
  180. I/art     (  394): option[27]=-Xcompiler-option
  181. I/art     (  394): option[28]=-Xmx512m
  182. I/art     (  394): option[29]=-Duser.language=es
  183. I/art     (  394): option[30]=-Duser.region=ES
  184. I/art     (  394): Pruning dalvik-cache since we are generating an image and will need to recompile
  185. I/art     (  394): Using an offset of 0xffdff000 from default art base address of 0x70000000
  186. I/art     (  394): GenerateImage: /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/qcmediaplayer.jar --dex-file=/system/framework/org.codeaurora.Performance.jar --dex-file=/system/framework/vcard.jar --dex-file=/system/framework/tcmiface.jar --dex-file=/system/framework/WfdCommon.jar --dex-file=/system/framework/qcom.fmradio.jar --dex-file=/system/framework/security-bridge.jar --dex-file=/system/framework/qsb
  187. I/DEBUG   (  249):
  188. I/DEBUG   (  249): Tombstone written to: /data/tombstones/tombstone_09
  189. I/ServiceManager(  232): service 'media.audio_flinger' died
  190. I/dex2oat (  416): /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/qcmediaplayer.jar --dex-file=/system/framework/org.codeaurora.Performance.jar --dex-file=/system/framework/vcard.jar --dex-file=/system/framework/tcmiface.jar --dex-file=/system/framework/WfdCommon.jar --dex-file=/system/framework/qcom.fmradio.jar --dex-file=/system/framework/security-bridge.jar --dex-file=/system/framework/qsb-port.jar --dex
  191. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/qcmediaplayer.jar'
  192. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/org.codeaurora.Performance.jar'
  193. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/vcard.jar'
  194. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/tcmiface.jar'
  195. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/WfdCommon.jar'
  196. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/qcom.fmradio.jar'
  197. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/security-bridge.jar'
  198. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/qsb-port.jar'
  199. W/dex2oat (  416): Skipping non-existent dex file '/system/framework/oem-services.jar'
  200. I/Netd    (  423): Netd 1.0 starting
  201. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
  202. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
  203. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
  204. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
  205. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
  206. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
  207. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
  208. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
  209. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
  210. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
  211. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
  212. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
  213. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
  214. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
  215. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
  216. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
  217. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
  218. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
  219. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
  220. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
  221. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
  222. E/Netd    (  423): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
  223. I/SurfaceFlinger(  424): SurfaceFlinger is starting
  224. I/SurfaceFlinger(  424): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  225. F/libEGL  (  424): couldn't find an OpenGL ES implementation
  226. F/libc    (  424): Fatal signal 6 (SIGABRT), code -6 in tid 424 (surfaceflinger)
  227. I/DEBUG   (  249): property debug.db.uid not set; NOT waiting for gdb.
  228. I/DEBUG   (  249): HINT: adb shell setprop debug.db.uid 100000
  229. I/DEBUG   (  249): HINT: adb forward tcp:5039 tcp:5039
  230. I/DEBUG   (  249): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  231. I/DEBUG   (  249): Build fingerprint: 'fairphone/cm_fp2/fp2:5.1.1/LMY49J/b30ca7f9b2:userdebug/test-keys'
  232. I/DEBUG   (  249): Revision: '0'
  233. I/DEBUG   (  249): ABI: 'arm'
  234. I/DEBUG   (  249): pid: 424, tid: 424, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
  235. I/DEBUG   (  249): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  236. I/DEBUG   (  249): Abort message: 'couldn't find an OpenGL ES implementation'
  237. I/DEBUG   (  249):     r0 00000000  r1 000001a8  r2 00000006  r3 00000000
  238. I/DEBUG   (  249):     r4 b6fa8e38  r5 00000006  r6 00000002  r7 0000010c
  239. I/DEBUG   (  249):     r8 b6482000  r9 00000000  sl 00000000  fp be8f698c
  240. I/DEBUG   (  249):     ip 000001a8  sp be8f63f8  lr b6f01955  pc b6f24694  cpsr 600d0010
  241. I/DEBUG   (  249):
  242. I/DEBUG   (  249): backtrace:
  243. I/DEBUG   (  249):     #00 pc 00037694  /system/lib/libc.so (tgkill+12)
  244. I/DEBUG   (  249):     #01 pc 00014951  /system/lib/libc.so (pthread_kill+52)
  245. I/DEBUG   (  249):     #02 pc 000156a7  /system/lib/libc.so (raise+10)
  246. I/DEBUG   (  249):     #03 pc 00011d25  /system/lib/libc.so (__libc_android_abort+36)
  247. I/DEBUG   (  249):     #04 pc 000100d8  /system/lib/libc.so (abort+4)
  248. I/DEBUG   (  249):     #05 pc 00007979  /system/lib/libcutils.so (__android_log_assert+88)
  249. I/DEBUG   (  249):     #06 pc 00042fb9  /system/lib/libEGL.so
  250. I/DEBUG   (  249):     #07 pc 00010439  /system/lib/libEGL.so
  251. I/DEBUG   (  249):     #08 pc 00010c19  /system/lib/libEGL.so (eglGetDisplay+24)
  252. I/DEBUG   (  249):     #09 pc 00019603  /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+70)
  253. I/DEBUG   (  249):     #10 pc 00000af1  /system/bin/surfaceflinger
  254. I/DEBUG   (  249):     #11 pc 0000ff95  /system/lib/libc.so (__libc_init+44)
  255. I/DEBUG   (  249):     #12 pc 00000c08  /system/bin/surfaceflinger
  256. D/AndroidRuntime(  426): >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
  257. D/AndroidRuntime(  426): CheckJNI is OFF
  258. I/art     (  426): option[0]=-Xzygote
  259. I/art     (  426): option[1]=-Xstacktracefile:/data/anr/traces.txt
  260. I/art     (  426): option[2]=exit
  261. I/art     (  426): option[3]=vfprintf
  262. I/art     (  426): option[4]=sensitiveThread
  263. I/art     (  426): option[5]=-verbose:gc
  264. I/art     (  426): option[6]=-Xms4m
  265. I/art     (  426): option[7]=-Xmx16m
  266. I/art     (  426): option[8]=-XX:mainThreadStackSize=24K
  267. I/art     (  426): option[9]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
  268. V/MediaUtils(  425): physMem: 1929584640
  269. V/MediaUtils(  425): requested limit: 1254229990
  270. I/art     (  426): option[10]=-Xlockprofthreshold:500
  271. I/art     (  426): option[11]=-Ximage-compiler-option
  272. V/MediaUtils(  425): actual limit: 1254229990
  273. I/art     (  426): option[12]=--runtime-arg
  274. V/MediaUtils(  425): original limits: 4294967295/4294967295
  275. I/art     (  426): option[13]=-Ximage-compiler-option
  276. V/MediaUtils(  425): new limits: 1254229990/4294967295
  277. I/art     (  426): option[14]=-Xms64m
  278. I/art     (  426): option[15]=-Ximage-compiler-option
  279. I/art     (  426): option[16]=--runtime-arg
  280. I/art     (  426): option[17]=-Ximage-compiler-option
  281. I/art     (  426): option[18]=-Xmx64m
  282. I/art     (  426): option[19]=-Ximage-compiler-option
  283. I/art     (  426): option[20]=--image-classes=/system/etc/preloaded-classes
  284. I/art     (  426): option[21]=-Xcompiler-option
  285. I/art     (  426): option[22]=--runtime-arg
  286. I/art     (  426): option[23]=-Xcompiler-option
  287. I/art     (  426): option[24]=-Xms64m
  288. I/art     (  426): option[25]=-Xcompiler-option
  289. I/art     (  426): option[26]=--runtime-arg
  290. I/art     (  426): option[27]=-Xcompiler-option
  291. I/art     (  426): option[28]=-Xmx512m
  292. I/art     (  426): option[29]=-Duser.language=es
  293. I/art     (  426): option[30]=-Duser.region=ES
  294. I/mediaserver(  425): ServiceManager: 0xb58700c0
  295. I/AudioFlinger(  425): Using default 3000 mSec as standby time.
  296. I/ServiceManager(  425): Waiting for service batterystats...
  297. I/art     (  426): Pruning dalvik-cache since we are generating an image and will need to recompile
  298. I/art     (  426): Using an offset of 0x7b000 from default art base address of 0x70000000
  299. I/art     (  426): GenerateImage: /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/qcmediaplayer.jar --dex-file=/system/framework/org.codeaurora.Performance.jar --dex-file=/system/framework/vcard.jar --dex-file=/system/framework/tcmiface.jar --dex-file=/system/framework/WfdCommon.jar --dex-file=/system/framework/qcom.fmradio.jar --dex-file=/system/framework/security-bridge.jar --dex-file=/system/framework/qsb
  300. I/DEBUG   (  249):
  301. I/DEBUG   (  249): Tombstone written to: /data/tombstones/tombstone_09
  302. I/dex2oat (  448): /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/qcmediaplayer.jar --dex-file=/system/framework/org.codeaurora.Performance.jar --dex-file=/system/framework/vcard.jar --dex-file=/system/framework/tcmiface.jar --dex-file=/system/framework/WfdCommon.jar --dex-file=/system/framework/qcom.fmradio.jar --dex-file=/system/framework/security-bridge.jar --dex-file=/system/framework/qsb-port.jar --dex
  303. I/ServiceManager(  232): service 'media.audio_flinger' died
  304. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/qcmediaplayer.jar'
  305. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/org.codeaurora.Performance.jar'
  306. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/vcard.jar'
  307. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/tcmiface.jar'
  308. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/WfdCommon.jar'
  309. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/qcom.fmradio.jar'
  310. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/security-bridge.jar'
  311. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/qsb-port.jar'
  312. W/dex2oat (  448): Skipping non-existent dex file '/system/framework/oem-services.jar'
  313. I/dex2oat (  416): Explicit concurrent mark sweep GC freed 45121(5MB) AllocSpace objects, 0(0B) LOS objects, 15% free, 21MB/25MB, paused 161us total 140.849ms
  314. I/Netd    (  457): Netd 1.0 starting
  315. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
  316. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
  317. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
  318. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
  319. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
  320. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
  321. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
  322. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
  323. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
  324. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
  325. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
  326. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
  327. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
  328. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
  329. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
  330. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
  331. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
  332. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
  333. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
  334. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
  335. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
  336. E/Netd    (  457): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
  337. I/SurfaceFlinger(  458): SurfaceFlinger is starting
  338. I/SurfaceFlinger(  458): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  339. F/libEGL  (  458): couldn't find an OpenGL ES implementation
  340. F/libc    (  458): Fatal signal 6 (SIGABRT), code -6 in tid 458 (surfaceflinger)
  341. I/DEBUG   (  249): property debug.db.uid not set; NOT waiting for gdb.
  342. I/DEBUG   (  249): HINT: adb shell setprop debug.db.uid 100000
  343. I/DEBUG   (  249): HINT: adb forward tcp:5039 tcp:5039
  344. I/DEBUG   (  249): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  345. I/DEBUG   (  249): Build fingerprint: 'fairphone/cm_fp2/fp2:5.1.1/LMY49J/b30ca7f9b2:userdebug/test-keys'
  346. I/DEBUG   (  249): Revision: '0'
  347. I/DEBUG   (  249): ABI: 'arm'
  348. I/DEBUG   (  249): pid: 458, tid: 458, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
  349. I/DEBUG   (  249): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  350. I/DEBUG   (  249): Abort message: 'couldn't find an OpenGL ES implementation'
  351. I/DEBUG   (  249):     r0 00000000  r1 000001ca  r2 00000006  r3 00000000
  352. I/DEBUG   (  249):     r4 b6f10e38  r5 00000006  r6 00000002  r7 0000010c
  353. I/DEBUG   (  249):     r8 b6082000  r9 00000000  sl 00000000  fp be90198c
  354. I/DEBUG   (  249):     ip 000001ca  sp be9013f8  lr b6e69955  pc b6e8c694  cpsr 600d0010
  355. I/DEBUG   (  249):
  356. I/DEBUG   (  249): backtrace:
  357. I/DEBUG   (  249):     #00 pc 00037694  /system/lib/libc.so (tgkill+12)
  358. I/DEBUG   (  249):     #01 pc 00014951  /system/lib/libc.so (pthread_kill+52)
  359. I/DEBUG   (  249):     #02 pc 000156a7  /system/lib/libc.so (raise+10)
  360. I/DEBUG   (  249):     #03 pc 00011d25  /system/lib/libc.so (__libc_android_abort+36)
  361. I/DEBUG   (  249):     #04 pc 000100d8  /system/lib/libc.so (abort+4)
  362. I/DEBUG   (  249):     #05 pc 00007979  /system/lib/libcutils.so (__android_log_assert+88)
  363. I/DEBUG   (  249):     #06 pc 00042fb9  /system/lib/libEGL.so
  364. I/DEBUG   (  249):     #07 pc 00010439  /system/lib/libEGL.so
  365. I/DEBUG   (  249):     #08 pc 00010c19  /system/lib/libEGL.so (eglGetDisplay+24)
  366. I/DEBUG   (  249):     #09 pc 00019603  /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+70)
  367. I/DEBUG   (  249):     #10 pc 00000af1  /system/bin/surfaceflinger
  368. I/DEBUG   (  249):     #11 pc 0000ff95  /system/lib/libc.so (__libc_init+44)
  369. I/DEBUG   (  249):     #12 pc 00000c08  /system/bin/surfaceflinger
  370. V/MediaUtils(  459): physMem: 1929584640
  371. V/MediaUtils(  459): requested limit: 1254229990
  372. V/MediaUtils(  459): actual limit: 1254229990
  373. V/MediaUtils(  459): original limits: 4294967295/4294967295
  374. V/MediaUtils(  459): new limits: 1254229990/4294967295
  375. I/mediaserver(  459): ServiceManager: 0xb58700c0
  376. I/AudioFlinger(  459): Using default 3000 mSec as standby time.
  377. I/ServiceManager(  459): Waiting for service batterystats...
  378. I/DEBUG   (  249):
  379. I/DEBUG   (  249): Tombstone written to: /data/tombstones/tombstone_09
  380. I/ServiceManager(  232): service 'media.audio_flinger' died
  381. I/dex2oat (  416): Method exceeds compiler instruction limit: 21296 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()
  382. W/dex2oat (  416): Compilation of boolean android.app.ActivityManagerNative.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 155.726ms
  383. I/Netd    (  492): Netd 1.0 starting
  384. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/default/use_optimistic: No such file or directory
  385. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/dummy0/use_optimistic: No such file or directory
  386. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/lo/use_optimistic: No such file or directory
  387. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet0/use_optimistic: No such file or directory
  388. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet1/use_optimistic: No such file or directory
  389. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet2/use_optimistic: No such file or directory
  390. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet3/use_optimistic: No such file or directory
  391. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet4/use_optimistic: No such file or directory
  392. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet5/use_optimistic: No such file or directory
  393. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet6/use_optimistic: No such file or directory
  394. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet7/use_optimistic: No such file or directory
  395. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rev_rmnet8/use_optimistic: No such file or directory
  396. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet0/use_optimistic: No such file or directory
  397. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet1/use_optimistic: No such file or directory
  398. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet2/use_optimistic: No such file or directory
  399. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet3/use_optimistic: No such file or directory
  400. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet4/use_optimistic: No such file or directory
  401. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet5/use_optimistic: No such file or directory
  402. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet6/use_optimistic: No such file or directory
  403. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet7/use_optimistic: No such file or directory
  404. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/rmnet_usb0/use_optimistic: No such file or directory
  405. E/Netd    (  492): Failed to open /proc/sys/net/ipv6/conf/sit0/use_optimistic: No such file or directory
  406. I/SurfaceFlinger(  493): SurfaceFlinger is starting
  407. I/SurfaceFlinger(  493): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  408. F/libEGL  (  493): couldn't find an OpenGL ES implementation
  409. F/libc    (  493): Fatal signal 6 (SIGABRT), code -6 in tid 493 (surfaceflinger)
  410. I/DEBUG   (  249): property debug.db.uid not set; NOT waiting for gdb.
  411. I/DEBUG   (  249): HINT: adb shell setprop debug.db.uid 100000
  412. I/DEBUG   (  249): HINT: adb forward tcp:5039 tcp:5039
  413. I/DEBUG   (  249): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  414. I/DEBUG   (  249): Build fingerprint: 'fairphone/cm_fp2/fp2:5.1.1/LMY49J/b30ca7f9b2:userdebug/test-keys'
  415. I/DEBUG   (  249): Revision: '0'
  416. I/DEBUG   (  249): ABI: 'arm'
  417. I/DEBUG   (  249): pid: 493, tid: 493, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
  418. I/DEBUG   (  249): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement