Advertisement
Guest User

Untitled

a guest
Apr 16th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 355.10 KB | None | 0 0
  1. --------- beginning of crash
  2. 01-01 00:42:44.034 732 732 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  3. 01-01 00:42:44.034 732 732 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@8aaa69c
  4. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  5. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  6. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  7. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  8. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  9. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  10. 01-01 00:42:44.034 732 732 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  11. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  12. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  13. 01-01 00:42:44.034 732 732 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  14. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  15. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  16. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  17. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  18. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  19. 01-01 00:42:44.034 732 732 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  20. 01-01 00:42:44.034 732 732 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  21. 01-01 00:42:44.034 732 732 E AndroidRuntime: ... 8 more
  22. 01-01 00:42:44.079 1000 1000 E AndroidRuntime: FATAL EXCEPTION: main
  23. 01-01 00:42:44.079 1000 1000 E AndroidRuntime: Process: com.android.systemui, PID: 1000
  24. 01-01 00:42:44.079 1000 1000 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  25. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: FATAL EXCEPTION: main
  26. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: Process: com.android.settings, PID: 1167
  27. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: java.lang.RuntimeException: Adding window failed
  28. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:652)
  29. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
  30. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
  31. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3518)
  32. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2733)
  33. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  34. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1478)
  35. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  36. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  37. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6128)
  38. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  39. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  40. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  41. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: Caused by: android.os.DeadObjectException
  42. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
  43. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:615)
  44. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:828)
  45. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:640)
  46. 01-01 00:42:44.081 1167 1167 E AndroidRuntime: ... 12 more
  47. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  48. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@678db61
  49. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  50. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  51. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  52. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  53. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  54. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  55. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  56. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  57. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  58. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  59. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  60. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  61. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  62. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  63. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  64. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  65. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  66. 01-01 00:42:54.641 1489 1489 E AndroidRuntime: ... 8 more
  67. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: FATAL EXCEPTION: main
  68. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: Process: com.android.settings, PID: 1947
  69. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: java.lang.RuntimeException: Adding window failed
  70. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:652)
  71. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
  72. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
  73. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3518)
  74. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2733)
  75. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  76. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1478)
  77. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  78. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  79. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6128)
  80. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  81. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  82. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  83. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: Caused by: android.os.DeadObjectException
  84. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
  85. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:615)
  86. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:828)
  87. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:640)
  88. 01-01 00:42:54.710 1947 1947 E AndroidRuntime: ... 12 more
  89. 01-01 00:42:54.717 1787 1787 E AndroidRuntime: FATAL EXCEPTION: main
  90. 01-01 00:42:54.717 1787 1787 E AndroidRuntime: Process: com.android.systemui, PID: 1787
  91. 01-01 00:42:54.717 1787 1787 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  92. --------- beginning of system
  93. 01-01 00:43:00.328 2162 2162 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  94. 01-01 00:43:02.608 2162 2183 E AppIdleHistory: Unable to read app idle file for user 0
  95. 01-01 00:43:03.367 2162 2162 E ConnectivityService: Ignoring protectedNetwork 10
  96. 01-01 00:43:03.367 2162 2162 E ConnectivityService: Ignoring protectedNetwork 11
  97. 01-01 00:43:03.367 2162 2162 E ConnectivityService: Ignoring protectedNetwork 12
  98. 01-01 00:43:03.367 2162 2162 E ConnectivityService: Ignoring protectedNetwork 14
  99. 01-01 00:43:03.367 2162 2162 E ConnectivityService: Ignoring protectedNetwork 15
  100. 01-01 00:43:03.476 2162 2162 E WallpaperManagerService: Invalid wallpaper data
  101. 01-01 00:43:03.476 2162 2162 E WallpaperManagerService: Unable to apply new wallpaper
  102. 01-01 00:43:03.766 2162 2162 E AppSgstMgrService: no app suggest provider found
  103. 01-01 00:43:03.780 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@257b764
  104. 01-01 00:43:03.780 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@491bdcd
  105. 01-01 00:43:03.782 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@3707682
  106. 01-01 00:43:03.782 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@58a4193
  107. 01-01 00:43:03.784 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@68ae5d0
  108. 01-01 00:43:03.785 2162 2162 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@a0969c9
  109. 01-01 00:43:03.824 2162 2162 E SystemServer: BOOT FAILURE making Lock Settings Service ready
  110. 01-01 00:43:03.824 2162 2162 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  111. 01-01 00:43:03.824 2162 2162 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  112. 01-01 00:43:03.824 2162 2162 E SystemServer: at android.security.keystore.AndroidKeyStoreSpi.engineContainsAlias(AndroidKeyStoreSpi.java:804)
  113. 01-01 00:43:03.824 2162 2162 E SystemServer: at java.security.KeyStore.containsAlias(KeyStore.java:1056)
  114. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.server.LockSettingsService.migrateOldData(LockSettingsService.java:594)
  115. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.server.LockSettingsService.systemReady(LockSettingsService.java:453)
  116. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1350)
  117. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  118. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  119. 01-01 00:43:03.824 2162 2162 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  120. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  121. 01-01 00:43:03.824 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  122. 01-01 00:43:03.932 2162 2162 E PerformanceManager: System is not ready, dropping profile request
  123. 01-01 00:43:04.077 2162 2162 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
  124. 01-01 00:43:04.189 2162 2162 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
  125. 01-01 00:43:04.190 2162 2162 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
  126. 01-01 00:43:04.191 2162 2162 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
  127. 01-01 00:43:04.192 2162 2162 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
  128. 01-01 00:43:04.192 2162 2162 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
  129. 01-01 00:43:04.200 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  130. 01-01 00:43:04.200 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  131. 01-01 00:43:04.215 2162 2162 E WallpaperManagerService: Invalid wallpaper data
  132. 01-01 00:43:04.215 2162 2162 E WallpaperManagerService: Unable to apply new wallpaper
  133. 01-01 00:43:04.240 2162 2162 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  134. 01-01 00:43:04.538 2444 2523 E ActivityThread: Failed to find provider info for user_dictionary
  135. 01-01 00:43:04.646 2162 2162 E SystemServer: BOOT FAILURE making Network Managment Service ready
  136. 01-01 00:43:04.646 2162 2162 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  137. 01-01 00:43:04.646 2162 2162 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  138. 01-01 00:43:04.646 2162 2162 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  139. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  140. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.NetworkManagementService.prepareNativeDaemon(NetworkManagementService.java:722)
  141. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:366)
  142. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1504)
  143. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  144. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  145. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  146. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  147. 01-01 00:43:04.646 2162 2162 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  148. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  149. 01-01 00:43:04.646 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  150. 01-01 00:43:04.938 2162 2162 E SystemServer: BOOT FAILURE making Connectivity Service ready
  151. 01-01 00:43:04.938 2162 2162 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  152. 01-01 00:43:04.938 2162 2162 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  153. 01-01 00:43:04.938 2162 2162 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  154. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  155. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.ConnectivityService.updateLockdownVpn(ConnectivityService.java:3710)
  156. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.ConnectivityService.systemReady(ConnectivityService.java:1759)
  157. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1525)
  158. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  159. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  160. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  161. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  162. 01-01 00:43:04.938 2162 2162 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  163. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  164. 01-01 00:43:04.938 2162 2162 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  165. 01-01 00:43:04.969 2162 2162 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  166. 01-01 00:43:04.969 2162 2162 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.IconCacheManagerService}
  167. 01-01 00:43:04.971 2162 2162 E BrokerableCMSystemService: No implementation service found
  168. 01-01 00:43:05.038 2162 2162 E LocationManagerService: no geocoder provider found
  169. 01-01 00:43:05.284 2162 2388 E VoldConnector: NDC Command {3 volume reset} took too long (1082ms)
  170. 01-01 00:43:05.366 2162 2639 E ActivityThread: Failed to find provider info for call_log
  171. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  172. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@c2b2b5b
  173. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  174. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  175. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  176. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  177. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  178. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  179. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  180. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  181. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  182. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  183. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  184. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  185. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  186. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  187. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  188. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  189. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  190. 01-01 00:43:05.459 2162 2162 E AndroidRuntime: ... 8 more
  191. 01-01 00:43:05.516 2455 2455 E AndroidRuntime: FATAL EXCEPTION: main
  192. 01-01 00:43:05.516 2455 2455 E AndroidRuntime: Process: com.android.systemui, PID: 2455
  193. 01-01 00:43:05.516 2455 2455 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  194. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: FATAL EXCEPTION: main
  195. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: Process: com.android.settings, PID: 2622
  196. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: java.lang.RuntimeException: Adding window failed
  197. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:652)
  198. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
  199. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
  200. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3518)
  201. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2733)
  202. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  203. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1478)
  204. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  205. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  206. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6128)
  207. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  208. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  209. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  210. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: Caused by: android.os.DeadObjectException
  211. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
  212. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:615)
  213. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:828)
  214. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:640)
  215. 01-01 00:43:05.520 2622 2622 E AndroidRuntime: ... 12 more
  216. 01-01 00:43:07.301 263 267 E FrameworkListener: read() failed (Connection reset by peer)
  217. 01-01 00:43:11.318 2841 2841 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  218. 01-01 00:43:13.640 2841 2862 E AppIdleHistory: Unable to read app idle file for user 0
  219. 01-01 00:43:14.477 2841 2841 E ConnectivityService: Ignoring protectedNetwork 10
  220. 01-01 00:43:14.477 2841 2841 E ConnectivityService: Ignoring protectedNetwork 11
  221. 01-01 00:43:14.477 2841 2841 E ConnectivityService: Ignoring protectedNetwork 12
  222. 01-01 00:43:14.477 2841 2841 E ConnectivityService: Ignoring protectedNetwork 14
  223. 01-01 00:43:14.477 2841 2841 E ConnectivityService: Ignoring protectedNetwork 15
  224. 01-01 00:43:14.571 2841 2841 E WallpaperManagerService: Invalid wallpaper data
  225. 01-01 00:43:14.571 2841 2841 E WallpaperManagerService: Unable to apply new wallpaper
  226. 01-01 00:43:14.845 2841 2841 E AppSgstMgrService: no app suggest provider found
  227. 01-01 00:43:14.858 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@c1174e0
  228. 01-01 00:43:14.858 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@a4b3399
  229. 01-01 00:43:14.860 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@d13c65e
  230. 01-01 00:43:14.861 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@2904a3f
  231. 01-01 00:43:14.864 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@9c8ff0c
  232. 01-01 00:43:14.864 2841 2841 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@7927055
  233. 01-01 00:43:14.897 2841 2841 E SystemServer: BOOT FAILURE making Lock Settings Service ready
  234. 01-01 00:43:14.897 2841 2841 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  235. 01-01 00:43:14.897 2841 2841 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  236. 01-01 00:43:14.897 2841 2841 E SystemServer: at android.security.keystore.AndroidKeyStoreSpi.engineContainsAlias(AndroidKeyStoreSpi.java:804)
  237. 01-01 00:43:14.897 2841 2841 E SystemServer: at java.security.KeyStore.containsAlias(KeyStore.java:1056)
  238. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.server.LockSettingsService.migrateOldData(LockSettingsService.java:594)
  239. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.server.LockSettingsService.systemReady(LockSettingsService.java:453)
  240. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1350)
  241. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  242. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  243. 01-01 00:43:14.897 2841 2841 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  244. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  245. 01-01 00:43:14.897 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  246. 01-01 00:43:14.994 2841 2841 E PerformanceManager: System is not ready, dropping profile request
  247. 01-01 00:43:15.139 2841 2841 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
  248. 01-01 00:43:15.228 2841 2841 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
  249. 01-01 00:43:15.229 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  250. 01-01 00:43:15.229 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  251. 01-01 00:43:15.229 2841 2841 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
  252. 01-01 00:43:15.230 2841 2841 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
  253. 01-01 00:43:15.231 2841 2841 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
  254. 01-01 00:43:15.232 2841 2841 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
  255. 01-01 00:43:15.234 2841 2841 E WallpaperManagerService: Invalid wallpaper data
  256. 01-01 00:43:15.234 2841 2841 E WallpaperManagerService: Unable to apply new wallpaper
  257. 01-01 00:43:15.288 2841 2841 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  258. 01-01 00:43:15.551 3132 3208 E ActivityThread: Failed to find provider info for user_dictionary
  259. 01-01 00:43:15.722 2841 2841 E SystemServer: BOOT FAILURE making Network Managment Service ready
  260. 01-01 00:43:15.722 2841 2841 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  261. 01-01 00:43:15.722 2841 2841 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  262. 01-01 00:43:15.722 2841 2841 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  263. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  264. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.NetworkManagementService.prepareNativeDaemon(NetworkManagementService.java:722)
  265. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:366)
  266. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1504)
  267. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  268. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  269. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  270. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  271. 01-01 00:43:15.722 2841 2841 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  272. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  273. 01-01 00:43:15.722 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  274. 01-01 00:43:16.046 2841 2841 E SystemServer: BOOT FAILURE making Connectivity Service ready
  275. 01-01 00:43:16.046 2841 2841 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  276. 01-01 00:43:16.046 2841 2841 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  277. 01-01 00:43:16.046 2841 2841 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  278. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  279. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.ConnectivityService.updateLockdownVpn(ConnectivityService.java:3710)
  280. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.ConnectivityService.systemReady(ConnectivityService.java:1759)
  281. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1525)
  282. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  283. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  284. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  285. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  286. 01-01 00:43:16.046 2841 2841 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  287. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  288. 01-01 00:43:16.046 2841 2841 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  289. 01-01 00:43:16.077 2841 2841 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  290. 01-01 00:43:16.077 2841 2841 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.IconCacheManagerService}
  291. 01-01 00:43:16.078 2841 2841 E BrokerableCMSystemService: No implementation service found
  292. 01-01 00:43:16.148 2841 2841 E LocationManagerService: no geocoder provider found
  293. 01-01 00:43:16.278 2841 3057 E VoldConnector: NDC Command {3 volume reset} took too long (1048ms)
  294. 01-01 00:43:16.447 2841 3325 E ActivityThread: Failed to find provider info for call_log
  295. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  296. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@c9abe87
  297. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  298. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  299. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  300. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  301. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  302. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  303. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  304. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  305. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  306. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  307. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  308. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  309. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  310. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  311. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  312. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  313. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  314. 01-01 00:43:16.577 2841 2841 E AndroidRuntime: ... 8 more
  315. 01-01 00:43:16.651 3148 3148 E AndroidRuntime: FATAL EXCEPTION: main
  316. 01-01 00:43:16.651 3148 3148 E AndroidRuntime: Process: com.android.systemui, PID: 3148
  317. 01-01 00:43:16.651 3148 3148 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  318. 01-01 00:43:16.654 3308 3308 E AndroidRuntime: FATAL EXCEPTION: main
  319. 01-01 00:43:16.654 3308 3308 E AndroidRuntime: Process: com.android.settings, PID: 3308
  320. 01-01 00:43:16.654 3308 3308 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  321. 01-01 00:43:22.369 3537 3537 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  322. 01-01 00:43:24.621 3537 3559 E AppIdleHistory: Unable to read app idle file for user 0
  323. 01-01 00:43:25.416 3537 3537 E ConnectivityService: Ignoring protectedNetwork 10
  324. 01-01 00:43:25.417 3537 3537 E ConnectivityService: Ignoring protectedNetwork 11
  325. 01-01 00:43:25.417 3537 3537 E ConnectivityService: Ignoring protectedNetwork 12
  326. 01-01 00:43:25.417 3537 3537 E ConnectivityService: Ignoring protectedNetwork 14
  327. 01-01 00:43:25.417 3537 3537 E ConnectivityService: Ignoring protectedNetwork 15
  328. 01-01 00:43:25.525 3537 3537 E WallpaperManagerService: Invalid wallpaper data
  329. 01-01 00:43:25.525 3537 3537 E WallpaperManagerService: Unable to apply new wallpaper
  330. 01-01 00:43:25.814 3537 3537 E AppSgstMgrService: no app suggest provider found
  331. 01-01 00:43:25.827 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@cfbb7e7
  332. 01-01 00:43:25.828 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@cdfdf94
  333. 01-01 00:43:25.829 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@1e97a3d
  334. 01-01 00:43:25.830 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@bd5d232
  335. 01-01 00:43:25.833 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@4c1eb83
  336. 01-01 00:43:25.834 3537 3537 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@6a56100
  337. 01-01 00:43:25.870 3537 3537 E SystemServer: BOOT FAILURE making Lock Settings Service ready
  338. 01-01 00:43:25.870 3537 3537 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  339. 01-01 00:43:25.870 3537 3537 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  340. 01-01 00:43:25.870 3537 3537 E SystemServer: at android.security.keystore.AndroidKeyStoreSpi.engineContainsAlias(AndroidKeyStoreSpi.java:804)
  341. 01-01 00:43:25.870 3537 3537 E SystemServer: at java.security.KeyStore.containsAlias(KeyStore.java:1056)
  342. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.server.LockSettingsService.migrateOldData(LockSettingsService.java:594)
  343. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.server.LockSettingsService.systemReady(LockSettingsService.java:453)
  344. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1350)
  345. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  346. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  347. 01-01 00:43:25.870 3537 3537 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  348. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  349. 01-01 00:43:25.870 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  350. 01-01 00:43:25.968 3537 3537 E PerformanceManager: System is not ready, dropping profile request
  351. 01-01 00:43:26.084 3537 3537 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
  352. 01-01 00:43:26.183 3537 3537 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
  353. 01-01 00:43:26.183 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  354. 01-01 00:43:26.183 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  355. 01-01 00:43:26.184 3537 3537 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
  356. 01-01 00:43:26.185 3537 3537 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
  357. 01-01 00:43:26.186 3537 3537 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
  358. 01-01 00:43:26.187 3537 3537 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
  359. 01-01 00:43:26.189 3537 3537 E WallpaperManagerService: Invalid wallpaper data
  360. 01-01 00:43:26.190 3537 3537 E WallpaperManagerService: Unable to apply new wallpaper
  361. 01-01 00:43:26.217 3537 3537 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  362. 01-01 00:43:26.490 3822 3893 E ActivityThread: Failed to find provider info for user_dictionary
  363. 01-01 00:43:26.638 3537 3537 E SystemServer: BOOT FAILURE making Network Managment Service ready
  364. 01-01 00:43:26.638 3537 3537 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  365. 01-01 00:43:26.638 3537 3537 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  366. 01-01 00:43:26.638 3537 3537 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  367. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  368. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.NetworkManagementService.prepareNativeDaemon(NetworkManagementService.java:722)
  369. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:366)
  370. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1504)
  371. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  372. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  373. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  374. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  375. 01-01 00:43:26.638 3537 3537 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  376. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  377. 01-01 00:43:26.638 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  378. 01-01 00:43:26.956 3537 3537 E SystemServer: BOOT FAILURE making Connectivity Service ready
  379. 01-01 00:43:26.956 3537 3537 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  380. 01-01 00:43:26.956 3537 3537 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  381. 01-01 00:43:26.956 3537 3537 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  382. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  383. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.ConnectivityService.updateLockdownVpn(ConnectivityService.java:3710)
  384. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.ConnectivityService.systemReady(ConnectivityService.java:1759)
  385. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1525)
  386. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  387. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  388. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  389. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  390. 01-01 00:43:26.956 3537 3537 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  391. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  392. 01-01 00:43:26.956 3537 3537 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  393. 01-01 00:43:26.989 3537 3537 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  394. 01-01 00:43:26.989 3537 3537 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.IconCacheManagerService}
  395. 01-01 00:43:26.990 3537 3537 E BrokerableCMSystemService: No implementation service found
  396. 01-01 00:43:27.059 3537 3537 E LocationManagerService: no geocoder provider found
  397. 01-01 00:43:27.183 3537 3749 E VoldConnector: NDC Command {3 volume reset} took too long (998ms)
  398. 01-01 00:43:27.402 3537 4028 E ActivityThread: Failed to find provider info for call_log
  399. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  400. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@fabb01a
  401. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  402. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  403. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  404. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  405. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  406. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  407. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  408. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  409. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  410. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  411. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  412. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  413. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  414. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  415. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  416. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  417. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  418. 01-01 00:43:27.523 3537 3537 E AndroidRuntime: ... 8 more
  419. 01-01 00:43:27.570 3835 3835 E AndroidRuntime: FATAL EXCEPTION: main
  420. 01-01 00:43:27.570 3835 3835 E AndroidRuntime: Process: com.android.systemui, PID: 3835
  421. 01-01 00:43:27.570 3835 3835 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  422. --------- beginning of main
  423. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'SLIM RX6 MUX' doesn't exist - skipping
  424. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'SLIM RX7 MUX' doesn't exist - skipping
  425. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'RX7 MIX1 INP2' doesn't exist - skipping
  426. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'RX7 MIX1 INP1' doesn't exist - skipping
  427. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'RX6 MIX1 INP2' doesn't exist - skipping
  428. 01-01 00:43:29.541 4044 4044 E audio_route: Control 'RX6 MIX1 INP1' doesn't exist - skipping
  429. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'RX5 MIX1 INP2' doesn't exist - skipping
  430. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'RX5 MIX1 INP1' doesn't exist - skipping
  431. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'RX2 MIX1 INP2' doesn't exist - skipping
  432. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'SLIM TX10 MUX' doesn't exist - skipping
  433. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'SLIM TX9 MUX' doesn't exist - skipping
  434. 01-01 00:43:29.542 4044 4044 E audio_route: Control 'SLIM TX8 MUX' doesn't exist - skipping
  435. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'SLIM TX7 MUX' doesn't exist - skipping
  436. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'SLIM TX6 MUX' doesn't exist - skipping
  437. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC10 MUX' doesn't exist - skipping
  438. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC9 MUX' doesn't exist - skipping
  439. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC8 MUX' doesn't exist - skipping
  440. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC7 MUX' doesn't exist - skipping
  441. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC6 MUX' doesn't exist - skipping
  442. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'DEC5 MUX' doesn't exist - skipping
  443. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'VEQ Enable' doesn't exist - skipping
  444. 01-01 00:43:29.543 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  445. 01-01 00:43:29.548 4044 4044 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  446. 01-01 00:43:29.549 4044 4044 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  447. 01-01 00:43:29.555 4044 4044 E audio_route: Control 'Main Mic Delay' doesn't exist - skipping
  448. 01-01 00:43:29.556 4044 4044 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein1-NS-mic'
  449. 01-01 00:43:29.557 4044 4044 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein2-NS-mic'
  450. 01-01 00:43:29.558 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  451. 01-01 00:43:29.558 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  452. 01-01 00:43:29.559 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  453. 01-01 00:43:29.559 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  454. 01-01 00:43:29.559 4044 4044 E audio_route: unknown enum value string POS_2_DB for ctl EAR PA Gain
  455. 01-01 00:43:29.562 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  456. 01-01 00:43:29.562 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  457. 01-01 00:43:29.563 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  458. 01-01 00:43:29.563 4044 4044 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  459. 01-01 00:43:29.564 4044 4044 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-handset'
  460. 01-01 00:43:29.564 4044 4044 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-speaker'
  461. 01-01 00:43:29.583 4045 4045 E mm-camera-intf: mm_camera_open: begin
  462. 01-01 00:43:29.583 4045 4045 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
  463. 01-01 00:43:29.583 379 379 E mm-camera: main: HAL event call
  464. 01-01 00:43:29.583 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  465. 01-01 00:43:29.583 379 379 E mm-camera: server_process_hal_event: new session __debug__
  466. 01-01 00:43:29.583 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  467. 01-01 00:43:29.584 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  468. 01-01 00:43:29.584 379 379 E mm-camera-sensor:
  469. 01-01 00:43:29.585 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev1
  470. 01-01 00:43:29.585 379 379 E mm-camera-sensor:
  471. 01-01 00:43:29.586 4044 4044 E ACDB-LOADER: Error: ACDB get asm topologies returned = -18
  472. 01-01 00:43:29.588 4044 4044 E msm8974_platform: find_index: Could not find index for name = SND_DEVICE_IN_VOICE_REC_HEADSET_MIC
  473. 01-01 00:43:29.588 4044 4044 E platform_info: process_device_name: Device SND_DEVICE_IN_VOICE_REC_HEADSET_MIC in /system/etc/audio_platform_info.xml not found, no alias set!
  474. 01-01 00:43:29.591 4044 4044 E audio_hw_primary: Amplifier initialization failed
  475. 01-01 00:43:29.593 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev3
  476. 01-01 00:43:29.594 379 379 E mm-camera-sensor: sensor_load_library:82 s5k6b2yx : load from phone
  477. 01-01 00:43:29.595 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 1
  478. 01-01 00:43:29.595 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  479. 01-01 00:43:29.595 379 379 E mm-camera-sensor: sensor_init:467 60hz
  480. 01-01 00:43:29.618 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:s5k6b2yx, 2
  481. 01-01 00:43:29.618 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  482. 01-01 00:43:29.618 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  483. 01-01 00:43:29.618 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  484. 01-01 00:43:29.618 379 379 E mm-camera-sensor:
  485. 01-01 00:43:29.618 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  486. 01-01 00:43:29.618 379 379 E mm-camera-sensor:
  487. 01-01 00:43:29.619 4044 4044 E audio_route: unable to find path 'echo-reference'
  488. 01-01 00:43:29.619 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=3, module=0xb671a1a0
  489. 01-01 00:43:29.619 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=196608
  490. 01-01 00:43:29.619 4044 4044 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  491. 01-01 00:43:29.619 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  492. 01-01 00:43:29.620 379 379 E mm-camera: stats_port_init: E
  493. 01-01 00:43:29.620 379 379 E mm-camera: stats_port_init: X
  494. 01-01 00:43:29.621 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 3
  495. 01-01 00:43:29.632 4044 4044 E audio_route: unable to find path 'echo-reference'
  496. 01-01 00:43:29.632 4044 4044 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  497. 01-01 00:43:29.638 4044 4044 E audio_route: unable to find path 'low-latency-record'
  498. 01-01 00:43:29.638 4044 4044 E audio_route: unable to find path 'low-latency-record'
  499. 01-01 00:43:29.646 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  500. 01-01 00:43:29.646 379 4082 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  501. 01-01 00:43:29.646 379 379 E mm-camera: cpp_module_start_session:318, info: session 3 started.
  502. 01-01 00:43:29.646 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 3
  503. 01-01 00:43:29.649 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  504. 01-01 00:43:29.650 4044 4044 E audio_hw_primary: adev_open_output_stream: Primary output is already opened
  505. 01-01 00:43:29.652 379 379 E mm-camera: c2d_module_start_session:278, info: session 3 started.
  506. 01-01 00:43:29.652 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  507. 01-01 00:43:29.652 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  508. 01-01 00:43:29.652 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x3, module=0xb671a1a0
  509. 01-01 00:43:29.652 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=196608
  510. 01-01 00:43:29.652 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  511. 01-01 00:43:29.652 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 3
  512. 01-01 00:43:29.652 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 3
  513. 01-01 00:43:29.652 379 379 E mm-camera: aec_load_function: loading QTI front algorithm
  514. 01-01 00:43:29.652 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 3
  515. 01-01 00:43:29.652 379 4083 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  516. 01-01 00:43:29.653 4044 4044 E AudioFlinger: not enough memory for pipe buffer size=24576
  517. 01-01 00:43:29.656 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=196608
  518. 01-01 00:43:29.657 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x30000
  519. 01-01 00:43:29.657 379 379 E mm-camera: awb_load_function: loading QTI front algorithm
  520. 01-01 00:43:29.657 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=196608
  521. 01-01 00:43:29.657 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x30000
  522. 01-01 00:43:29.657 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  523. 01-01 00:43:29.663 4044 4044 E RadioService: couldn't load radio module radio.primary (No such file or directory)
  524. 01-01 00:43:29.664 4044 4044 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
  525. 01-01 00:43:29.665 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  526. 01-01 00:43:29.665 379 379 E mm-camera: main: return true, return type 0
  527. 01-01 00:43:29.665 4045 4045 E mm-camera-intf: mm_camera_open: opened, break out while loop
  528. 01-01 00:43:29.665 4045 4045 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  529. 01-01 00:43:29.667 379 379 E mm-camera: main: return true, return type 1
  530. 01-01 00:43:29.671 379 4087 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  531. 01-01 00:43:29.671 379 4087 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  532. 01-01 00:43:29.671 379 4088 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  533. 01-01 00:43:29.671 379 4088 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  534. 01-01 00:43:29.672 379 379 E mm-camera: main: return true, return type 1
  535. 01-01 00:43:29.672 379 4087 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  536. 01-01 00:43:29.672 379 379 E mm-camera: main: HAL event call
  537. 01-01 00:43:29.672 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  538. 01-01 00:43:29.672 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  539. 01-01 00:43:29.672 379 4090 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  540. 01-01 00:43:29.672 379 379 E mm-camera: main: return true, return type 0
  541. 01-01 00:43:29.673 379 379 E mm-camera: main: return true, return type 1
  542. 01-01 00:43:29.673 379 379 E mm-camera: main: return true, return type 1
  543. 01-01 00:43:29.673 379 379 E mm-camera: main: HAL event call
  544. 01-01 00:43:29.673 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  545. 01-01 00:43:29.673 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  546. 01-01 00:43:29.674 379 4090 E mm-camera: mct_pipeline_process_set:command=800000b
  547. 01-01 00:43:29.674 379 4090 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  548. 01-01 00:43:29.674 379 379 E mm-camera: main: return true, return type 0
  549. 01-01 00:43:29.674 379 379 E mm-camera: main: HAL event call
  550. 01-01 00:43:29.674 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  551. 01-01 00:43:29.674 379 379 E mm-camera: server_process_hal_event: delete session
  552. 01-01 00:43:29.674 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  553. 01-01 00:43:29.674 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  554. 01-01 00:43:29.674 379 379 E mm-camera: tv_sec = 1388537010 tv_nsec = 674551000
  555. 01-01 00:43:29.674 379 4095 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  556. 01-01 00:43:29.674 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  557. 01-01 00:43:29.674 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  558. 01-01 00:43:29.674 379 4095 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  559. 01-01 00:43:29.674 379 4095 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  560. 01-01 00:43:29.674 379 4095 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  561. 01-01 00:43:29.684 379 4095 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  562. 01-01 00:43:29.684 379 4095 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  563. 01-01 00:43:29.684 379 4095 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  564. 01-01 00:43:29.684 379 4095 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  565. 01-01 00:43:29.684 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  566. 01-01 00:43:29.684 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  567. 01-01 00:43:29.684 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  568. 01-01 00:43:29.684 379 4095 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  569. 01-01 00:43:29.684 379 4095 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  570. 01-01 00:43:29.684 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  571. 01-01 00:43:29.684 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  572. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  573. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  574. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  575. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  576. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  577. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  578. 01-01 00:43:29.685 379 4095 E mm-camera: isp_thread_async_task_stop: X, session_id = 3
  579. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  580. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  581. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  582. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  583. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: list =0xb4e7f230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  584. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  585. 01-01 00:43:29.685 379 4095 E mm-camera: stats_port_deinit: E
  586. 01-01 00:43:29.685 379 4095 E mm-camera: stats_port_deinit: __dbg private free
  587. 01-01 00:43:29.685 379 4095 E mm-camera: stats_port_deinit: X
  588. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  589. 01-01 00:43:29.685 379 4095 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb5103580
  590. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  591. 01-01 00:43:29.685 379 4095 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  592. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  593. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  594. 01-01 00:43:29.685 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  595. 01-01 00:43:29.685 379 4095 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  596. 01-01 00:43:29.685 379 4095 E mm-camera: cpp_module_stop_session:335, info: stopping session 3 ...
  597. 01-01 00:43:29.686 379 4082 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  598. 01-01 00:43:29.689 379 4095 E mm-camera: cpp_module_stop_session:366, info: session 3 stopped.
  599. 01-01 00:43:29.689 379 4095 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  600. 01-01 00:43:29.689 379 4095 E mm-camera: c2d_module_stop_session:295, info: stopping session 3 ...
  601. 01-01 00:43:29.690 379 4095 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  602. 01-01 00:43:29.690 379 4095 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  603. 01-01 00:43:29.690 379 4083 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  604. 01-01 00:43:29.690 379 4095 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  605. 01-01 00:43:29.690 379 4095 E mm-camera: c2d_module_stop_session:334, info: session 3 stopped.
  606. 01-01 00:43:29.690 379 4087 E mm-camera-img: module_imglib_msg_thread:124] X
  607. 01-01 00:43:29.690 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  608. 01-01 00:43:29.690 379 4095 E mm-camera: mct_pipeline_modules_stop: E __debug__
  609. 01-01 00:43:29.690 379 4095 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  610. 01-01 00:43:29.690 379 4088 E mm-camera-img: module_imglib_msg_thread:124] X
  611. 01-01 00:43:29.691 379 4095 E mm-camera: mct_pipeline_modules_stop: X __debug__
  612. 01-01 00:43:29.691 379 4095 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  613. 01-01 00:43:29.691 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  614. 01-01 00:43:29.691 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  615. 01-01 00:43:29.691 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  616. 01-01 00:43:29.691 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  617. 01-01 00:43:29.691 379 379 E mm-camera: main: return true, return type 0
  618. 01-01 00:43:29.691 4045 4045 E mm-camera-intf: mm_camera_open: begin
  619. 01-01 00:43:29.691 4045 4045 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  620. 01-01 00:43:29.691 379 379 E mm-camera: main: HAL event call
  621. 01-01 00:43:29.691 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  622. 01-01 00:43:29.691 379 379 E mm-camera: server_process_hal_event: new session __debug__
  623. 01-01 00:43:29.691 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  624. 01-01 00:43:29.692 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  625. 01-01 00:43:29.692 379 379 E mm-camera-sensor:
  626. 01-01 00:43:29.692 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  627. 01-01 00:43:29.692 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  628. 01-01 00:43:29.692 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  629. 01-01 00:43:29.692 379 379 E mm-camera-sensor:
  630. 01-01 00:43:29.701 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  631. 01-01 00:43:29.702 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  632. 01-01 00:43:29.702 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  633. 01-01 00:43:29.702 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  634. 01-01 00:43:29.702 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  635. 01-01 00:43:29.703 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  636. 01-01 00:43:29.703 379 379 E mm-camera-sensor: sensor_init:467 60hz
  637. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  638. 01-01 00:43:29.728 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  639. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  640. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  641. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  642. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  643. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  644. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  645. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  646. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  647. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  648. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  649. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  650. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  651. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  652. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  653. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  654. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  655. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  656. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  657. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  658. 01-01 00:43:29.728 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  659. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  660. 01-01 00:43:29.728 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  661. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  662. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  663. 01-01 00:43:29.728 379 379 E mm-camera-sensor:
  664. 01-01 00:43:29.728 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  665. 01-01 00:43:29.728 379 379 E mm-camera-sensor:
  666. 01-01 00:43:29.729 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  667. 01-01 00:43:29.729 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  668. 01-01 00:43:29.729 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  669. 01-01 00:43:29.730 379 379 E mm-camera: stats_port_init: E
  670. 01-01 00:43:29.730 379 379 E mm-camera: stats_port_init: X
  671. 01-01 00:43:29.730 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  672. 01-01 00:43:29.756 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  673. 01-01 00:43:29.756 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  674. 01-01 00:43:29.756 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  675. 01-01 00:43:29.756 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  676. 01-01 00:43:29.756 379 4102 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  677. 01-01 00:43:29.759 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  678. 01-01 00:43:29.759 379 4101 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  679. 01-01 00:43:29.759 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  680. 01-01 00:43:29.759 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  681. 01-01 00:43:29.759 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  682. 01-01 00:43:29.759 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  683. 01-01 00:43:29.759 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  684. 01-01 00:43:29.759 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  685. 01-01 00:43:29.759 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  686. 01-01 00:43:29.759 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  687. 01-01 00:43:29.759 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  688. 01-01 00:43:29.761 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  689. 01-01 00:43:29.761 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  690. 01-01 00:43:29.761 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  691. 01-01 00:43:29.761 379 4103 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  692. 01-01 00:43:29.761 379 4103 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  693. 01-01 00:43:29.762 379 4104 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  694. 01-01 00:43:29.762 379 4104 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  695. 01-01 00:43:29.762 379 4103 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  696. 01-01 00:43:29.763 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  697. 01-01 00:43:29.763 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  698. 01-01 00:43:29.763 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  699. 01-01 00:43:29.764 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  700. 01-01 00:43:29.764 379 379 E mm-camera: main: return true, return type 0
  701. 01-01 00:43:29.764 4045 4045 E mm-camera-intf: mm_camera_open: opened, break out while loop
  702. 01-01 00:43:29.764 4045 4045 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  703. 01-01 00:43:29.765 379 379 E mm-camera: main: return true, return type 1
  704. 01-01 00:43:29.769 379 379 E mm-camera: main: return true, return type 1
  705. 01-01 00:43:29.769 379 379 E mm-camera: main: HAL event call
  706. 01-01 00:43:29.769 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  707. 01-01 00:43:29.769 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  708. 01-01 00:43:29.770 379 4105 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  709. 01-01 00:43:29.770 379 379 E mm-camera: main: return true, return type 0
  710. 01-01 00:43:29.770 379 379 E mm-camera: main: return true, return type 1
  711. 01-01 00:43:29.770 379 379 E mm-camera: main: return true, return type 1
  712. 01-01 00:43:29.771 379 379 E mm-camera: main: HAL event call
  713. 01-01 00:43:29.771 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  714. 01-01 00:43:29.771 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  715. 01-01 00:43:29.771 379 4105 E mm-camera: mct_pipeline_process_set:command=800000b
  716. 01-01 00:43:29.771 379 4105 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  717. 01-01 00:43:29.771 379 379 E mm-camera: main: return true, return type 0
  718. 01-01 00:43:29.771 379 379 E mm-camera: main: HAL event call
  719. 01-01 00:43:29.771 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  720. 01-01 00:43:29.771 379 379 E mm-camera: server_process_hal_event: delete session
  721. 01-01 00:43:29.771 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  722. 01-01 00:43:29.771 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  723. 01-01 00:43:29.772 379 379 E mm-camera: tv_sec = 1388537010 tv_nsec = 771977000
  724. 01-01 00:43:29.772 379 4109 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  725. 01-01 00:43:29.772 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  726. 01-01 00:43:29.772 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  727. 01-01 00:43:29.772 379 4109 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  728. 01-01 00:43:29.772 379 4109 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  729. 01-01 00:43:29.772 379 4109 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 988=
  730. 01-01 00:43:29.772 379 4109 E mm-camera-sensor: af_actuator_sw_landing:624 af_actuator_sw_landing: E1
  731. 01-01 00:43:29.772 379 4109 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  732. 01-01 00:43:29.787 379 4109 E mm-camera-sensor: actuator_close:824 actuator_close: X
  733. 01-01 00:43:29.787 379 4109 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  734. 01-01 00:43:29.788 379 4109 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  735. 01-01 00:43:29.788 379 4109 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  736. 01-01 00:43:29.788 379 4109 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  737. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  738. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  739. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  740. 01-01 00:43:29.788 379 4109 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  741. 01-01 00:43:29.788 379 4109 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  742. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  743. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  744. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  745. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  746. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  747. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  748. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  749. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  750. 01-01 00:43:29.788 379 4109 E mm-camera: isp_thread_async_task_stop: X, session_id = 2
  751. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  752. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  753. 01-01 00:43:29.788 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  754. 01-01 00:43:29.788 379 4109 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  755. 01-01 00:43:29.788 379 4109 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  756. 01-01 00:43:29.788 379 4109 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  757. 01-01 00:43:29.789 379 4109 E mm-camera: stats_port_deinit: E
  758. 01-01 00:43:29.789 379 4109 E mm-camera: stats_port_deinit: __dbg private free
  759. 01-01 00:43:29.789 379 4109 E mm-camera: stats_port_deinit: X
  760. 01-01 00:43:29.789 379 4109 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  761. 01-01 00:43:29.789 379 4109 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb61031c0
  762. 01-01 00:43:29.789 379 4109 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  763. 01-01 00:43:29.789 379 4109 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  764. 01-01 00:43:29.789 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  765. 01-01 00:43:29.789 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  766. 01-01 00:43:29.789 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  767. 01-01 00:43:29.789 379 4109 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  768. 01-01 00:43:29.789 379 4109 E mm-camera: cpp_module_stop_session:335, info: stopping session 2 ...
  769. 01-01 00:43:29.789 379 4101 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  770. 01-01 00:43:29.793 379 4109 E mm-camera: cpp_module_stop_session:366, info: session 2 stopped.
  771. 01-01 00:43:29.793 379 4109 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  772. 01-01 00:43:29.793 379 4109 E mm-camera: c2d_module_stop_session:295, info: stopping session 2 ...
  773. 01-01 00:43:29.793 379 4109 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  774. 01-01 00:43:29.793 379 4109 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  775. 01-01 00:43:29.793 379 4102 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  776. 01-01 00:43:29.793 379 4109 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  777. 01-01 00:43:29.794 379 4109 E mm-camera: c2d_module_stop_session:334, info: session 2 stopped.
  778. 01-01 00:43:29.794 379 4103 E mm-camera-img: module_imglib_msg_thread:124] X
  779. 01-01 00:43:29.794 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  780. 01-01 00:43:29.794 379 4109 E mm-camera: mct_pipeline_modules_stop: E __debug__
  781. 01-01 00:43:29.794 379 4109 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  782. 01-01 00:43:29.794 379 4104 E mm-camera-img: module_imglib_msg_thread:124] X
  783. 01-01 00:43:29.794 379 4109 E mm-camera: mct_pipeline_modules_stop: X __debug__
  784. 01-01 00:43:29.794 379 4109 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  785. 01-01 00:43:29.794 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  786. 01-01 00:43:29.794 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  787. 01-01 00:43:29.794 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  788. 01-01 00:43:29.794 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  789. 01-01 00:43:29.794 379 379 E mm-camera: main: return true, return type 0
  790. 01-01 00:43:29.801 4045 4045 E mm-camera-intf: mm_camera_open: begin
  791. 01-01 00:43:29.801 4045 4045 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  792. 01-01 00:43:29.801 379 379 E mm-camera: main: HAL event call
  793. 01-01 00:43:29.801 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  794. 01-01 00:43:29.801 379 379 E mm-camera: server_process_hal_event: new session __debug__
  795. 01-01 00:43:29.801 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  796. 01-01 00:43:29.802 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  797. 01-01 00:43:29.802 379 379 E mm-camera-sensor:
  798. 01-01 00:43:29.802 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  799. 01-01 00:43:29.802 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  800. 01-01 00:43:29.802 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  801. 01-01 00:43:29.802 379 379 E mm-camera-sensor:
  802. 01-01 00:43:29.811 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  803. 01-01 00:43:29.811 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  804. 01-01 00:43:29.812 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  805. 01-01 00:43:29.812 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  806. 01-01 00:43:29.812 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  807. 01-01 00:43:29.813 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  808. 01-01 00:43:29.813 379 379 E mm-camera-sensor: sensor_init:467 60hz
  809. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  810. 01-01 00:43:29.838 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  811. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  812. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  813. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  814. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  815. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  816. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  817. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  818. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  819. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  820. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  821. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  822. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  823. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  824. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  825. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  826. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  827. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  828. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  829. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  830. 01-01 00:43:29.838 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  831. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  832. 01-01 00:43:29.838 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  833. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  834. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  835. 01-01 00:43:29.838 379 379 E mm-camera-sensor:
  836. 01-01 00:43:29.838 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  837. 01-01 00:43:29.838 379 379 E mm-camera-sensor:
  838. 01-01 00:43:29.840 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  839. 01-01 00:43:29.840 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  840. 01-01 00:43:29.840 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  841. 01-01 00:43:29.841 379 379 E mm-camera: stats_port_init: E
  842. 01-01 00:43:29.841 379 379 E mm-camera: stats_port_init: X
  843. 01-01 00:43:29.841 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  844. 01-01 00:43:29.865 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  845. 01-01 00:43:29.865 379 4115 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  846. 01-01 00:43:29.865 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  847. 01-01 00:43:29.865 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  848. 01-01 00:43:29.866 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  849. 01-01 00:43:29.868 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  850. 01-01 00:43:29.869 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  851. 01-01 00:43:29.869 379 4118 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  852. 01-01 00:43:29.869 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  853. 01-01 00:43:29.869 379 4118 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  854. 01-01 00:43:29.869 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  855. 01-01 00:43:29.869 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  856. 01-01 00:43:29.869 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  857. 01-01 00:43:29.869 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  858. 01-01 00:43:29.869 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  859. 01-01 00:43:29.869 379 4118 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  860. 01-01 00:43:29.869 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  861. 01-01 00:43:29.869 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  862. 01-01 00:43:29.869 379 4119 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  863. 01-01 00:43:29.869 379 4119 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  864. 01-01 00:43:29.871 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  865. 01-01 00:43:29.871 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  866. 01-01 00:43:29.871 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  867. 01-01 00:43:29.872 379 4116 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  868. 01-01 00:43:29.872 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  869. 01-01 00:43:29.873 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  870. 01-01 00:43:29.873 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  871. 01-01 00:43:29.873 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  872. 01-01 00:43:29.873 379 379 E mm-camera: main: return true, return type 0
  873. 01-01 00:43:29.873 4045 4045 E mm-camera-intf: mm_camera_open: opened, break out while loop
  874. 01-01 00:43:29.874 4045 4045 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  875. 01-01 00:43:29.878 4045 4045 E mm-jpeg-intf: mm_jpeg_init:1771] Launch jobmgr thread rc 0
  876. 01-01 00:43:29.879 4045 4045 E qomx_image_core: OMX_Init:94] Complete 2
  877. 01-01 00:43:29.881 379 379 E mm-camera: main: return true, return type 1
  878. 01-01 00:43:29.882 379 379 E mm-camera: main: return true, return type 1
  879. 01-01 00:43:29.883 4045 4045 E QCameraParameters: int32_t qcamera::QCameraParameters::setExposureCompensation(int) : Setting Exposure Compensation = 0
  880. 01-01 00:43:29.883 4045 4045 E QCameraParameters:
  881. 01-01 00:43:29.883 4045 4045 E QCameraParameters: Invalid AntiBanding value:
  882. 01-01 00:43:29.885 379 379 E mm-camera: main: HAL event call
  883. 01-01 00:43:29.885 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  884. 01-01 00:43:29.885 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  885. 01-01 00:43:29.885 379 4120 E mm-camera: mct_pipeline_process_set:command=800000e
  886. 01-01 00:43:29.885 379 379 E mm-camera: main: return true, return type 0
  887. 01-01 00:43:29.892 379 379 E mm-camera: main: HAL event call
  888. 01-01 00:43:29.892 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  889. 01-01 00:43:29.892 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  890. 01-01 00:43:29.892 379 4120 E mm-camera: mct_pipeline_process_set:command=800000e
  891. 01-01 00:43:29.892 379 379 E mm-camera: main: return true, return type 0
  892. 01-01 00:43:29.993 379 379 E mm-camera: main: return true, return type 1
  893. 01-01 00:43:29.993 379 379 E mm-camera: main: return true, return type 1
  894. 01-01 00:43:29.994 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2258] E
  895. 01-01 00:43:29.994 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2263]
  896. 01-01 00:43:29.994 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2271]
  897. 01-01 00:43:29.994 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2274]
  898. 01-01 00:43:29.994 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2281] X
  899. 01-01 00:43:29.994 4045 4045 E qomx_image_core: OMX_Deinit:118] Complete
  900. 01-01 00:43:30.575 4043 4043 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
  901. 01-01 00:43:30.846 4043 4043 E FFMPEGSoftCodec: Failed to load FFMPEG plugin: (null)
  902. 01-01 00:43:31.660 4211 4211 E QSEECOMAPI: : Error::Cannot open the file /vendor/firmware/keymaster/keymaster.mdt
  903. 01-01 00:43:31.660 4211 4211 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  904. 01-01 00:43:31.706 4211 4211 E QSEECOMAPI: : Error::Load image request failed ret = -1, errno = 22
  905. 01-01 00:43:31.706 4211 4211 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  906. 01-01 00:43:31.707 4211 4211 E QSEECOMAPI: : Error::Cannot open the file /firmware/image/skeymast.mdt
  907. 01-01 00:43:31.707 4211 4211 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  908. 01-01 00:43:31.707 4211 4211 E QCOMKeyMaster: Loading keymaster app failed
  909. 01-01 00:43:31.707 4211 4211 E keystore: Error opening keystore keymaster0 device.
  910. 01-01 00:43:31.707 4211 4211 E keystore: keystore keymaster could not be initialized; exiting
  911. 01-01 00:43:31.814 364 364 E : eof
  912. 01-01 00:43:31.814 364 364 E : failed to read size
  913. 01-01 00:43:32.740 4230 4230 E art : DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist
  914. 01-01 00:43:33.490 4230 4230 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  915. 01-01 00:43:33.498 364 364 E : invalid apk path '/system/framework/org.cyanogenmod.platform-res.apk' (bad prefix)
  916. 01-01 00:43:34.183 4230 4230 E PackageManager: There should probably be a verifier, but, none were found
  917. 01-01 00:43:34.274 4230 4259 E BatteryStatsService: power: Missing API
  918. 01-01 00:43:34.312 4230 4376 E Sensors : HAL:could not enable timestamp - fclose error
  919. 01-01 00:43:34.349 4046 4046 E Netd : netlink response contains error (File exists)
  920. 01-01 00:43:34.349 4046 4046 E Netd : Can't add IPv4 default route to dummy0: File exists
  921. 01-01 00:43:34.476 4230 4376 E Sensors : alps_io_fd = 132
  922. 01-01 00:43:34.476 4230 4376 E Sensors : GeomagneticSensor: alps_io_fd =132 and ret =0
  923. 01-01 00:43:34.476 4230 4376 E ALPS : Couldn't open ALPS calibration file.
  924. 01-01 00:43:34.477 4230 4376 E Sensors : data filename = /sys/class/input/event5/device/, data_fd=134
  925. 01-01 00:43:34.477 4230 4376 E Sensors : data filename = /sys/class/input/event4/device/, data_fd=135
  926. 01-01 00:43:34.478 4230 4376 E Sensors : HRMSensor_EOL::libhr open failed
  927. 01-01 00:43:34.540 4230 4376 E : Reporting Mode incorrect: sensor CM36686 Light Sensor handle=0x00000010 type=5 actual=0 expected=1
  928. 01-01 00:43:34.882 379 379 E mm-camera: main: HAL event call
  929. 01-01 00:43:34.882 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  930. 01-01 00:43:34.882 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  931. 01-01 00:43:34.883 379 4120 E mm-camera: mct_pipeline_process_set:command=800000b
  932. 01-01 00:43:34.883 379 4120 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  933. 01-01 00:43:34.883 379 379 E mm-camera: main: return true, return type 0
  934. 01-01 00:43:34.883 379 379 E mm-camera: main: HAL event call
  935. 01-01 00:43:34.883 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  936. 01-01 00:43:34.883 379 379 E mm-camera: server_process_hal_event: delete session
  937. 01-01 00:43:34.883 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  938. 01-01 00:43:34.883 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  939. 01-01 00:43:34.884 379 379 E mm-camera: tv_sec = 1388537015 tv_nsec = 884065000
  940. 01-01 00:43:34.885 379 4409 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  941. 01-01 00:43:34.885 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  942. 01-01 00:43:34.885 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  943. 01-01 00:43:34.885 379 4409 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  944. 01-01 00:43:34.885 379 4409 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  945. 01-01 00:43:34.885 379 4409 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 988=
  946. 01-01 00:43:34.885 379 4409 E mm-camera-sensor: af_actuator_sw_landing:624 af_actuator_sw_landing: E1
  947. 01-01 00:43:34.885 379 4409 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  948. 01-01 00:43:34.901 379 4409 E mm-camera-sensor: actuator_close:824 actuator_close: X
  949. 01-01 00:43:34.902 379 4409 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  950. 01-01 00:43:34.902 379 4409 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  951. 01-01 00:43:34.902 379 4409 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  952. 01-01 00:43:34.902 379 4409 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  953. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  954. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  955. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  956. 01-01 00:43:34.902 379 4409 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  957. 01-01 00:43:34.902 379 4409 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  958. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  959. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  960. 01-01 00:43:34.902 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  961. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  962. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  963. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  964. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  965. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  966. 01-01 00:43:34.902 379 4409 E mm-camera: isp_thread_async_task_stop: X, session_id = 2
  967. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  968. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  969. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  970. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  971. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  972. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  973. 01-01 00:43:34.903 379 4409 E mm-camera: stats_port_deinit: E
  974. 01-01 00:43:34.903 379 4409 E mm-camera: stats_port_deinit: __dbg private free
  975. 01-01 00:43:34.903 379 4409 E mm-camera: stats_port_deinit: X
  976. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  977. 01-01 00:43:34.903 379 4409 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6183940
  978. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  979. 01-01 00:43:34.903 379 4409 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  980. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  981. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  982. 01-01 00:43:34.903 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  983. 01-01 00:43:34.903 379 4409 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  984. 01-01 00:43:34.903 379 4409 E mm-camera: cpp_module_stop_session:335, info: stopping session 2 ...
  985. 01-01 00:43:34.903 379 4115 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  986. 01-01 00:43:34.909 379 4409 E mm-camera: cpp_module_stop_session:366, info: session 2 stopped.
  987. 01-01 00:43:34.909 379 4409 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  988. 01-01 00:43:34.909 379 4409 E mm-camera: c2d_module_stop_session:295, info: stopping session 2 ...
  989. 01-01 00:43:34.909 379 4409 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  990. 01-01 00:43:34.910 379 4409 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  991. 01-01 00:43:34.910 379 4116 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  992. 01-01 00:43:34.910 379 4409 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  993. 01-01 00:43:34.910 379 4409 E mm-camera: c2d_module_stop_session:334, info: session 2 stopped.
  994. 01-01 00:43:34.910 379 4118 E mm-camera-img: module_imglib_msg_thread:124] X
  995. 01-01 00:43:34.910 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  996. 01-01 00:43:34.910 379 4409 E mm-camera: mct_pipeline_modules_stop: E __debug__
  997. 01-01 00:43:34.910 379 4409 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  998. 01-01 00:43:34.911 379 4119 E mm-camera-img: module_imglib_msg_thread:124] X
  999. 01-01 00:43:34.911 379 4409 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1000. 01-01 00:43:34.911 379 4409 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  1001. 01-01 00:43:34.911 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  1002. 01-01 00:43:34.911 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  1003. 01-01 00:43:34.911 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  1004. 01-01 00:43:34.911 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  1005. 01-01 00:43:34.911 379 379 E mm-camera: main: return true, return type 0
  1006. 01-01 00:43:34.918 4045 4045 E mm-camera-intf: mm_camera_open: begin
  1007. 01-01 00:43:34.918 4045 4045 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
  1008. 01-01 00:43:34.918 379 379 E mm-camera: main: HAL event call
  1009. 01-01 00:43:34.918 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  1010. 01-01 00:43:34.918 379 379 E mm-camera: server_process_hal_event: new session __debug__
  1011. 01-01 00:43:34.918 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  1012. 01-01 00:43:34.918 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  1013. 01-01 00:43:34.918 379 379 E mm-camera-sensor:
  1014. 01-01 00:43:34.919 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev1
  1015. 01-01 00:43:34.919 379 379 E mm-camera-sensor:
  1016. 01-01 00:43:34.925 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev3
  1017. 01-01 00:43:34.926 379 379 E mm-camera-sensor: sensor_load_library:82 s5k6b2yx : load from phone
  1018. 01-01 00:43:34.927 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 1
  1019. 01-01 00:43:34.927 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  1020. 01-01 00:43:34.927 379 379 E mm-camera-sensor: sensor_init:467 60hz
  1021. 01-01 00:43:34.949 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:s5k6b2yx, 2
  1022. 01-01 00:43:34.949 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1023. 01-01 00:43:34.949 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1024. 01-01 00:43:34.949 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  1025. 01-01 00:43:34.949 379 379 E mm-camera-sensor:
  1026. 01-01 00:43:34.950 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  1027. 01-01 00:43:34.950 379 379 E mm-camera-sensor:
  1028. 01-01 00:43:34.951 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=3, module=0xb671a1a0
  1029. 01-01 00:43:34.951 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=196608
  1030. 01-01 00:43:34.951 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  1031. 01-01 00:43:34.952 379 379 E mm-camera: stats_port_init: E
  1032. 01-01 00:43:34.952 379 379 E mm-camera: stats_port_init: X
  1033. 01-01 00:43:34.952 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 3
  1034. 01-01 00:43:34.979 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  1035. 01-01 00:43:34.979 379 379 E mm-camera: cpp_module_start_session:318, info: session 3 started.
  1036. 01-01 00:43:34.979 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 3
  1037. 01-01 00:43:34.980 379 4412 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  1038. 01-01 00:43:34.981 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  1039. 01-01 00:43:34.983 379 379 E mm-camera: c2d_module_start_session:278, info: session 3 started.
  1040. 01-01 00:43:34.983 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1041. 01-01 00:43:34.983 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1042. 01-01 00:43:34.983 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x3, module=0xb671a1a0
  1043. 01-01 00:43:34.983 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=196608
  1044. 01-01 00:43:34.984 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  1045. 01-01 00:43:34.984 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 3
  1046. 01-01 00:43:34.984 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 3
  1047. 01-01 00:43:34.984 379 379 E mm-camera: aec_load_function: loading QTI front algorithm
  1048. 01-01 00:43:34.984 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 3
  1049. 01-01 00:43:34.986 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=196608
  1050. 01-01 00:43:34.986 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x30000
  1051. 01-01 00:43:34.986 379 379 E mm-camera: awb_load_function: loading QTI front algorithm
  1052. 01-01 00:43:34.988 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=196608
  1053. 01-01 00:43:34.988 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x30000
  1054. 01-01 00:43:34.988 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  1055. 01-01 00:43:34.988 379 4413 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  1056. 01-01 00:43:34.988 379 4415 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1057. 01-01 00:43:34.988 379 4415 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  1058. 01-01 00:43:34.988 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  1059. 01-01 00:43:34.988 379 379 E mm-camera: main: return true, return type 0
  1060. 01-01 00:43:34.988 4045 4045 E mm-camera-intf: mm_camera_open: opened, break out while loop
  1061. 01-01 00:43:34.989 4045 4045 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  1062. 01-01 00:43:34.989 379 4414 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1063. 01-01 00:43:34.989 379 4414 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  1064. 01-01 00:43:34.989 379 4414 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  1065. 01-01 00:43:34.992 4045 4045 E mm-jpeg-intf: mm_jpeg_init:1771] Launch jobmgr thread rc 0
  1066. 01-01 00:43:34.993 4045 4045 E qomx_image_core: OMX_Init:94] Complete 2
  1067. 01-01 00:43:34.997 379 379 E mm-camera: main: return true, return type 1
  1068. 01-01 00:43:34.998 379 379 E mm-camera: main: return true, return type 1
  1069. 01-01 00:43:34.999 4045 4045 E QCameraParameters: int32_t qcamera::QCameraParameters::setExposureCompensation(int) : Setting Exposure Compensation = 0
  1070. 01-01 00:43:34.999 4045 4045 E QCameraParameters:
  1071. 01-01 00:43:34.999 4045 4045 E QCameraParameters: Invalid AntiBanding value:
  1072. 01-01 00:43:35.000 379 379 E mm-camera: main: HAL event call
  1073. 01-01 00:43:35.000 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1074. 01-01 00:43:35.000 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1075. 01-01 00:43:35.001 379 4416 E mm-camera: mct_pipeline_process_set:command=800000e
  1076. 01-01 00:43:35.001 379 379 E mm-camera: main: return true, return type 0
  1077. 01-01 00:43:35.008 379 379 E mm-camera: main: HAL event call
  1078. 01-01 00:43:35.008 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1079. 01-01 00:43:35.008 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1080. 01-01 00:43:35.008 379 4416 E mm-camera: mct_pipeline_process_set:command=800000e
  1081. 01-01 00:43:35.008 379 379 E mm-camera: main: return true, return type 0
  1082. 01-01 00:43:35.109 379 379 E mm-camera: main: return true, return type 1
  1083. 01-01 00:43:35.109 379 379 E mm-camera: main: return true, return type 1
  1084. 01-01 00:43:35.110 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2258] E
  1085. 01-01 00:43:35.110 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2263]
  1086. 01-01 00:43:35.110 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2271]
  1087. 01-01 00:43:35.110 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2274]
  1088. 01-01 00:43:35.110 4045 4045 E mm-jpeg-intf: mm_jpeg_close:2281] X
  1089. 01-01 00:43:35.110 4045 4045 E qomx_image_core: OMX_Deinit:118] Complete
  1090. 01-01 00:43:35.656 4230 4256 E CameraManagerGlobal: Camera service is unavailable
  1091. 01-01 00:43:35.756 4230 4254 E AppIdleHistory: Unable to read app idle file for user 0
  1092. 01-01 00:43:35.853 4230 4428 E EventHub: could not get driver version for /dev/input/mice, Not a typewriter
  1093. 01-01 00:43:36.264 4230 4440 E IpManager.wlan0: Failed to disable IPv6java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No such file or directory)'
  1094. 01-01 00:43:36.486 4230 4230 E WifiLogger: no ring buffers found
  1095. 01-01 00:43:36.486 4230 4230 E WifiLogger: Failed to start packet fate monitoring
  1096. 01-01 00:43:36.551 4230 4230 E WifiService: ensureConcurrencyFile template file doesnt existjava.io.FileNotFoundException: /etc/wifi/wifi_concurrency_cfg.txt (No such file or directory)
  1097. 01-01 00:43:36.583 4230 4230 E IpConfigStore: Error parsing configuration: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory)
  1098. 01-01 00:43:36.598 4449 4449 E QSEECOMAPI: : Error::Cannot open the file /vendor/firmware/keymaster/keymaster.mdt
  1099. 01-01 00:43:36.598 4449 4449 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1100. 01-01 00:43:36.611 4230 4230 E ConnectivityService: Ignoring protectedNetwork 10
  1101. 01-01 00:43:36.611 4230 4230 E ConnectivityService: Ignoring protectedNetwork 11
  1102. 01-01 00:43:36.611 4230 4230 E ConnectivityService: Ignoring protectedNetwork 12
  1103. 01-01 00:43:36.611 4230 4230 E ConnectivityService: Ignoring protectedNetwork 14
  1104. 01-01 00:43:36.611 4230 4230 E ConnectivityService: Ignoring protectedNetwork 15
  1105. 01-01 00:43:36.656 4230 4256 E CameraManagerGlobal: Camera service is unavailable
  1106. 01-01 00:43:36.657 4230 4256 E CameraManagerGlobal: Camera service is unavailable
  1107. 01-01 00:43:36.680 4449 4449 E QSEECOMAPI: : Error::Load image request failed ret = -1, errno = 22
  1108. 01-01 00:43:36.680 4449 4449 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1109. 01-01 00:43:36.681 4449 4449 E QSEECOMAPI: : Error::Cannot open the file /firmware/image/skeymast.mdt
  1110. 01-01 00:43:36.681 4449 4449 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1111. 01-01 00:43:36.681 4449 4449 E QCOMKeyMaster: Loading keymaster app failed
  1112. 01-01 00:43:36.681 4449 4449 E keystore: Error opening keystore keymaster0 device.
  1113. 01-01 00:43:36.681 4449 4449 E keystore: keystore keymaster could not be initialized; exiting
  1114. 01-01 00:43:36.726 4230 4230 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
  1115. 01-01 00:43:36.726 4230 4230 E WallpaperManagerService: Invalid wallpaper data
  1116. 01-01 00:43:36.726 4230 4230 E WallpaperManagerService: Unable to apply new wallpaper
  1117. 01-01 00:43:36.743 4230 4248 E BatteryStatsService: power: Missing API
  1118. 01-01 00:43:36.798 4230 4230 E HardwarePropertiesManagerService-JNI: Couldn't load thermal module (No such file or directory)
  1119. 01-01 00:43:36.824 4230 4230 E ContextHubService: ** Could not load context_hub module : err No such file or directory
  1120. 01-01 00:43:36.949 344 344 E ServiceManager: add_service('profile',6b) uid=1000 - ALREADY REGISTERED, OVERRIDE
  1121. 01-01 00:43:36.966 344 344 E ServiceManager: add_service('cmpartnerinterface',6c) uid=1000 - ALREADY REGISTERED, OVERRIDE
  1122. 01-01 00:43:36.978 344 344 E ServiceManager: add_service('cmhardware',6e) uid=1000 - ALREADY REGISTERED, OVERRIDE
  1123. 01-01 00:43:36.982 4230 4230 E AppSgstMgrService: no app suggest provider found
  1124. 01-01 00:43:36.993 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@de5faee
  1125. 01-01 00:43:36.994 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@f748b8f
  1126. 01-01 00:43:36.995 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@6bf2e1c
  1127. 01-01 00:43:36.996 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@51b5a25
  1128. 01-01 00:43:36.999 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@fbad7fa
  1129. 01-01 00:43:36.999 4230 4230 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@5b851ab
  1130. 01-01 00:43:37.033 4230 4230 E SystemServer: BOOT FAILURE making Lock Settings Service ready
  1131. 01-01 00:43:37.033 4230 4230 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  1132. 01-01 00:43:37.033 4230 4230 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  1133. 01-01 00:43:37.033 4230 4230 E SystemServer: at android.security.keystore.AndroidKeyStoreSpi.engineContainsAlias(AndroidKeyStoreSpi.java:804)
  1134. 01-01 00:43:37.033 4230 4230 E SystemServer: at java.security.KeyStore.containsAlias(KeyStore.java:1056)
  1135. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.server.LockSettingsService.migrateOldData(LockSettingsService.java:594)
  1136. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.server.LockSettingsService.systemReady(LockSettingsService.java:453)
  1137. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1350)
  1138. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  1139. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  1140. 01-01 00:43:37.033 4230 4230 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  1141. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  1142. 01-01 00:43:37.033 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  1143. 01-01 00:43:37.122 4230 4230 E PerformanceManager: System is not ready, dropping profile request
  1144. 01-01 00:43:37.257 4230 4230 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
  1145. 01-01 00:43:37.315 4505 4505 E BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
  1146. 01-01 00:43:37.361 4230 4230 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
  1147. 01-01 00:43:37.362 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  1148. 01-01 00:43:37.362 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  1149. 01-01 00:43:37.362 4230 4230 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
  1150. 01-01 00:43:37.365 4230 4230 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
  1151. 01-01 00:43:37.366 4230 4230 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
  1152. 01-01 00:43:37.367 4230 4230 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
  1153. 01-01 00:43:37.369 4230 4230 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
  1154. 01-01 00:43:37.369 4230 4230 E WallpaperManagerService: Invalid wallpaper data
  1155. 01-01 00:43:37.369 4230 4230 E WallpaperManagerService: Unable to apply new wallpaper
  1156. 01-01 00:43:37.379 4505 4505 E BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
  1157. 01-01 00:43:37.403 4230 4230 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  1158. 01-01 00:43:37.445 4230 4551 E WVMExtractor: Failed to open libwvm.so: dlopen failed: cannot locate symbol "_ZN7android16MediaBufferGroupC1Ev" referenced by "/system/vendor/lib/libwvm.so"...
  1159. 01-01 00:43:37.659 4230 4256 E CameraManagerGlobal: Camera service is unavailable
  1160. 01-01 00:43:37.659 4230 4256 E CameraManagerGlobal: Camera service is unavailable
  1161. 01-01 00:43:37.675 4527 4593 E WVMExtractor: Failed to open libwvm.so: dlopen failed: cannot locate symbol "_ZN7android16MediaBufferGroupC1Ev" referenced by "/system/vendor/lib/libwvm.so"...
  1162. 01-01 00:43:37.710 4521 4600 E ActivityThread: Failed to find provider info for user_dictionary
  1163. 01-01 00:43:37.781 3993 4000 E sdcard : [0] someone stole our marbles!
  1164. 01-01 00:43:37.791 4230 4230 E SystemServer: BOOT FAILURE making Network Managment Service ready
  1165. 01-01 00:43:37.791 4230 4230 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  1166. 01-01 00:43:37.791 4230 4230 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  1167. 01-01 00:43:37.791 4230 4230 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  1168. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  1169. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.NetworkManagementService.prepareNativeDaemon(NetworkManagementService.java:722)
  1170. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:366)
  1171. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1504)
  1172. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  1173. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  1174. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  1175. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  1176. 01-01 00:43:37.791 4230 4230 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  1177. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  1178. 01-01 00:43:37.791 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  1179. 01-01 00:43:38.088 4230 4230 E SystemServer: BOOT FAILURE making Connectivity Service ready
  1180. 01-01 00:43:38.088 4230 4230 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  1181. 01-01 00:43:38.088 4230 4230 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  1182. 01-01 00:43:38.088 4230 4230 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  1183. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  1184. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.ConnectivityService.updateLockdownVpn(ConnectivityService.java:3710)
  1185. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.ConnectivityService.systemReady(ConnectivityService.java:1759)
  1186. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1525)
  1187. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  1188. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  1189. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  1190. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  1191. 01-01 00:43:38.088 4230 4230 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  1192. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  1193. 01-01 00:43:38.088 4230 4230 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  1194. 01-01 00:43:38.118 4230 4230 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  1195. 01-01 00:43:38.118 4230 4230 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.IconCacheManagerService}
  1196. 01-01 00:43:38.120 4230 4230 E BrokerableCMSystemService: No implementation service found
  1197. 01-01 00:43:38.135 4230 4230 E CameraManagerGlobal: Camera service is unavailable
  1198. 01-01 00:43:38.149 4230 4230 E LocSvc_afw: E/get_extension: Invalid interface passed in
  1199. 01-01 00:43:38.165 4230 4230 E LocSvc_afw: E/get_extension: Invalid interface passed in
  1200. 01-01 00:43:38.165 4230 4230 E LocSvc_afw: E/get_extension: Invalid interface passed in
  1201. 01-01 00:43:38.182 4056 4059 E sdcard : [0] someone stole our marbles!
  1202. 01-01 00:43:38.195 4230 4230 E LocationManagerService: no geocoder provider found
  1203. 01-01 00:43:38.219 4230 4230 E qti_ar_hal: hal_init: Sensor1 open failed with error: 5 0
  1204. 01-01 00:43:38.220 4230 4230 E libsensor1: sensor1_write: Error getting socket name fd: 0: Socket operation on non-socket
  1205. 01-01 00:43:38.220 4230 4230 E qti_ar_hal: hal_sam_cmc_send_algo_attrib_req: sensor1_write() error: 3
  1206. 01-01 00:43:38.220 4230 4230 E qti_ar_hal: hal_ar_get_supported_activities_list: CMC attribute request failed
  1207. 01-01 00:43:38.224 4230 4230 E ActivityRecognitionProxy: ServiceWatcher could not start.
  1208. 01-01 00:43:38.355 4230 4645 E LocSvc_LBSProxy: E/virtual void lbs_core::LBSProxy::injectFeatureConfig(loc_core::ContextBase*) const::InjectAdapter::injectFeatureConfig() const:178]: Unrecognized value for GTP CELL Mode. Setting GTP CELL to default mode: BASIC
  1209. 01-01 00:43:38.355 4230 4645 E LocSvc_LBSProxy: E/virtual void lbs_core::LBSProxy::injectFeatureConfig(loc_core::ContextBase*) const::InjectAdapter::injectFeatureConfig() const:197]: Unrecognized value for SAP Mode. Setting SAP to default mode: BASIC
  1210. 01-01 00:43:38.356 4230 4645 E LocSvc_LBSApiV02: E/virtual void lbs_core::LBSApiV02::injectFeatureConfig(lbs_core::e_premium_mode, lbs_core::e_premium_mode):594]: Error : st = 11, ind.status = -1700620823
  1211. 01-01 00:43:38.358 4230 4645 E LocSvc_LBSApiV02: E/virtual void lbs_core::LBSApiV02::injectFeatureConfig(lbs_core::e_premium_mode, lbs_core::e_premium_mode):612]: Error : st = 11, ind.status = -1700620823
  1212. 01-01 00:43:38.449 4230 4430 E VoldConnector: NDC Command {3 volume reset} took too long (1085ms)
  1213. 01-01 00:43:38.484 4230 4699 E ActivityThread: Failed to find provider info for call_log
  1214. 01-01 00:43:38.545 4505 4579 E BluetoothServiceJni: Callback env check fail: env: 0x0, callback: 0xa7c9de60
  1215. 01-01 00:43:38.545 4505 4579 E BluetoothServiceJni: Callback: 'callback_thread_event' is not called on the correct thread
  1216. 01-01 00:43:38.549 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=pass mnc=05 sub_id=-1 bearer_bitmask=0 numeric=20205 name=Vf Internet Corporate mcc=202 apn=internet type=default,supl user=user
  1217. 01-01 00:43:38.611 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=0 numeric=20404 roaming_protocol=IPV4V6 profile_id=0 protocol=IPV4V6 mnc=04 name=LTE - VZW Roaming Internet max_conns_time=300 mcc=204 apn=VZWINTERNET type=default,dun max_conns=1023
  1218. 01-01 00:43:38.621 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=0 numeric=20404 roaming_protocol=IPV4V6 profile_id=3 protocol=IPV4V6 mnc=04 name=LTE - VZW Roaming FOTA max_conns_time=300 mcc=204 apn=VZWADMIN type=fota max_conns=1023
  1219. 01-01 00:43:38.626 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=4096 numeric=20404 roaming_protocol=IPV4V6 profile_id=2 protocol=IPV4V6 mnc=04 name=EHRPD - VZW Roaming IMS max_conns_time=300 mcc=204 apn=VZWIMS type=ims,ia max_conns=1023
  1220. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  1221. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@2bca1ad
  1222. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  1223. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  1224. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  1225. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  1226. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  1227. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  1228. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  1229. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  1230. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  1231. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  1232. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  1233. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  1234. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  1235. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  1236. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  1237. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  1238. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  1239. 01-01 00:43:38.626 4230 4230 E AndroidRuntime: ... 8 more
  1240. 01-01 00:43:38.632 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=4096 mmsc=http://mms.vzwreseller.com/servlets/mms numeric=20404 roaming_protocol=IPV4V6 profile_id=4 protocol=IPV4V6 mnc=04 name=EHRPD - VZW Roaming CBS max_conns_time=300 mcc=204 apn=VZWAPP type=cbs,mms max_conns=1023
  1241. 01-01 00:43:38.650 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20408 mmsc=http://mp.mobiel.kpn/mmsc user= mnc=08 mmsport=5080 proxy= mmsproxy=10.10.100.20 name=Hi Mobiel Internet port= mcc=204 apn=portalmmm.nl type=*
  1242. 01-01 00:43:38.654 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20408 mmsc=http://mp.mobiel.kpn/mmsc authtype=1 user= mnc=08 mmsport=5080 proxy= mmsproxy=10.10.100.20 name=Ortel Internet port= mcc=204 apn=portalmmm.nl type=default,supl,mms
  1243. 01-01 00:43:38.668 364 364 E : eof
  1244. 01-01 00:43:38.669 364 364 E : failed to read size
  1245. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: FATAL EXCEPTION: main
  1246. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: Process: com.android.settings, PID: 4692
  1247. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: java.lang.RuntimeException: Adding window failed
  1248. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:652)
  1249. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
  1250. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
  1251. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3518)
  1252. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2733)
  1253. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  1254. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1478)
  1255. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  1256. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  1257. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6128)
  1258. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  1259. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  1260. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  1261. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: Caused by: android.os.DeadObjectException
  1262. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
  1263. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:615)
  1264. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:828)
  1265. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:640)
  1266. 01-01 00:43:38.678 4692 4692 E AndroidRuntime: ... 12 more
  1267. 01-01 00:43:38.684 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=20601 mmsc=http://mmsc.proximus.be/mms user=mms mnc=01 mmsport=8080 proxy= mmsproxy=10.55.14.75 name=Scarlet MMS port= mcc=206 apn=event.proximus.be type=mms
  1268. 01-01 00:43:38.689 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=20605 name=Voo Mobile mcc=206 apn=telenetwap.be type=default,supl user=
  1269. 01-01 00:43:38.692 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=20605 mmsc=http://mmsc.telenet.be authtype=1 user=mms mnc=05 mmsport=80 proxy= mmsproxy=195.130.149.100 name=Voo MMS port= mcc=206 apn=mms.be type=mms
  1270. 01-01 00:43:38.704 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=base sub_id=-1 bearer_bitmask=0 numeric=20620 mmsc= authtype=1 user=base mnc=20 proxy= name=JIM Mobile Internet port= mcc=206 apn=gprs.base.be type=default,supl
  1271. 01-01 00:43:38.708 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=base sub_id=-1 bearer_bitmask=0 numeric=20620 mmsc=http://mmsc.base.be authtype=1 user=base mnc=20 mmsport=8080 proxy= mmsproxy=217.72.235.1 name=JIM Mobile MMS port= mcc=206 apn=mms.base.be type=mms
  1272. 01-01 00:43:38.708 4527 4527 E AndroidRuntime: FATAL EXCEPTION: main
  1273. 01-01 00:43:38.708 4527 4527 E AndroidRuntime: Process: com.android.systemui, PID: 4527
  1274. 01-01 00:43:38.708 4527 4527 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  1275. 01-01 00:43:38.714 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20801 name=Orange France port= mcc=208 apn=orange type=default,supl user=orange
  1276. 01-01 00:43:38.722 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Carrefour MMS port= mcc=208 apn=orange.acte type=mms
  1277. 01-01 00:43:38.725 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy=192.168.10.100 numeric=20801 name=NRJ WAP port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  1278. 01-01 00:43:38.728 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=NRJ MMS port= mcc=208 apn=orange.acte type=mms
  1279. 01-01 00:43:38.730 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 proxy=192.168.10.100 numeric=20801 name=Tele2 WAP port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  1280. 01-01 00:43:38.733 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Tele2 MMS port= mcc=208 apn=orange.acte type=mms
  1281. 01-01 00:43:38.736 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 proxy=192.168.10.100 numeric=20801 name=Virgin Mobile port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  1282. 01-01 00:43:38.741 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Virgin Mobile MMS port= mcc=208 apn=orange.acte type=mms
  1283. 01-01 00:43:38.749 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr/ user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Web Carrefour port= mcc=208 apn=orange.acte type=mms
  1284. 01-01 00:43:38.755 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=C MMS port= mcc=208 apn=orange.acte type=mms
  1285. 01-01 00:43:38.759 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=NRJ Mobile password=orange sub_id=-1 mvno_type=spn bearer_bitmask=0 numeric=20801 mmsc= authtype=1 user=orange mnc=01 proxy= name=NRJ WEB port= mcc=208 apn=ofnew.fr type=default,supl
  1286. 01-01 00:43:38.761 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=NRJ Mobile password=orange sub_id=-1 mvno_type=spn bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr/ authtype=1 user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=NRJ MMS port= mcc=208 apn=orange.acte type=mms
  1287. 01-01 00:43:38.767 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20802 name=Orange GPRS port= mcc=208 apn=orange.fr type=default,supl user=
  1288. 01-01 00:43:38.772 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20802 name=Orange GPRS ISP port= mcc=208 apn=orange.fr type=default,supl user=
  1289. 01-01 00:43:38.791 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20810 mmsc=http://mms1 user= mnc=10 mmsport=8080 proxy= mmsproxy=10.151.0.1 name=SFR MMS port= mcc=208 apn=mmssfr type=mms
  1290. 01-01 00:43:38.794 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20810 name=SFR port= mcc=208 apn=sl2sfr type=default,supl user=
  1291. 01-01 00:43:38.799 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=10 sub_id=-1 bearer_bitmask=0 numeric=20810 proxy=192.168.21.3 name=Web La Poste port=8080 mcc=208 apn=wapdebitel type=default,supl
  1292. 01-01 00:43:38.815 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy=192.168.21.3 numeric=20810 name=Web La Poste port=8080 mcc=208 apn=wapdebitel type=default,supl user=
  1293. 01-01 00:43:38.860 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=06 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21406 name=INTERNET GPRS port= mcc=214 apn=airtelnet.es type=default,supl user=vodafone
  1294. 01-01 00:43:38.868 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=EUSKALTEL mnc=08 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21408 name=Euskaltel Internet port= mcc=214 apn=internet.euskaltel.mobi type=default,supl user=CLIENTE
  1295. 01-01 00:43:38.870 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=EUSKALTEL sub_id=-1 bearer_bitmask=0 numeric=21408 mmsc=http://mms.euskaltel.mobi user=MMS mnc=08 mmsport=8080 proxy= mmsproxy=172.16.18.74 name=Euskaltel MMS port= mcc=214 apn=euskaltelmms.euskaltel.mobi type=mms
  1296. 01-01 00:43:38.882 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21601 name=Pannon port= mcc=216 apn=net type=default,supl user=
  1297. 01-01 00:43:38.887 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21601 name=Telenor Net port= mcc=216 apn=net type=default,supl user=
  1298. 01-01 00:43:38.894 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21803 name=ERONET MI 200 port= mcc=218 apn=web.eronet.ba type=supl user=
  1299. 01-01 00:43:38.905 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=21902 mmsc=http://mmsc.tele2.hr user= mnc=02 mmsport=8080 proxy= mmsproxy=193.12.40.66 name=Tele2 HR port= mcc=219 apn=wap.tele2.hr type=default,supl,mms
  1300. 01-01 00:43:38.914 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vipmobile sub_id=-1 bearer_bitmask=0 numeric=22005 mmsc=http://mmsc.vipmobile.rs authtype=1 user=vipmobile mnc=05 mmsport=8080 proxy= mmsproxy=212.15.182.82 name=Vip MMS port= mcc=220 apn=vipmobile.mms type=mms
  1301. 01-01 00:43:38.967 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=22601 name=Vodafone RO port= mcc=226 apn=internet.vodafone.ro type=default,supl user=internet.vodafone.ro
  1302. 01-01 00:43:38.977 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=03 sub_id=-1 bearer_bitmask=0 numeric=22603 name=Telekom Romania Broadband mcc=226 apn=broadband type=default,supl
  1303. 01-01 00:43:38.999 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap mnc=01 sub_id=-1 bearer_bitmask=0 proxy=213.151.208.156 numeric=23101 name=Orange World port=8799 mcc=231 apn=orangewap type=default,supl user=wap
  1304. 01-01 00:43:39.005 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=02 sub_id=-1 bearer_bitmask=0 numeric=23102 name=Telekom SK mcc=231 apn=internet type=default,supl
  1305. 01-01 00:43:39.009 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=04 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23104 name=T-Mobile SK port= mcc=231 apn=internet type=default,supl user=
  1306. 01-01 00:43:39.011 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=23104 mmsc=http://mms user=mms mnc=04 mmsport=8080 proxy= mmsproxy=192.168.1.1 name=T-Mobile SK MMS port= mcc=231 apn=mms type=mms
  1307. 01-01 00:43:39.047 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=O2web mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23410 name=O2 WEB port= mcc=234 apn=mobile.o2.co.uk type=default,supl user=O2web
  1308. 01-01 00:43:39.064 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=web mnc=15 sub_id=-1 bearer_bitmask=0 numeric=23415 name=Vodafone Post-pay ISP mcc=234 apn=internet type=default,supl user=web
  1309. 01-01 00:43:39.079 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap sub_id=-1 bearer_bitmask=0 numeric=23415 mmsc=http://mms.vodafone.co.uk/servlets/mms authtype=1 user=wap mnc=15 mmsport=8799 proxy= mmsproxy=212.183.137.12 name=Contract WAP MMS port= mcc=234 apn=wap.vodafone.co.uk type=mms
  1310. 01-01 00:43:39.081 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap mnc=15 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23415 name=Vodafone Pre Pay port= mcc=234 apn=pp.vodafone.co.uk type=default,supl user=wap
  1311. 01-01 00:43:39.084 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap sub_id=-1 bearer_bitmask=0 numeric=23415 mmsc=http://mms.vodafone.co.uk/servlets/mms user=wap mnc=15 mmsport=8799 proxy= mmsproxy=212.183.137.12 name=Vodafone Pre Pay MMS port= mcc=234 apn=pp.vodafone.co.uk type=mms
  1312. 01-01 00:43:39.103 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BT password= sub_id=-1 mvno_type=spn numeric=23430 mmsc= bearer_bitmask=0 user= mnc=30 proxy= name=BT One Phone Internet port= mcc=234 apn=btmobile.bt.com type=default,supl
  1313. 01-01 00:43:39.130 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23455 mmsc=http://mmsc.gprs.cw.com/ user= mnc=55 mmsport=80 proxy= mmsproxy=10.0.3.101 name=Lifestyle MMS port= mcc=234 apn=mms type=mms
  1314. 01-01 00:43:39.138 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms mnc=58 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.manxpronto.net:8002 mmsproxy=195.10.99.46 numeric=23458 name=Manx Telecom Contract MMS mcc=234 apn=mms.manxpronto.net type=mms user=mms
  1315. 01-01 00:43:39.140 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mmsgo mnc=58 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.manxpronto.net:8002 mmsproxy=195.10.99.41 numeric=23458 name=Manx Telecom Prepay MMS mcc=234 apn=mms.prontogo.net type=mms user=mmsgo
  1316. 01-01 00:43:39.143 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=gprs mnc=58 sub_id=-1 bearer_bitmask=0 numeric=23458 name=Manx Telecom Contract WEB mcc=234 apn=web.manxpronto.net type=default,supl user=gprs
  1317. 01-01 00:43:39.152 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=23801 name=Fullrate mcc=238 authtype=3 apn=internet type=default,supl user=
  1318. 01-01 00:43:39.157 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=23801 name=Telmore mcc=238 authtype=3 apn=internet type=default,supl user=
  1319. 01-01 00:43:39.160 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23801 mmsc=http://192.168.241.114:8002 user= mnc=01 mmsport=8080 proxy= mmsproxy=194.182.251.15 name=Telmore MMS port= mcc=238 apn=mms type=mms
  1320. 01-01 00:43:39.165 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23802 mmsc=http://mms.telenor.dk user= mnc=02 mmsport=8080 proxy= mmsproxy=212.88.64.8 name=Onfone MMS port= mcc=238 apn=telenor type=mms
  1321. 01-01 00:43:39.168 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23802 name=CBB GPRS port= mcc=238 apn=internet type=default,supl user=
  1322. 01-01 00:43:39.180 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23810 mmsc=http://192.168.241.114:8002 user= mnc=10 mmsport=8080 proxy= mmsproxy=194.182.251.15 name=M1 MMS GPRS port= mcc=238 apn=mms type=mms
  1323. 01-01 00:43:39.182 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy=194.182.251.15 numeric=23810 name=M1 WAP GPRS port=8080 mcc=238 apn=wap type=default,supl user=
  1324. 01-01 00:43:39.190 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 numeric=23820 name=DLG Tele mcc=238 authtype=3 apn=websp type=default,supl user=
  1325. 01-01 00:43:39.193 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 numeric=23820 name=Waoo Mobil mcc=238 apn=websp type=default,supl user=
  1326. 01-01 00:43:39.196 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23820 mmsc=http://mms.telia.dk user= mnc=20 mmsport=8080 proxy= mmsproxy=193.209.134.131 name=Waoo Mobil MMS port= mcc=238 apn=mmssp type=mms
  1327. 01-01 00:43:39.198 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23820 name=Siminn Internet port= mcc=238 apn=websp type=default,supl user=
  1328. 01-01 00:43:39.201 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23820 mmsc=http://mms.telia.dk user= mnc=20 mmsport=8080 proxy= mmsproxy=193.209.134.131 name=Siminn MMS port= mcc=238 apn=mmssp type=mms
  1329. 01-01 00:43:39.211 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24001 mmsc=http://mmss user= mnc=01 mmsport=80 proxy= mmsproxy=193.209.134.132 name=Halebop MMS port= mcc=240 apn=mms.telia.se type=mms
  1330. 01-01 00:43:39.246 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24008 mmsc=http://mms user= mnc=08 mmsport=8799 proxy= mmsproxy=172.30.253.241 name=Telenor MMS port= mcc=240 apn=services.telenor.se type=mms
  1331. 01-01 00:43:39.250 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24008 mmsc=http://mms user= mnc=08 mmsport=8799 proxy= mmsproxy=172.30.253.241 name=Glocalnet MMS port= mcc=240 apn=services.glocalnet.se type=mms
  1332. 01-01 00:43:39.257 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=10 sub_id=-1 bearer_bitmask=0 numeric=24010 name=Spring data mcc=240 apn=data.springmobil.se type=default,supl
  1333. 01-01 00:43:39.271 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24403 name=Telia ISP GPRS port= mcc=244 apn=internet type=default,supl user=
  1334. 01-01 00:43:39.281 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24405 mmsc= authtype=1 user= mnc=05 proxy= name=Saunalahti Internet port= mcc=244 apn=internet type=default,supl
  1335. 01-01 00:43:39.283 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24405 mmsc=http://mms.elisa.fi authtype=1 user= mnc=05 mmsport=80 proxy= mmsproxy=213.161.41.57 name=Saunalahti MMS port= mcc=244 apn=mms type=mms
  1336. 01-01 00:43:39.300 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=12 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24412 name=Optimi Internet port= mcc=244 apn=internet.dicame.fi type=default,supl user=
  1337. 01-01 00:43:39.304 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24412 mmsc=http://mmsc.dicame.fi user= mnc=12 mmsport=8080 proxy= mmsproxy=10.1.1.15 name=Optimi MMS port= mcc=244 apn=mms.dicame.fi type=mms
  1338. 01-01 00:43:39.307 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=12 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24412 name=Finora Internet port= mcc=244 apn=internet.setera.fi type=default,supl user=
  1339. 01-01 00:43:39.309 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24412 mmsc=http://mmsc.setera.fi user= mnc=12 mmsport=8080 proxy= mmsproxy=10.1.11.2 name=Finora MMS port= mcc=244 apn=mms.setera.fi type=mms
  1340. 01-01 00:43:39.317 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=91 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24491 name=Tele Finland Internet port= mcc=244 apn=internet type=default,supl user=
  1341. 01-01 00:43:39.321 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24491 mmsc=http://mms.sonera.fi:8002 user= mnc=91 mmsport=80 proxy= mmsproxy=195.156.25.33 name=Tele Finland MMS port= mcc=244 apn=wap.sonera.net type=mms
  1342. 01-01 00:43:39.346 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=any mnc=07 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=25007 name=internet port= mcc=250 apn=internet.smarts.ru type=default,supl user=any
  1343. 01-01 00:43:39.376 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=25501 name=Mobile GPRS Internet mcc=255 apn=internet type=default,supl user=
  1344. 01-01 00:43:39.385 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=25503 mmsc=http://mms.kyivstar.net user=mms mnc=03 mmsport=8080 proxy= mmsproxy=10.10.10.10 name=Ace_Base MMS port= mcc=255 apn=mms.kyivstar.net type=mms
  1345. 01-01 00:43:39.391 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=25503 name=Ace_Base port= mcc=255 apn=www.ab.kyivstar.net type=default,supl user=
  1346. 01-01 00:43:39.417 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=eramms sub_id=-1 bearer_bitmask=0 numeric=26002 mmsc=http://mms.era.pl/servlets/mms user=eramms mnc=02 mmsport=8080 mmsproxy=213.158.194.226 name=Era MMS server=* mcc=260 apn=eramms type=mms
  1347. 01-01 00:43:39.420 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=erainternet mnc=02 sub_id=-1 bearer_bitmask=0 numeric=26002 name=Era Internet mcc=260 apn=erainternet type=default,supl user=erainternet
  1348. 01-01 00:43:39.427 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=26002 name=T-Mobile.pl INTERNET port= mcc=260 apn=internet type=default,supl user=
  1349. 01-01 00:43:39.431 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=26002 name=Heyah INTERNET port= mcc=260 apn=heyah.pl type=default,supl user=
  1350. 01-01 00:43:39.435 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=internet mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26003 name=Orange PL mcc=260 apn=internet type=default,supl user=internet
  1351. 01-01 00:43:39.443 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26006 mmsc=http://10.10.28.164/mms/wapenc user= mnc=06 mmsport=8080 proxy= mmsproxy=10.10.25.5 name=Play MMS port= mcc=260 apn=mms type=mms
  1352. 01-01 00:43:39.459 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=blau mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26203 name=blau DE mcc=262 apn=internet.eplus.de type=default,supl user=blau
  1353. 01-01 00:43:39.463 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=internet mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26203 name=E-Plus Internet mcc=262 apn=internet.eplus.de type=default,supl user=eplus
  1354. 01-01 00:43:39.465 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=eplus mnc=03 mmsport=5080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms/eplus/ mmsproxy=212.23.97.153 numeric=26203 name=E-Plus MMS mcc=262 apn=mms.eplus.de type=mms user=mms
  1355. 01-01 00:43:39.477 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=tm sub_id=-1 bearer_bitmask=0 numeric=26206 mmsc=http://mms.t-mobile.de/servlets/mms user=t-mobile mnc=06 mmsport=8008 proxy= mmsproxy=172.28.23.131 name=T-Mobile Internet port= mcc=262 apn=internet.t-mobile type=default,supl,mms
  1356. 01-01 00:43:39.501 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26208 mmsc=http://10.81.0.7:8002 user= mnc=08 mmsport=8080 proxy= mmsproxy=82.113.100.5 name=O2 port= mcc=262 apn=internet type=default,supl,mms
  1357. 01-01 00:43:39.525 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26803 mmsc= authtype=1 user= mnc=03 proxy= name=PT - Optimus Web port= mcc=268 apn=umts type=default,supl
  1358. 01-01 00:43:39.541 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=27201 name=Vodafone IE-ISP port= mcc=272 apn=isp.vodafone.ie type=default,supl user=vodafone
  1359. 01-01 00:43:39.548 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=27201 mmsc=http://www.vodafone.ie/mms user= mnc=01 mmsport=80 proxy= mmsproxy=10.24.59.200 name=Vodafone IE-MMS port= mcc=272 apn=mms.vodafone.net type=mms
  1360. 01-01 00:43:39.559 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=27205 mmsc=http://mms.um.3ireland.ie:10021/mmsc user= mnc=05 mmsport=8799 proxy= mmsproxy=mms.3ireland.ie name=3 Ireland port= mcc=272 apn=3ireland.ie type=default,supl,mms
  1361. 01-01 00:43:39.579 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=28305 mmsc=http://mms.vivacell.am/mmsc user= mnc=05 mmsport=8080 proxy= mmsproxy=83.217.226.72 name=VivaCell MMS port= mcc=283 apn=mms.vivacell.am type=mms
  1362. 01-01 00:43:39.612 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=270 sub_id=-1 bearer_bitmask=0 numeric=302270 name=Eastlink Internet mcc=302 apn=wisp.mobi.eastlink.ca type=default,supl
  1363. 01-01 00:43:39.615 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=270 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mmss.mobi.eastlink.ca numeric=302270 mmsproxy=10.232.12.49 name=Eastlink MMS mcc=302 apn=mms.mobi.eastlink.ca type=mms
  1364. 01-01 00:43:39.619 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=302320 mmsc=http://mms.mobilicity.net user= mnc=320 mmsport=8080 proxy= mmsproxy=10.100.3.4 name=Mobilicity MMS port= mcc=302 apn=mms.davewireless.com type=mms
  1365. 01-01 00:43:39.629 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=490 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=302490 name=Wind CA port= mcc=302 apn=internet.windmobile.ca type=default,supl user=
  1366. 01-01 00:43:39.632 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=302490 mmsc=http://mms.windmobile.ca user= mnc=490 mmsport=8080 proxy= mmsproxy=74.115.197.70 name=Wind CA MMS port= mcc=302 apn=mms.windmobile.ca type=mms
  1367. 01-01 00:43:39.673 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=090 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310090 name=Internet port= mcc=310 apn=isp type=default,supl user=
  1368. 01-01 00:43:39.676 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=310090 mmsc=http://mms.edgemobile.net/mmsc user= mnc=090 mmsport=3128 proxy= mmsproxy=12.108.12.13 name=MMS port= mcc=310 apn=mms type=mms
  1369. 01-01 00:43:39.679 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=310090 mmsc=http://mms.edgemobile.net/mmsc user= mnc=090 mmsport=3128 proxy= mmsproxy=12.108.12.13 name=Edge MMS Prepay port= mcc=310 apn=ppmms type=mms
  1370. 01-01 00:43:39.685 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=100 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310100 name=PLATWEB port= mcc=310 apn=plateauweb type=default,supl user=
  1371. 01-01 00:43:39.691 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV4V6 mnc=120 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV4V6 numeric=310120 name=Sprint EHRPD ota mcc=310 apn=otasn type=fota
  1372. 01-01 00:43:39.695 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV4V6 mnc=120 mmsport=80 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV4V6 mmsc=http://mms.sprintpcs.com numeric=310120 mmsproxy=68.28.31.7 name=Sprint EHRPD internet mcc=310 apn=n.ispsn type=default,mms,supl,hipri
  1373. 01-01 00:43:39.720 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=260 sub_id=-1 bearer_bitmask=0 mmsc=http://wholesale.mmsmvno.com/mms/wapenc numeric=310260 name=UVA Wireless port= mcc=310 apn=wholesale type=default,mms,supl,admin
  1374. 01-01 00:43:39.726 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=260 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.wholesale.mmsmvno.com/mms/wapenc numeric=310260 name=Ready SIM port= mcc=310 apn=wholesale type=default,mms,supl
  1375. 01-01 00:43:39.735 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV6 mnc=260 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV6 numeric=310260 name=Ting Data mcc=310 apn=wholesale type=default,admin,fota,mms,supl,hipri,internet,dun
  1376. 01-01 00:43:39.752 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=410 mmsport=80 sub_id=-1 bearer_bitmask=0 mmsc=http://mmsc.cingular.com mmsproxy=66.209.11.33 numeric=310410 proxy=66.209.11.33 name=Jolt Mobile port=80 mcc=310 apn=att.mvno type=default,mms,supl
  1377. 01-01 00:43:39.789 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=610 sub_id=-1 bearer_bitmask=0 numeric=310610 name=Epic Internet mcc=310 authtype=0 apn=internet.epictouch type=default,supl
  1378. 01-01 00:43:39.798 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=770 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310770 name=iWireless port= mcc=310 apn=i2.iwireless.com type=default,supl user=
  1379. 01-01 00:43:39.844 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=370 sub_id=-1 bearer_bitmask=0 numeric=311370 name=GCI Data mcc=311 apn=web.gci type=default,supl
  1380. 01-01 00:43:39.848 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=370 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=311370 name=GCI Data port= mcc=311 apn=web.gci type=default,supl user=
  1381. 01-01 00:43:39.850 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=311370 mmsc=http://mmsc.gci.csky.us:6672 user= mnc=370 mmsport=9201 proxy= mmsproxy=209.4.229.92 name=GCI MMS port= mcc=311 apn=mms.gci type=mms
  1382. 01-01 00:43:39.900 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=iusacellgsm mnc=050 sub_id=-1 bearer_bitmask=0 numeric=334050 name=Unefon Internet mcc=334 authtype=0 apn=web.iusacellgsm.mx type=default,supl user=iusacellgsm
  1383. 01-01 00:43:39.903 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mmsiusacellgsm mnc=050 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.iusacell3g.com/ numeric=334050 name=Unefon MMS mcc=334 apn=mms.iusacellgsm.mx type=mms user=mmsiusacellgsm
  1384. 01-01 00:43:39.914 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel Haiti Web mcc=338 apn=web type=default,supl user=
  1385. 01-01 00:43:39.918 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel BVI Web mcc=338 apn=web type=default,supl user=
  1386. 01-01 00:43:39.922 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=33805 name=Digicel Cayman MMS mcc=338 apn=wap type=mms user=
  1387. 01-01 00:43:39.926 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel LTE ANTIGUA mcc=338 apn=internet type=default,supl user=
  1388. 01-01 00:43:39.929 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=33805 name=Digicel Antigua MMS mcc=338 apn=wap type=mms user=
  1389. 01-01 00:43:39.932 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel Haiti Web mcc=338 apn=web type=default,supl user=
  1390. 01-01 00:43:39.935 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel BVI Web mcc=338 apn=web type=default,supl user=
  1391. 01-01 00:43:39.940 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=338050 name=Digicel Cayman MMS mcc=338 apn=wap type=mms user=
  1392. 01-01 00:43:39.944 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel LTE ANTIGUA mcc=338 apn=internet type=default,supl user=
  1393. 01-01 00:43:39.947 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=338050 name=Digicel ANTIGUA MMS mcc=338 apn=wap type=mms user=
  1394. 01-01 00:43:39.952 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 numeric=34001 name=Orange web mcc=340 apn=orangeweb type=default,supl user=orange
  1395. 01-01 00:43:39.959 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 numeric=34001 name=Orangeweb mcc=340 apn=orangeweb type=default,supl user=orange
  1396. 01-01 00:43:39.990 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap03oecs mnc=070 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=360070 name=Digicel VC port= mcc=360 apn=wap.digiceloecs.com type=default,supl user=wapoecs
  1397. 01-01 00:43:40.004 379 379 E mm-camera: main: HAL event call
  1398. 01-01 00:43:40.004 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1399. 01-01 00:43:40.004 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1400. 01-01 00:43:40.004 379 4416 E mm-camera: mct_pipeline_process_set:command=800000b
  1401. 01-01 00:43:40.004 379 4416 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  1402. 01-01 00:43:40.005 379 379 E mm-camera: main: return true, return type 0
  1403. 01-01 00:43:40.005 379 379 E mm-camera: main: HAL event call
  1404. 01-01 00:43:40.005 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  1405. 01-01 00:43:40.005 379 379 E mm-camera: server_process_hal_event: delete session
  1406. 01-01 00:43:40.005 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  1407. 01-01 00:43:40.005 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  1408. 01-01 00:43:40.006 379 379 E mm-camera: tv_sec = 1388537021 tv_nsec = 5997000
  1409. 01-01 00:43:40.007 379 4731 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  1410. 01-01 00:43:40.007 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1411. 01-01 00:43:40.007 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  1412. 01-01 00:43:40.007 379 4731 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  1413. 01-01 00:43:40.007 379 4731 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  1414. 01-01 00:43:40.007 379 4731 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  1415. 01-01 00:43:40.016 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=12 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://192.168.210.104/mmrelay.app numeric=37412 mmsproxy=192.168.210.104 name=BMobile MMS mcc=374 apn=mms type=mms
  1416. 01-01 00:43:40.019 379 4731 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  1417. 01-01 00:43:40.019 379 4731 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  1418. 01-01 00:43:40.019 379 4731 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  1419. 01-01 00:43:40.019 379 4731 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  1420. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1421. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1422. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  1423. 01-01 00:43:40.019 379 4731 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  1424. 01-01 00:43:40.019 379 4731 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  1425. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1426. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1427. 01-01 00:43:40.019 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  1428. 01-01 00:43:40.019 379 4731 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  1429. 01-01 00:43:40.019 379 4731 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  1430. 01-01 00:43:40.019 379 4731 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  1431. 01-01 00:43:40.019 379 4731 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  1432. 01-01 00:43:40.020 379 4731 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  1433. 01-01 00:43:40.020 379 4731 E mm-camera: isp_thread_async_task_stop: X, session_id = 3
  1434. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1435. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1436. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  1437. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  1438. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  1439. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  1440. 01-01 00:43:40.020 379 4731 E mm-camera: stats_port_deinit: E
  1441. 01-01 00:43:40.020 379 4731 E mm-camera: stats_port_deinit: __dbg private free
  1442. 01-01 00:43:40.020 379 4731 E mm-camera: stats_port_deinit: X
  1443. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  1444. 01-01 00:43:40.020 379 4731 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6383740
  1445. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  1446. 01-01 00:43:40.020 379 4731 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  1447. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1448. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1449. 01-01 00:43:40.020 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  1450. 01-01 00:43:40.020 379 4731 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  1451. 01-01 00:43:40.020 379 4731 E mm-camera: cpp_module_stop_session:335, info: stopping session 3 ...
  1452. 01-01 00:43:40.020 379 4412 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  1453. 01-01 00:43:40.023 379 4731 E mm-camera: cpp_module_stop_session:366, info: session 3 stopped.
  1454. 01-01 00:43:40.023 379 4731 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  1455. 01-01 00:43:40.023 379 4731 E mm-camera: c2d_module_stop_session:295, info: stopping session 3 ...
  1456. 01-01 00:43:40.023 379 4731 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  1457. 01-01 00:43:40.023 379 4731 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  1458. 01-01 00:43:40.024 379 4413 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  1459. 01-01 00:43:40.024 379 4731 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  1460. 01-01 00:43:40.024 379 4731 E mm-camera: c2d_module_stop_session:334, info: session 3 stopped.
  1461. 01-01 00:43:40.024 379 4414 E mm-camera-img: module_imglib_msg_thread:124] X
  1462. 01-01 00:43:40.026 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1463. 01-01 00:43:40.026 379 4731 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1464. 01-01 00:43:40.026 379 4731 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  1465. 01-01 00:43:40.026 379 4415 E mm-camera-img: module_imglib_msg_thread:124] X
  1466. 01-01 00:43:40.026 379 4731 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1467. 01-01 00:43:40.026 379 4731 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  1468. 01-01 00:43:40.026 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  1469. 01-01 00:43:40.026 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  1470. 01-01 00:43:40.026 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  1471. 01-01 00:43:40.026 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  1472. 01-01 00:43:40.026 379 379 E mm-camera: main: return true, return type 0
  1473. 01-01 00:43:40.068 4043 4043 E Zygote : Exit zygote because system server (4230) has terminated
  1474. 01-01 00:43:40.095 4654 4654 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=09 sub_id=-1 bearer_bitmask=0 numeric=40409 proxy=10.239.221.5 name=Reliance WAP port=8080 mcc=404 apn=rcomwap type=default,supl
  1475. 01-01 00:43:40.250 4735 4735 E : Failed to open libdatactrl, some features may not be present.
  1476. 01-01 00:43:40.250 4735 4735 E : Failed to open libcsm_data, some features may not be present.
  1477. 01-01 00:43:40.514 263 267 E FrameworkListener: read() failed (Connection reset by peer)
  1478. 01-01 00:43:40.542 4733 4733 E audio_route: Control 'SLIM RX6 MUX' doesn't exist - skipping
  1479. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'SLIM RX7 MUX' doesn't exist - skipping
  1480. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX7 MIX1 INP2' doesn't exist - skipping
  1481. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX7 MIX1 INP1' doesn't exist - skipping
  1482. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX6 MIX1 INP2' doesn't exist - skipping
  1483. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX6 MIX1 INP1' doesn't exist - skipping
  1484. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX5 MIX1 INP2' doesn't exist - skipping
  1485. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX5 MIX1 INP1' doesn't exist - skipping
  1486. 01-01 00:43:40.543 4733 4733 E audio_route: Control 'RX2 MIX1 INP2' doesn't exist - skipping
  1487. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'SLIM TX10 MUX' doesn't exist - skipping
  1488. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'SLIM TX9 MUX' doesn't exist - skipping
  1489. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'SLIM TX8 MUX' doesn't exist - skipping
  1490. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'SLIM TX7 MUX' doesn't exist - skipping
  1491. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'SLIM TX6 MUX' doesn't exist - skipping
  1492. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC10 MUX' doesn't exist - skipping
  1493. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC9 MUX' doesn't exist - skipping
  1494. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC8 MUX' doesn't exist - skipping
  1495. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC7 MUX' doesn't exist - skipping
  1496. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC6 MUX' doesn't exist - skipping
  1497. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'DEC5 MUX' doesn't exist - skipping
  1498. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'VEQ Enable' doesn't exist - skipping
  1499. 01-01 00:43:40.544 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1500. 01-01 00:43:40.548 4733 4733 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  1501. 01-01 00:43:40.550 4733 4733 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  1502. 01-01 00:43:40.552 4733 4733 E audio_route: Control 'Main Mic Delay' doesn't exist - skipping
  1503. 01-01 00:43:40.556 4733 4733 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein1-NS-mic'
  1504. 01-01 00:43:40.556 4733 4733 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein2-NS-mic'
  1505. 01-01 00:43:40.558 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1506. 01-01 00:43:40.558 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1507. 01-01 00:43:40.559 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1508. 01-01 00:43:40.559 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1509. 01-01 00:43:40.559 4733 4733 E audio_route: unknown enum value string POS_2_DB for ctl EAR PA Gain
  1510. 01-01 00:43:40.562 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1511. 01-01 00:43:40.562 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1512. 01-01 00:43:40.563 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1513. 01-01 00:43:40.563 4733 4733 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  1514. 01-01 00:43:40.564 4733 4733 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-handset'
  1515. 01-01 00:43:40.564 4734 4734 E mm-camera-intf: mm_camera_open: begin
  1516. 01-01 00:43:40.564 4734 4734 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
  1517. 01-01 00:43:40.564 4733 4733 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-speaker'
  1518. 01-01 00:43:40.564 379 379 E mm-camera: main: HAL event call
  1519. 01-01 00:43:40.564 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  1520. 01-01 00:43:40.564 379 379 E mm-camera: server_process_hal_event: new session __debug__
  1521. 01-01 00:43:40.564 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  1522. 01-01 00:43:40.565 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  1523. 01-01 00:43:40.565 379 379 E mm-camera-sensor:
  1524. 01-01 00:43:40.566 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev1
  1525. 01-01 00:43:40.566 379 379 E mm-camera-sensor:
  1526. 01-01 00:43:40.575 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev3
  1527. 01-01 00:43:40.576 379 379 E mm-camera-sensor: sensor_load_library:82 s5k6b2yx : load from phone
  1528. 01-01 00:43:40.577 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 1
  1529. 01-01 00:43:40.577 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  1530. 01-01 00:43:40.577 379 379 E mm-camera-sensor: sensor_init:467 60hz
  1531. 01-01 00:43:40.586 4733 4733 E ACDB-LOADER: Error: ACDB get asm topologies returned = -18
  1532. 01-01 00:43:40.587 4733 4733 E msm8974_platform: find_index: Could not find index for name = SND_DEVICE_IN_VOICE_REC_HEADSET_MIC
  1533. 01-01 00:43:40.587 4733 4733 E platform_info: process_device_name: Device SND_DEVICE_IN_VOICE_REC_HEADSET_MIC in /system/etc/audio_platform_info.xml not found, no alias set!
  1534. 01-01 00:43:40.589 4733 4733 E audio_hw_primary: Amplifier initialization failed
  1535. 01-01 00:43:40.600 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:s5k6b2yx, 2
  1536. 01-01 00:43:40.600 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1537. 01-01 00:43:40.600 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1538. 01-01 00:43:40.600 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  1539. 01-01 00:43:40.600 379 379 E mm-camera-sensor:
  1540. 01-01 00:43:40.600 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  1541. 01-01 00:43:40.600 379 379 E mm-camera-sensor:
  1542. 01-01 00:43:40.601 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=3, module=0xb671a1a0
  1543. 01-01 00:43:40.601 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=196608
  1544. 01-01 00:43:40.601 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  1545. 01-01 00:43:40.602 379 379 E mm-camera: stats_port_init: E
  1546. 01-01 00:43:40.602 379 379 E mm-camera: stats_port_init: X
  1547. 01-01 00:43:40.602 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 3
  1548. 01-01 00:43:40.622 4733 4733 E audio_route: unable to find path 'echo-reference'
  1549. 01-01 00:43:40.623 4733 4733 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  1550. 01-01 00:43:40.627 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  1551. 01-01 00:43:40.627 379 379 E mm-camera: cpp_module_start_session:318, info: session 3 started.
  1552. 01-01 00:43:40.627 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 3
  1553. 01-01 00:43:40.628 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  1554. 01-01 00:43:40.628 379 4767 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  1555. 01-01 00:43:40.633 379 379 E mm-camera: c2d_module_start_session:278, info: session 3 started.
  1556. 01-01 00:43:40.633 379 4766 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  1557. 01-01 00:43:40.634 379 4768 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1558. 01-01 00:43:40.634 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1559. 01-01 00:43:40.634 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1560. 01-01 00:43:40.634 379 4768 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  1561. 01-01 00:43:40.634 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x3, module=0xb671a1a0
  1562. 01-01 00:43:40.634 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=196608
  1563. 01-01 00:43:40.634 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  1564. 01-01 00:43:40.634 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 3
  1565. 01-01 00:43:40.634 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 3
  1566. 01-01 00:43:40.634 379 4768 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  1567. 01-01 00:43:40.634 379 379 E mm-camera: aec_load_function: loading QTI front algorithm
  1568. 01-01 00:43:40.634 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 3
  1569. 01-01 00:43:40.636 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=196608
  1570. 01-01 00:43:40.636 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x30000
  1571. 01-01 00:43:40.636 379 379 E mm-camera: awb_load_function: loading QTI front algorithm
  1572. 01-01 00:43:40.637 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=196608
  1573. 01-01 00:43:40.637 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x30000
  1574. 01-01 00:43:40.637 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  1575. 01-01 00:43:40.637 379 4769 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1576. 01-01 00:43:40.637 379 4769 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  1577. 01-01 00:43:40.641 4733 4733 E audio_route: unable to find path 'echo-reference'
  1578. 01-01 00:43:40.641 4733 4733 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  1579. 01-01 00:43:40.645 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  1580. 01-01 00:43:40.646 379 379 E mm-camera: main: return true, return type 0
  1581. 01-01 00:43:40.646 4734 4734 E mm-camera-intf: mm_camera_open: opened, break out while loop
  1582. 01-01 00:43:40.646 4734 4734 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  1583. 01-01 00:43:40.647 379 379 E mm-camera: main: return true, return type 1
  1584. 01-01 00:43:40.648 379 379 E mm-camera: main: return true, return type 1
  1585. 01-01 00:43:40.648 379 379 E mm-camera: main: HAL event call
  1586. 01-01 00:43:40.648 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  1587. 01-01 00:43:40.648 379 4770 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  1588. 01-01 00:43:40.648 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  1589. 01-01 00:43:40.648 379 379 E mm-camera: main: return true, return type 0
  1590. 01-01 00:43:40.649 379 379 E mm-camera: main: return true, return type 1
  1591. 01-01 00:43:40.649 4733 4733 E audio_route: unable to find path 'low-latency-record'
  1592. 01-01 00:43:40.649 379 379 E mm-camera: main: return true, return type 1
  1593. 01-01 00:43:40.649 4733 4733 E audio_route: unable to find path 'low-latency-record'
  1594. 01-01 00:43:40.650 379 379 E mm-camera: main: HAL event call
  1595. 01-01 00:43:40.650 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1596. 01-01 00:43:40.650 379 4770 E mm-camera: mct_pipeline_process_set:command=800000b
  1597. 01-01 00:43:40.650 379 4770 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  1598. 01-01 00:43:40.650 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1599. 01-01 00:43:40.650 379 379 E mm-camera: main: return true, return type 0
  1600. 01-01 00:43:40.650 379 379 E mm-camera: main: HAL event call
  1601. 01-01 00:43:40.650 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  1602. 01-01 00:43:40.650 379 379 E mm-camera: server_process_hal_event: delete session
  1603. 01-01 00:43:40.650 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  1604. 01-01 00:43:40.650 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  1605. 01-01 00:43:40.650 379 379 E mm-camera: tv_sec = 1388537021 tv_nsec = 650958000
  1606. 01-01 00:43:40.653 379 4773 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  1607. 01-01 00:43:40.653 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1608. 01-01 00:43:40.653 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  1609. 01-01 00:43:40.653 379 4773 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  1610. 01-01 00:43:40.653 379 4773 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  1611. 01-01 00:43:40.653 379 4773 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  1612. 01-01 00:43:40.661 4733 4733 E audio_hw_primary: adev_open_output_stream: Primary output is already opened
  1613. 01-01 00:43:40.664 379 4773 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  1614. 01-01 00:43:40.664 379 4773 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  1615. 01-01 00:43:40.664 379 4773 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  1616. 01-01 00:43:40.664 379 4773 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  1617. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1618. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1619. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  1620. 01-01 00:43:40.664 379 4773 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  1621. 01-01 00:43:40.664 379 4773 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  1622. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1623. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1624. 01-01 00:43:40.664 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  1625. 01-01 00:43:40.664 379 4773 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  1626. 01-01 00:43:40.664 379 4773 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  1627. 01-01 00:43:40.664 379 4773 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  1628. 01-01 00:43:40.664 379 4773 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  1629. 01-01 00:43:40.665 379 4773 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  1630. 01-01 00:43:40.665 379 4773 E mm-camera: isp_thread_async_task_stop: X, session_id = 3
  1631. 01-01 00:43:40.665 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1632. 01-01 00:43:40.665 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1633. 01-01 00:43:40.665 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  1634. 01-01 00:43:40.665 379 4773 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  1635. 01-01 00:43:40.665 379 4773 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  1636. 01-01 00:43:40.665 379 4773 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  1637. 01-01 00:43:40.665 379 4773 E mm-camera: stats_port_deinit: E
  1638. 01-01 00:43:40.665 379 4773 E mm-camera: stats_port_deinit: __dbg private free
  1639. 01-01 00:43:40.665 379 4773 E mm-camera: stats_port_deinit: X
  1640. 01-01 00:43:40.665 379 4773 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  1641. 01-01 00:43:40.665 379 4773 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb5a83000
  1642. 01-01 00:43:40.666 379 4773 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  1643. 01-01 00:43:40.666 379 4773 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  1644. 01-01 00:43:40.666 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1645. 01-01 00:43:40.666 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1646. 01-01 00:43:40.666 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  1647. 01-01 00:43:40.666 379 4773 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  1648. 01-01 00:43:40.666 379 4773 E mm-camera: cpp_module_stop_session:335, info: stopping session 3 ...
  1649. 01-01 00:43:40.666 379 4766 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  1650. 01-01 00:43:40.667 4733 4733 E AudioFlinger: not enough memory for pipe buffer size=24576
  1651. 01-01 00:43:40.669 379 4773 E mm-camera: cpp_module_stop_session:366, info: session 3 stopped.
  1652. 01-01 00:43:40.669 379 4773 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  1653. 01-01 00:43:40.669 379 4773 E mm-camera: c2d_module_stop_session:295, info: stopping session 3 ...
  1654. 01-01 00:43:40.669 379 4773 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  1655. 01-01 00:43:40.669 379 4773 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  1656. 01-01 00:43:40.669 379 4767 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  1657. 01-01 00:43:40.670 379 4773 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  1658. 01-01 00:43:40.670 379 4773 E mm-camera: c2d_module_stop_session:334, info: session 3 stopped.
  1659. 01-01 00:43:40.670 379 4768 E mm-camera-img: module_imglib_msg_thread:124] X
  1660. 01-01 00:43:40.671 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1661. 01-01 00:43:40.671 379 4773 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1662. 01-01 00:43:40.672 379 4773 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  1663. 01-01 00:43:40.672 379 4769 E mm-camera-img: module_imglib_msg_thread:124] X
  1664. 01-01 00:43:40.672 379 4773 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1665. 01-01 00:43:40.672 379 4773 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  1666. 01-01 00:43:40.672 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  1667. 01-01 00:43:40.672 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  1668. 01-01 00:43:40.672 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  1669. 01-01 00:43:40.672 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  1670. 01-01 00:43:40.672 379 379 E mm-camera: main: return true, return type 0
  1671. 01-01 00:43:40.672 4734 4734 E mm-camera-intf: mm_camera_open: begin
  1672. 01-01 00:43:40.672 4734 4734 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  1673. 01-01 00:43:40.672 379 379 E mm-camera: main: HAL event call
  1674. 01-01 00:43:40.672 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  1675. 01-01 00:43:40.672 379 379 E mm-camera: server_process_hal_event: new session __debug__
  1676. 01-01 00:43:40.672 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  1677. 01-01 00:43:40.673 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  1678. 01-01 00:43:40.673 379 379 E mm-camera-sensor:
  1679. 01-01 00:43:40.674 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  1680. 01-01 00:43:40.674 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  1681. 01-01 00:43:40.674 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  1682. 01-01 00:43:40.674 379 379 E mm-camera-sensor:
  1683. 01-01 00:43:40.680 4733 4733 E RadioService: couldn't load radio module radio.primary (No such file or directory)
  1684. 01-01 00:43:40.682 4733 4733 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
  1685. 01-01 00:43:40.682 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  1686. 01-01 00:43:40.683 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  1687. 01-01 00:43:40.684 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  1688. 01-01 00:43:40.684 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  1689. 01-01 00:43:40.684 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  1690. 01-01 00:43:40.687 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  1691. 01-01 00:43:40.687 379 379 E mm-camera-sensor: sensor_init:467 60hz
  1692. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  1693. 01-01 00:43:40.713 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  1694. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1695. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1696. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  1697. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1698. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1699. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1700. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  1701. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  1702. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1703. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1704. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1705. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  1706. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  1707. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1708. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1709. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1710. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  1711. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  1712. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1713. 01-01 00:43:40.713 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1714. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1715. 01-01 00:43:40.713 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  1716. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  1717. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  1718. 01-01 00:43:40.713 379 379 E mm-camera-sensor:
  1719. 01-01 00:43:40.713 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  1720. 01-01 00:43:40.713 379 379 E mm-camera-sensor:
  1721. 01-01 00:43:40.714 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  1722. 01-01 00:43:40.714 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  1723. 01-01 00:43:40.714 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  1724. 01-01 00:43:40.715 379 379 E mm-camera: stats_port_init: E
  1725. 01-01 00:43:40.715 379 379 E mm-camera: stats_port_init: X
  1726. 01-01 00:43:40.716 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  1727. 01-01 00:43:40.740 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  1728. 01-01 00:43:40.740 379 4787 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  1729. 01-01 00:43:40.740 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  1730. 01-01 00:43:40.740 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  1731. 01-01 00:43:40.740 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  1732. 01-01 00:43:40.740 379 4788 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  1733. 01-01 00:43:40.743 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  1734. 01-01 00:43:40.743 379 4789 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1735. 01-01 00:43:40.743 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1736. 01-01 00:43:40.743 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1737. 01-01 00:43:40.743 379 4789 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  1738. 01-01 00:43:40.743 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  1739. 01-01 00:43:40.743 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  1740. 01-01 00:43:40.743 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  1741. 01-01 00:43:40.743 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  1742. 01-01 00:43:40.743 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  1743. 01-01 00:43:40.743 379 4789 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  1744. 01-01 00:43:40.743 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  1745. 01-01 00:43:40.743 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  1746. 01-01 00:43:40.745 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  1747. 01-01 00:43:40.746 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  1748. 01-01 00:43:40.746 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  1749. 01-01 00:43:40.746 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  1750. 01-01 00:43:40.746 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  1751. 01-01 00:43:40.746 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  1752. 01-01 00:43:40.749 379 4790 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1753. 01-01 00:43:40.749 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  1754. 01-01 00:43:40.749 379 4790 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  1755. 01-01 00:43:40.749 379 379 E mm-camera: main: return true, return type 0
  1756. 01-01 00:43:40.749 4734 4734 E mm-camera-intf: mm_camera_open: opened, break out while loop
  1757. 01-01 00:43:40.749 4734 4734 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  1758. 01-01 00:43:40.750 379 379 E mm-camera: main: return true, return type 1
  1759. 01-01 00:43:40.750 379 379 E mm-camera: main: return true, return type 1
  1760. 01-01 00:43:40.751 379 379 E mm-camera: main: HAL event call
  1761. 01-01 00:43:40.751 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  1762. 01-01 00:43:40.751 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  1763. 01-01 00:43:40.751 379 4791 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  1764. 01-01 00:43:40.751 379 379 E mm-camera: main: return true, return type 0
  1765. 01-01 00:43:40.751 379 379 E mm-camera: main: return true, return type 1
  1766. 01-01 00:43:40.751 379 379 E mm-camera: main: return true, return type 1
  1767. 01-01 00:43:40.755 379 379 E mm-camera: main: HAL event call
  1768. 01-01 00:43:40.755 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1769. 01-01 00:43:40.756 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1770. 01-01 00:43:40.756 379 4791 E mm-camera: mct_pipeline_process_set:command=800000b
  1771. 01-01 00:43:40.756 379 4791 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  1772. 01-01 00:43:40.756 379 379 E mm-camera: main: return true, return type 0
  1773. 01-01 00:43:40.756 379 379 E mm-camera: main: HAL event call
  1774. 01-01 00:43:40.756 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  1775. 01-01 00:43:40.756 379 379 E mm-camera: server_process_hal_event: delete session
  1776. 01-01 00:43:40.756 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  1777. 01-01 00:43:40.756 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  1778. 01-01 00:43:40.756 379 379 E mm-camera: tv_sec = 1388537021 tv_nsec = 756720000
  1779. 01-01 00:43:40.756 379 4794 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  1780. 01-01 00:43:40.756 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1781. 01-01 00:43:40.756 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  1782. 01-01 00:43:40.756 379 4794 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  1783. 01-01 00:43:40.756 379 4794 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  1784. 01-01 00:43:40.756 379 4794 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 988=
  1785. 01-01 00:43:40.756 379 4794 E mm-camera-sensor: af_actuator_sw_landing:624 af_actuator_sw_landing: E1
  1786. 01-01 00:43:40.756 379 4794 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  1787. 01-01 00:43:40.772 379 4794 E mm-camera-sensor: actuator_close:824 actuator_close: X
  1788. 01-01 00:43:40.773 379 4794 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  1789. 01-01 00:43:40.773 379 4794 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  1790. 01-01 00:43:40.773 379 4794 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  1791. 01-01 00:43:40.773 379 4794 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  1792. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1793. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1794. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  1795. 01-01 00:43:40.773 379 4794 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  1796. 01-01 00:43:40.773 379 4794 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  1797. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1798. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1799. 01-01 00:43:40.773 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  1800. 01-01 00:43:40.773 379 4794 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  1801. 01-01 00:43:40.773 379 4794 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  1802. 01-01 00:43:40.774 379 4794 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  1803. 01-01 00:43:40.774 379 4794 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  1804. 01-01 00:43:40.774 379 4794 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  1805. 01-01 00:43:40.774 379 4794 E mm-camera: isp_thread_async_task_stop: X, session_id = 2
  1806. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1807. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1808. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  1809. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  1810. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  1811. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  1812. 01-01 00:43:40.774 379 4794 E mm-camera: stats_port_deinit: E
  1813. 01-01 00:43:40.774 379 4794 E mm-camera: stats_port_deinit: __dbg private free
  1814. 01-01 00:43:40.774 379 4794 E mm-camera: stats_port_deinit: X
  1815. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  1816. 01-01 00:43:40.774 379 4794 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6083040
  1817. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  1818. 01-01 00:43:40.774 379 4794 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  1819. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1820. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1821. 01-01 00:43:40.774 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  1822. 01-01 00:43:40.774 379 4794 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  1823. 01-01 00:43:40.774 379 4794 E mm-camera: cpp_module_stop_session:335, info: stopping session 2 ...
  1824. 01-01 00:43:40.774 379 4787 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  1825. 01-01 00:43:40.777 379 4794 E mm-camera: cpp_module_stop_session:366, info: session 2 stopped.
  1826. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  1827. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_stop_session:295, info: stopping session 2 ...
  1828. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  1829. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  1830. 01-01 00:43:40.778 379 4788 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  1831. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  1832. 01-01 00:43:40.778 379 4794 E mm-camera: c2d_module_stop_session:334, info: session 2 stopped.
  1833. 01-01 00:43:40.778 379 4789 E mm-camera-img: module_imglib_msg_thread:124] X
  1834. 01-01 00:43:40.778 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1835. 01-01 00:43:40.778 379 4794 E mm-camera: mct_pipeline_modules_stop: E __debug__
  1836. 01-01 00:43:40.778 379 4794 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  1837. 01-01 00:43:40.778 379 4790 E mm-camera-img: module_imglib_msg_thread:124] X
  1838. 01-01 00:43:40.779 379 4794 E mm-camera: mct_pipeline_modules_stop: X __debug__
  1839. 01-01 00:43:40.779 379 4794 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  1840. 01-01 00:43:40.779 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  1841. 01-01 00:43:40.779 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  1842. 01-01 00:43:40.779 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  1843. 01-01 00:43:40.779 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  1844. 01-01 00:43:40.779 379 379 E mm-camera: main: return true, return type 0
  1845. 01-01 00:43:40.787 4734 4734 E mm-camera-intf: mm_camera_open: begin
  1846. 01-01 00:43:40.787 4734 4734 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  1847. 01-01 00:43:40.787 379 379 E mm-camera: main: HAL event call
  1848. 01-01 00:43:40.787 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  1849. 01-01 00:43:40.788 379 379 E mm-camera: server_process_hal_event: new session __debug__
  1850. 01-01 00:43:40.788 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  1851. 01-01 00:43:40.788 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  1852. 01-01 00:43:40.788 379 379 E mm-camera-sensor:
  1853. 01-01 00:43:40.788 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  1854. 01-01 00:43:40.789 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  1855. 01-01 00:43:40.789 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  1856. 01-01 00:43:40.789 379 379 E mm-camera-sensor:
  1857. 01-01 00:43:40.797 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  1858. 01-01 00:43:40.799 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  1859. 01-01 00:43:40.801 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  1860. 01-01 00:43:40.801 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  1861. 01-01 00:43:40.801 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  1862. 01-01 00:43:40.802 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  1863. 01-01 00:43:40.802 379 379 E mm-camera-sensor: sensor_init:467 60hz
  1864. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  1865. 01-01 00:43:40.827 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  1866. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1867. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1868. 01-01 00:43:40.827 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  1869. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1870. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1871. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1872. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  1873. 01-01 00:43:40.827 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  1874. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1875. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1876. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1877. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  1878. 01-01 00:43:40.827 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  1879. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1880. 01-01 00:43:40.827 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1881. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1882. 01-01 00:43:40.827 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  1883. 01-01 00:43:40.828 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  1884. 01-01 00:43:40.828 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  1885. 01-01 00:43:40.828 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  1886. 01-01 00:43:40.828 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  1887. 01-01 00:43:40.828 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  1888. 01-01 00:43:40.828 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  1889. 01-01 00:43:40.828 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  1890. 01-01 00:43:40.828 379 379 E mm-camera-sensor:
  1891. 01-01 00:43:40.828 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  1892. 01-01 00:43:40.828 379 379 E mm-camera-sensor:
  1893. 01-01 00:43:40.828 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  1894. 01-01 00:43:40.828 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  1895. 01-01 00:43:40.828 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  1896. 01-01 00:43:40.829 379 379 E mm-camera: stats_port_init: E
  1897. 01-01 00:43:40.829 379 379 E mm-camera: stats_port_init: X
  1898. 01-01 00:43:40.829 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  1899. 01-01 00:43:40.854 379 4803 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  1900. 01-01 00:43:40.855 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  1901. 01-01 00:43:40.855 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  1902. 01-01 00:43:40.855 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  1903. 01-01 00:43:40.855 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  1904. 01-01 00:43:40.858 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  1905. 01-01 00:43:40.861 379 4804 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  1906. 01-01 00:43:40.861 379 4805 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1907. 01-01 00:43:40.861 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  1908. 01-01 00:43:40.861 379 4805 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  1909. 01-01 00:43:40.861 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  1910. 01-01 00:43:40.861 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  1911. 01-01 00:43:40.861 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  1912. 01-01 00:43:40.861 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  1913. 01-01 00:43:40.861 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  1914. 01-01 00:43:40.861 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  1915. 01-01 00:43:40.861 379 4805 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  1916. 01-01 00:43:40.861 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  1917. 01-01 00:43:40.861 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  1918. 01-01 00:43:40.861 379 4806 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  1919. 01-01 00:43:40.861 379 4806 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  1920. 01-01 00:43:40.863 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  1921. 01-01 00:43:40.863 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  1922. 01-01 00:43:40.863 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  1923. 01-01 00:43:40.864 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  1924. 01-01 00:43:40.864 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  1925. 01-01 00:43:40.864 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  1926. 01-01 00:43:40.865 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  1927. 01-01 00:43:40.865 379 379 E mm-camera: main: return true, return type 0
  1928. 01-01 00:43:40.865 4734 4734 E mm-camera-intf: mm_camera_open: opened, break out while loop
  1929. 01-01 00:43:40.865 4734 4734 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  1930. 01-01 00:43:40.872 4734 4734 E mm-jpeg-intf: mm_jpeg_init:1771] Launch jobmgr thread rc 0
  1931. 01-01 00:43:40.873 4734 4734 E qomx_image_core: OMX_Init:94] Complete 2
  1932. 01-01 00:43:40.876 379 379 E mm-camera: main: return true, return type 1
  1933. 01-01 00:43:40.888 379 379 E mm-camera: main: return true, return type 1
  1934. 01-01 00:43:40.890 4734 4734 E QCameraParameters: int32_t qcamera::QCameraParameters::setExposureCompensation(int) : Setting Exposure Compensation = 0
  1935. 01-01 00:43:40.890 4734 4734 E QCameraParameters:
  1936. 01-01 00:43:40.890 4734 4734 E QCameraParameters: Invalid AntiBanding value:
  1937. 01-01 00:43:40.891 379 379 E mm-camera: main: HAL event call
  1938. 01-01 00:43:40.891 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1939. 01-01 00:43:40.892 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1940. 01-01 00:43:40.892 379 4807 E mm-camera: mct_pipeline_process_set:command=800000e
  1941. 01-01 00:43:40.892 379 379 E mm-camera: main: return true, return type 0
  1942. 01-01 00:43:40.898 379 379 E mm-camera: main: HAL event call
  1943. 01-01 00:43:40.898 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  1944. 01-01 00:43:40.898 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  1945. 01-01 00:43:40.898 379 4807 E mm-camera: mct_pipeline_process_set:command=800000e
  1946. 01-01 00:43:40.898 379 379 E mm-camera: main: return true, return type 0
  1947. 01-01 00:43:41.000 379 379 E mm-camera: main: return true, return type 1
  1948. 01-01 00:43:41.000 379 379 E mm-camera: main: return true, return type 1
  1949. 01-01 00:43:41.001 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2258] E
  1950. 01-01 00:43:41.001 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2263]
  1951. 01-01 00:43:41.001 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2271]
  1952. 01-01 00:43:41.001 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2274]
  1953. 01-01 00:43:41.001 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2281] X
  1954. 01-01 00:43:41.002 4734 4734 E qomx_image_core: OMX_Deinit:118] Complete
  1955. 01-01 00:43:41.630 4856 4856 E QSEECOMAPI: : Error::Cannot open the file /vendor/firmware/keymaster/keymaster.mdt
  1956. 01-01 00:43:41.630 4856 4856 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1957. 01-01 00:43:41.679 4856 4856 E QSEECOMAPI: : Error::Load image request failed ret = -1, errno = 22
  1958. 01-01 00:43:41.679 4856 4856 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1959. 01-01 00:43:41.679 4856 4856 E QSEECOMAPI: : Error::Cannot open the file /firmware/image/skeymast.mdt
  1960. 01-01 00:43:41.679 4856 4856 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  1961. 01-01 00:43:41.680 4856 4856 E QCOMKeyMaster: Loading keymaster app failed
  1962. 01-01 00:43:41.680 4856 4856 E keystore: Error opening keystore keymaster0 device.
  1963. 01-01 00:43:41.680 4856 4856 E keystore: keystore keymaster could not be initialized; exiting
  1964. 01-01 00:43:41.717 4732 4732 E Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
  1965. 01-01 00:43:42.001 4732 4732 E FFMPEGSoftCodec: Failed to load FFMPEG plugin: (null)
  1966. 01-01 00:43:42.981 364 364 E : eof
  1967. 01-01 00:43:42.981 364 364 E : failed to read size
  1968. 01-01 00:43:43.953 4941 4941 E art : DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist
  1969. 01-01 00:43:44.705 4941 4941 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  1970. 01-01 00:43:44.719 364 364 E : invalid apk path '/system/framework/org.cyanogenmod.platform-res.apk' (bad prefix)
  1971. 01-04 05:22:49.036 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  1972. 01-04 05:22:49.037 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  1973. 01-04 05:22:51.512 341 341 E QSEECOMD: : Listener: index = 0, hierarchy = 0
  1974. 01-04 05:22:51.535 341 341 E DrmLibRpmb: rpmb_init succeeded! with ret = 0
  1975. 01-04 05:22:51.535 341 341 E QSEECOMD: : Listener: index = 1, hierarchy = 0
  1976. 01-04 05:22:51.537 341 341 E SSD : ssd_init_service succeeded!
  1977. 01-04 05:22:51.544 354 354 E QSEECOMD: : Listener: index = 0, hierarchy = 1
  1978. 01-04 05:22:51.550 354 354 E QSEECOMD: : Listener: index = 1, hierarchy = 1
  1979. 01-04 05:22:51.555 354 354 E QSEECOMD: : Listener: index = 2, hierarchy = 1
  1980. 01-04 05:22:51.578 354 354 E QSEECOMD: : Listener: index = 3, hierarchy = 1
  1981. 01-04 05:22:51.696 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/listener_android.c:107:listener using ion heap: -1
  1982. 01-04 05:22:51.714 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: ./voiceproc_tx.so No such file or directory
  1983. 01-04 05:22:51.714 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: /system/lib/rfsa/adsp/./voiceproc_tx.so No such file or directory
  1984. 01-04 05:22:51.750 384 384 E perfprofd: unable to open configuration file /data/data/com.google.android.gms/files/perfprofd.conf
  1985. 01-04 05:22:51.764 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: /system/vendor/lib/rfsa/adsp/./voiceproc_tx.so No such file or directory
  1986. 01-04 05:22:51.764 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/../inc/mod_table_imp.h:346::error: 2: 0 == (nErr = invoke_func_ptr(sc, pra))
  1987. 01-04 05:22:51.765 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: ./voiceproc_rx.so No such file or directory
  1988. 01-04 05:22:51.765 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: /system/lib/rfsa/adsp/./voiceproc_rx.so No such file or directory
  1989. 01-04 05:22:51.766 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:33:apps_std fopen failed: /system/vendor/lib/rfsa/adsp/./voiceproc_rx.so No such file or directory
  1990. 01-04 05:22:51.766 355 390 E adsprpc : vendor/qcom/proprietary/adsprpc/src/../inc/mod_table_imp.h:346::error: 2: 0 == (nErr = invoke_func_ptr(sc, pra))
  1991. 01-04 05:22:51.915 381 381 E wcnss_service: source file do not exist /system/etc/wifi/WCNSS_qcom_cfg.ini
  1992. 01-04 05:22:51.920 381 381 E wcnss_service: WLAN MAC Addr:60:af:6d:7e:16:23
  1993. 01-04 05:22:51.920 381 381 E wcnss_service: Serial Number is c92be951
  1994. 01-04 05:22:51.920 381 381 E wcnss_service: CAL file not found
  1995. 01-01 00:43:45.354 4735 4735 E Netd : netlink response contains error (File exists)
  1996. 01-01 00:43:45.354 4735 4735 E Netd : Can't add IPv4 default route to dummy0: File exists
  1997. 01-01 00:43:45.423 4941 4941 E PackageManager: There should probably be a verifier, but, none were found
  1998. 01-01 00:43:45.497 4941 4967 E BatteryStatsService: power: Missing API
  1999. 01-01 00:43:45.517 4941 5087 E Sensors : HAL:could not enable timestamp - fclose error
  2000. 01-01 00:43:45.685 4941 5087 E Sensors : alps_io_fd = 132
  2001. 01-01 00:43:45.685 4941 5087 E Sensors : GeomagneticSensor: alps_io_fd =132 and ret =0
  2002. 01-01 00:43:45.685 4941 5087 E ALPS : Couldn't open ALPS calibration file.
  2003. 01-01 00:43:45.687 4941 5087 E Sensors : data filename = /sys/class/input/event5/device/, data_fd=134
  2004. 01-01 00:43:45.687 4941 5087 E Sensors : data filename = /sys/class/input/event4/device/, data_fd=135
  2005. 01-01 00:43:45.688 4941 5087 E Sensors : HRMSensor_EOL::libhr open failed
  2006. 01-01 00:43:45.751 4941 5087 E : Reporting Mode incorrect: sensor CM36686 Light Sensor handle=0x00000010 type=5 actual=0 expected=1
  2007. 01-01 00:43:45.877 379 379 E mm-camera: main: HAL event call
  2008. 01-01 00:43:45.877 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2009. 01-01 00:43:45.877 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2010. 01-01 00:43:45.877 379 4807 E mm-camera: mct_pipeline_process_set:command=800000b
  2011. 01-01 00:43:45.877 379 4807 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  2012. 01-01 00:43:45.877 379 379 E mm-camera: main: return true, return type 0
  2013. 01-01 00:43:45.877 379 379 E mm-camera: main: HAL event call
  2014. 01-01 00:43:45.877 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  2015. 01-01 00:43:45.877 379 379 E mm-camera: server_process_hal_event: delete session
  2016. 01-01 00:43:45.877 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  2017. 01-01 00:43:45.878 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  2018. 01-01 00:43:45.878 379 379 E mm-camera: tv_sec = 1388537026 tv_nsec = 878108000
  2019. 01-01 00:43:45.878 379 5100 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  2020. 01-01 00:43:45.878 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2021. 01-01 00:43:45.878 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  2022. 01-01 00:43:45.878 379 5100 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  2023. 01-01 00:43:45.878 379 5100 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  2024. 01-01 00:43:45.878 379 5100 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 988=
  2025. 01-01 00:43:45.878 379 5100 E mm-camera-sensor: af_actuator_sw_landing:624 af_actuator_sw_landing: E1
  2026. 01-01 00:43:45.878 379 5100 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  2027. 01-01 00:43:45.894 379 5100 E mm-camera-sensor: actuator_close:824 actuator_close: X
  2028. 01-01 00:43:45.894 379 5100 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  2029. 01-01 00:43:45.895 379 5100 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  2030. 01-01 00:43:45.895 379 5100 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  2031. 01-01 00:43:45.895 379 5100 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  2032. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2033. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2034. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  2035. 01-01 00:43:45.895 379 5100 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  2036. 01-01 00:43:45.895 379 5100 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  2037. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2038. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2039. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  2040. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  2041. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  2042. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  2043. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  2044. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  2045. 01-01 00:43:45.895 379 5100 E mm-camera: isp_thread_async_task_stop: X, session_id = 2
  2046. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2047. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2048. 01-01 00:43:45.895 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  2049. 01-01 00:43:45.895 379 5100 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  2050. 01-01 00:43:45.895 379 5100 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  2051. 01-01 00:43:45.896 379 5100 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  2052. 01-01 00:43:45.896 379 5100 E mm-camera: stats_port_deinit: E
  2053. 01-01 00:43:45.896 379 5100 E mm-camera: stats_port_deinit: __dbg private free
  2054. 01-01 00:43:45.896 379 5100 E mm-camera: stats_port_deinit: X
  2055. 01-01 00:43:45.896 379 5100 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  2056. 01-01 00:43:45.896 379 5100 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6183e80
  2057. 01-01 00:43:45.896 379 5100 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  2058. 01-01 00:43:45.896 379 5100 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  2059. 01-01 00:43:45.896 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2060. 01-01 00:43:45.896 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2061. 01-01 00:43:45.896 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  2062. 01-01 00:43:45.896 379 5100 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  2063. 01-01 00:43:45.896 379 5100 E mm-camera: cpp_module_stop_session:335, info: stopping session 2 ...
  2064. 01-01 00:43:45.896 379 4803 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  2065. 01-01 00:43:45.899 379 5100 E mm-camera: cpp_module_stop_session:366, info: session 2 stopped.
  2066. 01-01 00:43:45.899 379 5100 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  2067. 01-01 00:43:45.899 379 5100 E mm-camera: c2d_module_stop_session:295, info: stopping session 2 ...
  2068. 01-01 00:43:45.899 379 5100 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  2069. 01-01 00:43:45.899 379 5100 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  2070. 01-01 00:43:45.899 379 4804 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  2071. 01-01 00:43:45.899 379 5100 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  2072. 01-01 00:43:45.900 379 5100 E mm-camera: c2d_module_stop_session:334, info: session 2 stopped.
  2073. 01-01 00:43:45.900 379 4805 E mm-camera-img: module_imglib_msg_thread:124] X
  2074. 01-01 00:43:45.900 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2075. 01-01 00:43:45.900 379 5100 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2076. 01-01 00:43:45.900 379 5100 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  2077. 01-01 00:43:45.900 379 4806 E mm-camera-img: module_imglib_msg_thread:124] X
  2078. 01-01 00:43:45.900 379 5100 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2079. 01-01 00:43:45.900 379 5100 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  2080. 01-01 00:43:45.900 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  2081. 01-01 00:43:45.900 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  2082. 01-01 00:43:45.900 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  2083. 01-01 00:43:45.900 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  2084. 01-01 00:43:45.900 379 379 E mm-camera: main: return true, return type 0
  2085. 01-01 00:43:45.911 4734 4734 E mm-camera-intf: mm_camera_open: begin
  2086. 01-01 00:43:45.911 4734 4734 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
  2087. 01-01 00:43:45.911 379 379 E mm-camera: main: HAL event call
  2088. 01-01 00:43:45.911 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  2089. 01-01 00:43:45.911 379 379 E mm-camera: server_process_hal_event: new session __debug__
  2090. 01-01 00:43:45.911 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  2091. 01-01 00:43:45.912 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  2092. 01-01 00:43:45.912 379 379 E mm-camera-sensor:
  2093. 01-01 00:43:45.912 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev1
  2094. 01-01 00:43:45.912 379 379 E mm-camera-sensor:
  2095. 01-01 00:43:45.920 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev3
  2096. 01-01 00:43:45.922 379 379 E mm-camera-sensor: sensor_load_library:82 s5k6b2yx : load from phone
  2097. 01-01 00:43:45.923 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 1
  2098. 01-01 00:43:45.923 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  2099. 01-01 00:43:45.923 379 379 E mm-camera-sensor: sensor_init:467 60hz
  2100. 01-01 00:43:45.946 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:s5k6b2yx, 2
  2101. 01-01 00:43:45.946 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2102. 01-01 00:43:45.946 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2103. 01-01 00:43:45.946 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  2104. 01-01 00:43:45.946 379 379 E mm-camera-sensor:
  2105. 01-01 00:43:45.946 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  2106. 01-01 00:43:45.946 379 379 E mm-camera-sensor:
  2107. 01-01 00:43:45.946 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=3, module=0xb671a1a0
  2108. 01-01 00:43:45.946 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=196608
  2109. 01-01 00:43:45.946 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  2110. 01-01 00:43:45.947 379 379 E mm-camera: stats_port_init: E
  2111. 01-01 00:43:45.947 379 379 E mm-camera: stats_port_init: X
  2112. 01-01 00:43:45.947 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 3
  2113. 01-01 00:43:45.970 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  2114. 01-01 00:43:45.970 379 5103 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  2115. 01-01 00:43:45.970 379 379 E mm-camera: cpp_module_start_session:318, info: session 3 started.
  2116. 01-01 00:43:45.970 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 3
  2117. 01-01 00:43:45.970 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  2118. 01-01 00:43:45.973 379 5104 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  2119. 01-01 00:43:45.975 379 379 E mm-camera: c2d_module_start_session:278, info: session 3 started.
  2120. 01-01 00:43:45.975 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2121. 01-01 00:43:45.975 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2122. 01-01 00:43:45.975 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x3, module=0xb671a1a0
  2123. 01-01 00:43:45.975 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=196608
  2124. 01-01 00:43:45.975 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  2125. 01-01 00:43:45.975 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 3
  2126. 01-01 00:43:45.975 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 3
  2127. 01-01 00:43:45.975 379 379 E mm-camera: aec_load_function: loading QTI front algorithm
  2128. 01-01 00:43:45.975 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 3
  2129. 01-01 00:43:45.976 379 5106 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2130. 01-01 00:43:45.976 379 5106 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  2131. 01-01 00:43:45.976 379 5105 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2132. 01-01 00:43:45.976 379 5105 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  2133. 01-01 00:43:45.976 379 5105 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  2134. 01-01 00:43:45.978 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=196608
  2135. 01-01 00:43:45.978 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x30000
  2136. 01-01 00:43:45.978 379 379 E mm-camera: awb_load_function: loading QTI front algorithm
  2137. 01-01 00:43:45.978 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=196608
  2138. 01-01 00:43:45.978 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x30000
  2139. 01-01 00:43:45.978 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  2140. 01-01 00:43:45.978 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  2141. 01-01 00:43:45.978 379 379 E mm-camera: main: return true, return type 0
  2142. 01-01 00:43:45.978 4734 4734 E mm-camera-intf: mm_camera_open: opened, break out while loop
  2143. 01-01 00:43:45.979 4734 4734 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  2144. 01-01 00:43:45.982 4734 4734 E mm-jpeg-intf: mm_jpeg_init:1771] Launch jobmgr thread rc 0
  2145. 01-01 00:43:45.984 4734 4734 E qomx_image_core: OMX_Init:94] Complete 2
  2146. 01-01 00:43:45.987 379 379 E mm-camera: main: return true, return type 1
  2147. 01-01 00:43:45.988 379 379 E mm-camera: main: return true, return type 1
  2148. 01-01 00:43:45.991 4734 4734 E QCameraParameters: int32_t qcamera::QCameraParameters::setExposureCompensation(int) : Setting Exposure Compensation = 0
  2149. 01-01 00:43:45.991 4734 4734 E QCameraParameters:
  2150. 01-01 00:43:45.992 4734 4734 E QCameraParameters: Invalid AntiBanding value:
  2151. 01-01 00:43:45.993 379 379 E mm-camera: main: HAL event call
  2152. 01-01 00:43:45.993 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2153. 01-01 00:43:45.993 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2154. 01-01 00:43:45.993 379 5107 E mm-camera: mct_pipeline_process_set:command=800000e
  2155. 01-01 00:43:45.993 379 379 E mm-camera: main: return true, return type 0
  2156. 01-01 00:43:45.999 379 379 E mm-camera: main: HAL event call
  2157. 01-01 00:43:45.999 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2158. 01-01 00:43:45.999 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2159. 01-01 00:43:45.999 379 5107 E mm-camera: mct_pipeline_process_set:command=800000e
  2160. 01-01 00:43:45.999 379 379 E mm-camera: main: return true, return type 0
  2161. 01-01 00:43:46.100 379 379 E mm-camera: main: return true, return type 1
  2162. 01-01 00:43:46.100 379 379 E mm-camera: main: return true, return type 1
  2163. 01-01 00:43:46.101 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2258] E
  2164. 01-01 00:43:46.101 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2263]
  2165. 01-01 00:43:46.101 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2271]
  2166. 01-01 00:43:46.101 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2274]
  2167. 01-01 00:43:46.101 4734 4734 E mm-jpeg-intf: mm_jpeg_close:2281] X
  2168. 01-01 00:43:46.101 4734 4734 E qomx_image_core: OMX_Deinit:118] Complete
  2169. 01-01 00:43:46.863 4941 4965 E CameraManagerGlobal: Camera service is unavailable
  2170. 01-01 00:43:46.959 4941 4963 E AppIdleHistory: Unable to read app idle file for user 0
  2171. 01-01 00:43:47.050 5125 5125 E QSEECOMAPI: : Error::Cannot open the file /vendor/firmware/keymaster/keymaster.mdt
  2172. 01-01 00:43:47.050 5125 5125 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2173. 01-01 00:43:47.082 4941 5123 E EventHub: could not get driver version for /dev/input/mice, Not a typewriter
  2174. 01-01 00:43:47.105 5125 5125 E QSEECOMAPI: : Error::Load image request failed ret = -1, errno = 22
  2175. 01-01 00:43:47.112 5125 5125 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2176. 01-01 00:43:47.112 5125 5125 E QSEECOMAPI: : Error::Cannot open the file /firmware/image/skeymast.mdt
  2177. 01-01 00:43:47.112 5125 5125 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2178. 01-01 00:43:47.112 5125 5125 E QCOMKeyMaster: Loading keymaster app failed
  2179. 01-01 00:43:47.112 5125 5125 E keystore: Error opening keystore keymaster0 device.
  2180. 01-01 00:43:47.112 5125 5125 E keystore: keystore keymaster could not be initialized; exiting
  2181. 01-01 00:43:47.466 4941 5162 E IpManager.wlan0: Failed to disable IPv6java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No such file or directory)'
  2182. 01-01 00:43:47.673 4941 4941 E WifiLogger: no ring buffers found
  2183. 01-01 00:43:47.673 4941 4941 E WifiLogger: Failed to start packet fate monitoring
  2184. 01-01 00:43:47.694 4941 4941 E WifiService: ensureConcurrencyFile template file doesnt existjava.io.FileNotFoundException: /etc/wifi/wifi_concurrency_cfg.txt (No such file or directory)
  2185. 01-01 00:43:47.710 4941 4941 E IpConfigStore: Error parsing configuration: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory)
  2186. 01-01 00:43:47.732 4941 4941 E ConnectivityService: Ignoring protectedNetwork 10
  2187. 01-01 00:43:47.732 4941 4941 E ConnectivityService: Ignoring protectedNetwork 11
  2188. 01-01 00:43:47.732 4941 4941 E ConnectivityService: Ignoring protectedNetwork 12
  2189. 01-01 00:43:47.732 4941 4941 E ConnectivityService: Ignoring protectedNetwork 14
  2190. 01-01 00:43:47.732 4941 4941 E ConnectivityService: Ignoring protectedNetwork 15
  2191. 01-01 00:43:47.832 4941 4941 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
  2192. 01-01 00:43:47.832 4941 4941 E WallpaperManagerService: Invalid wallpaper data
  2193. 01-01 00:43:47.832 4941 4941 E WallpaperManagerService: Unable to apply new wallpaper
  2194. 01-01 00:43:47.852 4941 4958 E BatteryStatsService: power: Missing API
  2195. 01-01 00:43:47.862 4941 4965 E CameraManagerGlobal: Camera service is unavailable
  2196. 01-01 00:43:47.864 4941 4965 E CameraManagerGlobal: Camera service is unavailable
  2197. 01-01 00:43:47.919 4941 4941 E HardwarePropertiesManagerService-JNI: Couldn't load thermal module (No such file or directory)
  2198. 01-01 00:43:47.946 4941 4941 E ContextHubService: ** Could not load context_hub module : err No such file or directory
  2199. 01-01 00:43:48.090 344 344 E ServiceManager: add_service('profile',6b) uid=1000 - ALREADY REGISTERED, OVERRIDE
  2200. 01-01 00:43:48.109 344 344 E ServiceManager: add_service('cmpartnerinterface',6c) uid=1000 - ALREADY REGISTERED, OVERRIDE
  2201. 01-01 00:43:48.122 344 344 E ServiceManager: add_service('cmhardware',6e) uid=1000 - ALREADY REGISTERED, OVERRIDE
  2202. 01-01 00:43:48.125 4941 4941 E AppSgstMgrService: no app suggest provider found
  2203. 01-01 00:43:48.138 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@ed03df5
  2204. 01-01 00:43:48.138 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.ThemeManagerServiceBroker$2@209378a
  2205. 01-01 00:43:48.140 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@b94e1fb
  2206. 01-01 00:43:48.140 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.IconCacheManagerServiceBroker$2@e60e218
  2207. 01-01 00:43:48.144 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@ab3c471
  2208. 01-01 00:43:48.144 4941 4941 E BrokerableCMSystemService: Setting brokered service connection org.cyanogenmod.platform.internal.LiveLockScreenServiceBroker$2@4cb4256
  2209. 01-01 00:43:48.180 4941 4941 E SystemServer: BOOT FAILURE making Lock Settings Service ready
  2210. 01-01 00:43:48.180 4941 4941 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  2211. 01-01 00:43:48.180 4941 4941 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  2212. 01-01 00:43:48.180 4941 4941 E SystemServer: at android.security.keystore.AndroidKeyStoreSpi.engineContainsAlias(AndroidKeyStoreSpi.java:804)
  2213. 01-01 00:43:48.180 4941 4941 E SystemServer: at java.security.KeyStore.containsAlias(KeyStore.java:1056)
  2214. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.server.LockSettingsService.migrateOldData(LockSettingsService.java:594)
  2215. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.server.LockSettingsService.systemReady(LockSettingsService.java:453)
  2216. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1350)
  2217. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  2218. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  2219. 01-01 00:43:48.180 4941 4941 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  2220. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  2221. 01-01 00:43:48.180 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  2222. 01-01 00:43:48.285 4941 4941 E PerformanceManager: System is not ready, dropping profile request
  2223. 01-01 00:43:48.407 4941 4941 E InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
  2224. 01-01 00:43:48.471 5197 5197 E BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
  2225. 01-01 00:43:48.525 4941 4941 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
  2226. 01-01 00:43:48.525 263 268 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  2227. 01-01 00:43:48.525 263 268 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  2228. 01-01 00:43:48.526 4941 4941 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
  2229. 01-01 00:43:48.527 4941 4941 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
  2230. 01-01 00:43:48.528 4941 4941 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
  2231. 01-01 00:43:48.529 4941 4941 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
  2232. 01-01 00:43:48.530 4941 4941 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
  2233. 01-01 00:43:48.530 4941 4941 E WallpaperManagerService: Invalid wallpaper data
  2234. 01-01 00:43:48.530 4941 4941 E WallpaperManagerService: Unable to apply new wallpaper
  2235. 01-01 00:43:48.532 5197 5197 E BluetoothVendorJni: register_com_android_bluetooth_btservice_vendor:
  2236. 01-01 00:43:48.562 4941 4941 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  2237. 01-01 00:43:48.627 4941 5242 E WVMExtractor: Failed to open libwvm.so: dlopen failed: cannot locate symbol "_ZN7android16MediaBufferGroupC1Ev" referenced by "/system/vendor/lib/libwvm.so"...
  2238. 01-01 00:43:48.782 5219 5281 E WVMExtractor: Failed to open libwvm.so: dlopen failed: cannot locate symbol "_ZN7android16MediaBufferGroupC1Ev" referenced by "/system/vendor/lib/libwvm.so"...
  2239. 01-01 00:43:48.860 5213 5290 E ActivityThread: Failed to find provider info for user_dictionary
  2240. 01-01 00:43:48.863 4941 4965 E CameraManagerGlobal: Camera service is unavailable
  2241. 01-01 00:43:48.866 4941 4965 E CameraManagerGlobal: Camera service is unavailable
  2242. 01-01 00:43:48.898 4697 4714 E sdcard : [0] someone stole our marbles!
  2243. 01-01 00:43:48.963 4941 4941 E SystemServer: BOOT FAILURE making Network Managment Service ready
  2244. 01-01 00:43:48.963 4941 4941 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  2245. 01-01 00:43:48.963 4941 4941 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  2246. 01-01 00:43:48.963 4941 4941 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  2247. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  2248. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.NetworkManagementService.prepareNativeDaemon(NetworkManagementService.java:722)
  2249. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:366)
  2250. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1504)
  2251. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  2252. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  2253. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  2254. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  2255. 01-01 00:43:48.963 4941 4941 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  2256. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  2257. 01-01 00:43:48.963 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  2258. 01-01 00:43:49.271 4941 4941 E SystemServer: BOOT FAILURE making Connectivity Service ready
  2259. 01-01 00:43:49.271 4941 4941 E SystemServer: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  2260. 01-01 00:43:49.271 4941 4941 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:200)
  2261. 01-01 00:43:49.271 4941 4941 E SystemServer: at android.security.KeyStore.contains(KeyStore.java:208)
  2262. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  2263. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.ConnectivityService.updateLockdownVpn(ConnectivityService.java:3710)
  2264. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.ConnectivityService.systemReady(ConnectivityService.java:1759)
  2265. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.SystemServer$2.run(SystemServer.java:1525)
  2266. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:13581)
  2267. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1465)
  2268. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.SystemServer.run(SystemServer.java:368)
  2269. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.server.SystemServer.main(SystemServer.java:237)
  2270. 01-01 00:43:49.271 4941 4941 E SystemServer: at java.lang.reflect.Method.invoke(Native Method)
  2271. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  2272. 01-01 00:43:49.271 4941 4941 E SystemServer: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  2273. 01-01 00:43:49.301 4750 4755 E sdcard : [0] someone stole our marbles!
  2274. 01-01 00:43:49.303 4941 4941 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.ThemeManagerService}
  2275. 01-01 00:43:49.303 4941 4941 E BrokerableCMSystemService: Target component lacks cyanogenmod.permission.ACCESS_THEME_MANAGER service permission, failing ComponentInfo{org.cyanogenmod.themeservice/org.cyanogenmod.themeservice.IconCacheManagerService}
  2276. 01-01 00:43:49.305 4941 4941 E BrokerableCMSystemService: No implementation service found
  2277. 01-01 00:43:49.318 4941 4941 E CameraManagerGlobal: Camera service is unavailable
  2278. 01-01 00:43:49.331 4941 4941 E LocSvc_afw: E/get_extension: Invalid interface passed in
  2279. 01-01 00:43:49.349 4941 4941 E LocSvc_afw: E/get_extension: Invalid interface passed in
  2280. 01-01 00:43:49.349 4941 4941 E LocSvc_afw: E/get_extension: Invalid interface passed in
  2281. 01-01 00:43:49.369 4941 4941 E LocationManagerService: no geocoder provider found
  2282. 01-01 00:43:49.397 4941 4941 E qti_ar_hal: hal_init: Sensor1 open failed with error: 5 0
  2283. 01-01 00:43:49.397 4941 4941 E libsensor1: sensor1_write: Error getting socket name fd: 0: Socket operation on non-socket
  2284. 01-01 00:43:49.397 4941 4941 E qti_ar_hal: hal_sam_cmc_send_algo_attrib_req: sensor1_write() error: 3
  2285. 01-01 00:43:49.397 4941 4941 E qti_ar_hal: hal_ar_get_supported_activities_list: CMC attribute request failed
  2286. 01-01 00:43:49.398 4941 4941 E ActivityRecognitionProxy: ServiceWatcher could not start.
  2287. 01-01 00:43:49.476 4941 5337 E LocSvc_LBSProxy: E/virtual void lbs_core::LBSProxy::injectFeatureConfig(loc_core::ContextBase*) const::InjectAdapter::injectFeatureConfig() const:178]: Unrecognized value for GTP CELL Mode. Setting GTP CELL to default mode: BASIC
  2288. 01-01 00:43:49.476 4941 5337 E LocSvc_LBSProxy: E/virtual void lbs_core::LBSProxy::injectFeatureConfig(loc_core::ContextBase*) const::InjectAdapter::injectFeatureConfig() const:197]: Unrecognized value for SAP Mode. Setting SAP to default mode: BASIC
  2289. 01-01 00:43:49.478 4941 5337 E LocSvc_LBSApiV02: E/virtual void lbs_core::LBSApiV02::injectFeatureConfig(lbs_core::e_premium_mode, lbs_core::e_premium_mode):594]: Error : st = 11, ind.status = -1696291351
  2290. 01-01 00:43:49.480 4941 5337 E LocSvc_LBSApiV02: E/virtual void lbs_core::LBSApiV02::injectFeatureConfig(lbs_core::e_premium_mode, lbs_core::e_premium_mode):612]: Error : st = 11, ind.status = -1696291351
  2291. 01-01 00:43:49.564 4941 5126 E VoldConnector: NDC Command {3 volume reset} took too long (1038ms)
  2292. 01-01 00:43:49.653 4941 5403 E ActivityThread: Failed to find provider info for call_log
  2293. 01-01 00:43:49.674 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=pass mnc=05 sub_id=-1 bearer_bitmask=0 numeric=20205 name=Vf Internet Corporate mcc=202 apn=internet type=default,supl user=user
  2294. 01-01 00:43:49.699 5197 5268 E BluetoothServiceJni: Callback env check fail: env: 0x0, callback: 0xa7c9ced0
  2295. 01-01 00:43:49.699 5197 5268 E BluetoothServiceJni: Callback: 'callback_thread_event' is not called on the correct thread
  2296. 01-01 00:43:49.716 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=0 numeric=20404 roaming_protocol=IPV4V6 profile_id=0 protocol=IPV4V6 mnc=04 name=LTE - VZW Roaming Internet max_conns_time=300 mcc=204 apn=VZWINTERNET type=default,dun max_conns=1023
  2297. 01-01 00:43:49.737 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=0 numeric=20404 roaming_protocol=IPV4V6 profile_id=3 protocol=IPV4V6 mnc=04 name=LTE - VZW Roaming FOTA max_conns_time=300 mcc=204 apn=VZWADMIN type=fota max_conns=1023
  2298. 01-01 00:43:49.745 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=4096 numeric=20404 roaming_protocol=IPV4V6 profile_id=2 protocol=IPV4V6 mnc=04 name=EHRPD - VZW Roaming IMS max_conns_time=300 mcc=204 apn=VZWIMS type=ims,ia max_conns=1023
  2299. 01-01 00:43:49.751 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BAE0000000000000 modem_cognitive=true sub_id=-1 mvno_type=gid bearer_bitmask=4096 mmsc=http://mms.vzwreseller.com/servlets/mms numeric=20404 roaming_protocol=IPV4V6 profile_id=4 protocol=IPV4V6 mnc=04 name=EHRPD - VZW Roaming CBS max_conns_time=300 mcc=204 apn=VZWAPP type=cbs,mms max_conns=1023
  2300. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  2301. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.USER_STARTED flg=0x50000010 (has extras) } in com.android.server.ConnectivityService$3@5cd9340
  2302. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1132)
  2303. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:751)
  2304. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  2305. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  2306. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:383)
  2307. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:237)
  2308. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  2309. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  2310. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  2311. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference
  2312. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:200)
  2313. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.security.KeyStore.contains(KeyStore.java:208)
  2314. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.net.LockdownVpnTracker.isEnabled(LockdownVpnTracker.java:90)
  2315. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.ConnectivityService.onUserStart(ConnectivityService.java:3984)
  2316. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.ConnectivityService.-wrap27(ConnectivityService.java)
  2317. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at com.android.server.ConnectivityService$3.onReceive(ConnectivityService.java:4038)
  2318. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1122)
  2319. 01-01 00:43:49.754 4941 4941 E AndroidRuntime: ... 8 more
  2320. 01-01 00:43:49.777 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20408 mmsc=http://mp.mobiel.kpn/mmsc user= mnc=08 mmsport=5080 proxy= mmsproxy=10.10.100.20 name=Hi Mobiel Internet port= mcc=204 apn=portalmmm.nl type=*
  2321. 01-01 00:43:49.780 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20408 mmsc=http://mp.mobiel.kpn/mmsc authtype=1 user= mnc=08 mmsport=5080 proxy= mmsproxy=10.10.100.20 name=Ortel Internet port= mcc=204 apn=portalmmm.nl type=default,supl,mms
  2322. 01-01 00:43:49.798 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=20601 mmsc=http://mmsc.proximus.be/mms user=mms mnc=01 mmsport=8080 proxy= mmsproxy=10.55.14.75 name=Scarlet MMS port= mcc=206 apn=event.proximus.be type=mms
  2323. 01-01 00:43:49.803 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=20605 name=Voo Mobile mcc=206 apn=telenetwap.be type=default,supl user=
  2324. 01-01 00:43:49.807 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=20605 mmsc=http://mmsc.telenet.be authtype=1 user=mms mnc=05 mmsport=80 proxy= mmsproxy=195.130.149.100 name=Voo MMS port= mcc=206 apn=mms.be type=mms
  2325. 01-01 00:43:49.810 364 364 E : eof
  2326. 01-01 00:43:49.811 364 364 E : failed to read size
  2327. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: FATAL EXCEPTION: main
  2328. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: Process: com.android.settings, PID: 5383
  2329. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: java.lang.RuntimeException: Adding window failed
  2330. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:652)
  2331. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
  2332. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
  2333. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3518)
  2334. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2733)
  2335. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
  2336. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1478)
  2337. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  2338. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
  2339. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6128)
  2340. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  2341. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
  2342. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
  2343. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: Caused by: android.os.DeadObjectException
  2344. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
  2345. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:615)
  2346. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:828)
  2347. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:640)
  2348. 01-01 00:43:49.813 5383 5383 E AndroidRuntime: ... 12 more
  2349. 01-01 00:43:49.814 5219 5219 E AndroidRuntime: FATAL EXCEPTION: main
  2350. 01-01 00:43:49.814 5219 5219 E AndroidRuntime: Process: com.android.systemui, PID: 5219
  2351. 01-01 00:43:49.814 5219 5219 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
  2352. 01-01 00:43:49.827 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=base sub_id=-1 bearer_bitmask=0 numeric=20620 mmsc= authtype=1 user=base mnc=20 proxy= name=JIM Mobile Internet port= mcc=206 apn=gprs.base.be type=default,supl
  2353. 01-01 00:43:49.830 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=base sub_id=-1 bearer_bitmask=0 numeric=20620 mmsc=http://mmsc.base.be authtype=1 user=base mnc=20 mmsport=8080 proxy= mmsproxy=217.72.235.1 name=JIM Mobile MMS port= mcc=206 apn=mms.base.be type=mms
  2354. 01-01 00:43:49.836 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20801 name=Orange France port= mcc=208 apn=orange type=default,supl user=orange
  2355. 01-01 00:43:49.842 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Carrefour MMS port= mcc=208 apn=orange.acte type=mms
  2356. 01-01 00:43:49.845 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy=192.168.10.100 numeric=20801 name=NRJ WAP port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  2357. 01-01 00:43:49.848 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=NRJ MMS port= mcc=208 apn=orange.acte type=mms
  2358. 01-01 00:43:49.850 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 proxy=192.168.10.100 numeric=20801 name=Tele2 WAP port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  2359. 01-01 00:43:49.854 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Tele2 MMS port= mcc=208 apn=orange.acte type=mms
  2360. 01-01 00:43:49.857 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 proxy=192.168.10.100 numeric=20801 name=Virgin Mobile port=8080 mcc=208 apn=ofnew.fr type=default,supl user=orange
  2361. 01-01 00:43:49.860 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Virgin Mobile MMS port= mcc=208 apn=orange.acte type=mms
  2362. 01-01 00:43:49.867 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr/ user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=Web Carrefour port= mcc=208 apn=orange.acte type=mms
  2363. 01-01 00:43:49.873 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange sub_id=-1 bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=C MMS port= mcc=208 apn=orange.acte type=mms
  2364. 01-01 00:43:49.876 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=NRJ Mobile password=orange sub_id=-1 mvno_type=spn bearer_bitmask=0 numeric=20801 mmsc= authtype=1 user=orange mnc=01 proxy= name=NRJ WEB port= mcc=208 apn=ofnew.fr type=default,supl
  2365. 01-01 00:43:49.879 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=NRJ Mobile password=orange sub_id=-1 mvno_type=spn bearer_bitmask=0 numeric=20801 mmsc=http://mms.orange.fr/ authtype=1 user=orange mnc=01 mmsport=8080 proxy= mmsproxy=192.168.10.200 name=NRJ MMS port= mcc=208 apn=orange.acte type=mms
  2366. 01-01 00:43:49.883 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20802 name=Orange GPRS port= mcc=208 apn=orange.fr type=default,supl user=
  2367. 01-01 00:43:49.888 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20802 name=Orange GPRS ISP port= mcc=208 apn=orange.fr type=default,supl user=
  2368. 01-01 00:43:49.904 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=20810 mmsc=http://mms1 user= mnc=10 mmsport=8080 proxy= mmsproxy=10.151.0.1 name=SFR MMS port= mcc=208 apn=mmssfr type=mms
  2369. 01-01 00:43:49.907 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=20810 name=SFR port= mcc=208 apn=sl2sfr type=default,supl user=
  2370. 01-01 00:43:49.913 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=10 sub_id=-1 bearer_bitmask=0 numeric=20810 proxy=192.168.21.3 name=Web La Poste port=8080 mcc=208 apn=wapdebitel type=default,supl
  2371. 01-01 00:43:49.928 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy=192.168.21.3 numeric=20810 name=Web La Poste port=8080 mcc=208 apn=wapdebitel type=default,supl user=
  2372. 01-01 00:43:49.973 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=06 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21406 name=INTERNET GPRS port= mcc=214 apn=airtelnet.es type=default,supl user=vodafone
  2373. 01-01 00:43:49.980 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=EUSKALTEL mnc=08 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21408 name=Euskaltel Internet port= mcc=214 apn=internet.euskaltel.mobi type=default,supl user=CLIENTE
  2374. 01-01 00:43:49.983 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=EUSKALTEL sub_id=-1 bearer_bitmask=0 numeric=21408 mmsc=http://mms.euskaltel.mobi user=MMS mnc=08 mmsport=8080 proxy= mmsproxy=172.16.18.74 name=Euskaltel MMS port= mcc=214 apn=euskaltelmms.euskaltel.mobi type=mms
  2375. 01-01 00:43:49.996 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21601 name=Pannon port= mcc=216 apn=net type=default,supl user=
  2376. 01-01 00:43:49.999 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21601 name=Telenor Net port= mcc=216 apn=net type=default,supl user=
  2377. 01-01 00:43:50.008 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=21803 name=ERONET MI 200 port= mcc=218 apn=web.eronet.ba type=supl user=
  2378. 01-01 00:43:50.017 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=21902 mmsc=http://mmsc.tele2.hr user= mnc=02 mmsport=8080 proxy= mmsproxy=193.12.40.66 name=Tele2 HR port= mcc=219 apn=wap.tele2.hr type=default,supl,mms
  2379. 01-01 00:43:50.028 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vipmobile sub_id=-1 bearer_bitmask=0 numeric=22005 mmsc=http://mmsc.vipmobile.rs authtype=1 user=vipmobile mnc=05 mmsport=8080 proxy= mmsproxy=212.15.182.82 name=Vip MMS port= mcc=220 apn=vipmobile.mms type=mms
  2380. 01-01 00:43:50.082 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=22601 name=Vodafone RO port= mcc=226 apn=internet.vodafone.ro type=default,supl user=internet.vodafone.ro
  2381. 01-01 00:43:50.090 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=03 sub_id=-1 bearer_bitmask=0 numeric=22603 name=Telekom Romania Broadband mcc=226 apn=broadband type=default,supl
  2382. 01-01 00:43:50.109 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap mnc=01 sub_id=-1 bearer_bitmask=0 proxy=213.151.208.156 numeric=23101 name=Orange World port=8799 mcc=231 apn=orangewap type=default,supl user=wap
  2383. 01-01 00:43:50.112 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=02 sub_id=-1 bearer_bitmask=0 numeric=23102 name=Telekom SK mcc=231 apn=internet type=default,supl
  2384. 01-01 00:43:50.117 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=04 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23104 name=T-Mobile SK port= mcc=231 apn=internet type=default,supl user=
  2385. 01-01 00:43:50.119 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=23104 mmsc=http://mms user=mms mnc=04 mmsport=8080 proxy= mmsproxy=192.168.1.1 name=T-Mobile SK MMS port= mcc=231 apn=mms type=mms
  2386. 01-01 00:43:50.151 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=O2web mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23410 name=O2 WEB port= mcc=234 apn=mobile.o2.co.uk type=default,supl user=O2web
  2387. 01-01 00:43:50.165 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=web mnc=15 sub_id=-1 bearer_bitmask=0 numeric=23415 name=Vodafone Post-pay ISP mcc=234 apn=internet type=default,supl user=web
  2388. 01-01 00:43:50.181 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap sub_id=-1 bearer_bitmask=0 numeric=23415 mmsc=http://mms.vodafone.co.uk/servlets/mms authtype=1 user=wap mnc=15 mmsport=8799 proxy= mmsproxy=212.183.137.12 name=Contract WAP MMS port= mcc=234 apn=wap.vodafone.co.uk type=mms
  2389. 01-01 00:43:50.183 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap mnc=15 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23415 name=Vodafone Pre Pay port= mcc=234 apn=pp.vodafone.co.uk type=default,supl user=wap
  2390. 01-01 00:43:50.186 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap sub_id=-1 bearer_bitmask=0 numeric=23415 mmsc=http://mms.vodafone.co.uk/servlets/mms user=wap mnc=15 mmsport=8799 proxy= mmsproxy=212.183.137.12 name=Vodafone Pre Pay MMS port= mcc=234 apn=pp.vodafone.co.uk type=mms
  2391. 01-01 00:43:50.211 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mvno_match_data=BT password= sub_id=-1 mvno_type=spn numeric=23430 mmsc= bearer_bitmask=0 user= mnc=30 proxy= name=BT One Phone Internet port= mcc=234 apn=btmobile.bt.com type=default,supl
  2392. 01-01 00:43:50.238 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23455 mmsc=http://mmsc.gprs.cw.com/ user= mnc=55 mmsport=80 proxy= mmsproxy=10.0.3.101 name=Lifestyle MMS port= mcc=234 apn=mms type=mms
  2393. 01-01 00:43:50.246 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms mnc=58 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.manxpronto.net:8002 mmsproxy=195.10.99.46 numeric=23458 name=Manx Telecom Contract MMS mcc=234 apn=mms.manxpronto.net type=mms user=mms
  2394. 01-01 00:43:50.249 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mmsgo mnc=58 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.manxpronto.net:8002 mmsproxy=195.10.99.41 numeric=23458 name=Manx Telecom Prepay MMS mcc=234 apn=mms.prontogo.net type=mms user=mmsgo
  2395. 01-01 00:43:50.252 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=gprs mnc=58 sub_id=-1 bearer_bitmask=0 numeric=23458 name=Manx Telecom Contract WEB mcc=234 apn=web.manxpronto.net type=default,supl user=gprs
  2396. 01-01 00:43:50.263 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=23801 name=Fullrate mcc=238 authtype=3 apn=internet type=default,supl user=
  2397. 01-01 00:43:50.268 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=23801 name=Telmore mcc=238 authtype=3 apn=internet type=default,supl user=
  2398. 01-01 00:43:50.273 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23801 mmsc=http://192.168.241.114:8002 user= mnc=01 mmsport=8080 proxy= mmsproxy=194.182.251.15 name=Telmore MMS port= mcc=238 apn=mms type=mms
  2399. 01-01 00:43:50.279 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23802 mmsc=http://mms.telenor.dk user= mnc=02 mmsport=8080 proxy= mmsproxy=212.88.64.8 name=Onfone MMS port= mcc=238 apn=telenor type=mms
  2400. 01-01 00:43:50.283 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23802 name=CBB GPRS port= mcc=238 apn=internet type=default,supl user=
  2401. 01-01 00:43:50.299 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23810 mmsc=http://192.168.241.114:8002 user= mnc=10 mmsport=8080 proxy= mmsproxy=194.182.251.15 name=M1 MMS GPRS port= mcc=238 apn=mms type=mms
  2402. 01-01 00:43:50.301 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=10 sub_id=-1 bearer_bitmask=0 mmsc= proxy=194.182.251.15 numeric=23810 name=M1 WAP GPRS port=8080 mcc=238 apn=wap type=default,supl user=
  2403. 01-01 00:43:50.310 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 numeric=23820 name=DLG Tele mcc=238 authtype=3 apn=websp type=default,supl user=
  2404. 01-01 00:43:50.313 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 numeric=23820 name=Waoo Mobil mcc=238 apn=websp type=default,supl user=
  2405. 01-01 00:43:50.317 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23820 mmsc=http://mms.telia.dk user= mnc=20 mmsport=8080 proxy= mmsproxy=193.209.134.131 name=Waoo Mobil MMS port= mcc=238 apn=mmssp type=mms
  2406. 01-01 00:43:50.320 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=20 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=23820 name=Siminn Internet port= mcc=238 apn=websp type=default,supl user=
  2407. 01-01 00:43:50.325 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=23820 mmsc=http://mms.telia.dk user= mnc=20 mmsport=8080 proxy= mmsproxy=193.209.134.131 name=Siminn MMS port= mcc=238 apn=mmssp type=mms
  2408. 01-01 00:43:50.334 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24001 mmsc=http://mmss user= mnc=01 mmsport=80 proxy= mmsproxy=193.209.134.132 name=Halebop MMS port= mcc=240 apn=mms.telia.se type=mms
  2409. 01-01 00:43:50.372 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24008 mmsc=http://mms user= mnc=08 mmsport=8799 proxy= mmsproxy=172.30.253.241 name=Telenor MMS port= mcc=240 apn=services.telenor.se type=mms
  2410. 01-01 00:43:50.376 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24008 mmsc=http://mms user= mnc=08 mmsport=8799 proxy= mmsproxy=172.30.253.241 name=Glocalnet MMS port= mcc=240 apn=services.glocalnet.se type=mms
  2411. 01-01 00:43:50.382 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=10 sub_id=-1 bearer_bitmask=0 numeric=24010 name=Spring data mcc=240 apn=data.springmobil.se type=default,supl
  2412. 01-01 00:43:50.400 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24403 name=Telia ISP GPRS port= mcc=244 apn=internet type=default,supl user=
  2413. 01-01 00:43:50.411 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24405 mmsc= authtype=1 user= mnc=05 proxy= name=Saunalahti Internet port= mcc=244 apn=internet type=default,supl
  2414. 01-01 00:43:50.414 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24405 mmsc=http://mms.elisa.fi authtype=1 user= mnc=05 mmsport=80 proxy= mmsproxy=213.161.41.57 name=Saunalahti MMS port= mcc=244 apn=mms type=mms
  2415. 01-01 00:43:50.431 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=12 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24412 name=Optimi Internet port= mcc=244 apn=internet.dicame.fi type=default,supl user=
  2416. 01-01 00:43:50.434 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24412 mmsc=http://mmsc.dicame.fi user= mnc=12 mmsport=8080 proxy= mmsproxy=10.1.1.15 name=Optimi MMS port= mcc=244 apn=mms.dicame.fi type=mms
  2417. 01-01 00:43:50.438 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=12 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24412 name=Finora Internet port= mcc=244 apn=internet.setera.fi type=default,supl user=
  2418. 01-01 00:43:50.442 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24412 mmsc=http://mmsc.setera.fi user= mnc=12 mmsport=8080 proxy= mmsproxy=10.1.11.2 name=Finora MMS port= mcc=244 apn=mms.setera.fi type=mms
  2419. 01-01 00:43:50.451 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=91 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=24491 name=Tele Finland Internet port= mcc=244 apn=internet type=default,supl user=
  2420. 01-01 00:43:50.455 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=24491 mmsc=http://mms.sonera.fi:8002 user= mnc=91 mmsport=80 proxy= mmsproxy=195.156.25.33 name=Tele Finland MMS port= mcc=244 apn=wap.sonera.net type=mms
  2421. 01-01 00:43:50.482 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=any mnc=07 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=25007 name=internet port= mcc=250 apn=internet.smarts.ru type=default,supl user=any
  2422. 01-01 00:43:50.511 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=01 sub_id=-1 bearer_bitmask=0 numeric=25501 name=Mobile GPRS Internet mcc=255 apn=internet type=default,supl user=
  2423. 01-01 00:43:50.521 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mms sub_id=-1 bearer_bitmask=0 numeric=25503 mmsc=http://mms.kyivstar.net user=mms mnc=03 mmsport=8080 proxy= mmsproxy=10.10.10.10 name=Ace_Base MMS port= mcc=255 apn=mms.kyivstar.net type=mms
  2424. 01-01 00:43:50.524 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=03 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=25503 name=Ace_Base port= mcc=255 apn=www.ab.kyivstar.net type=default,supl user=
  2425. 01-01 00:43:50.549 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=eramms sub_id=-1 bearer_bitmask=0 numeric=26002 mmsc=http://mms.era.pl/servlets/mms user=eramms mnc=02 mmsport=8080 mmsproxy=213.158.194.226 name=Era MMS server=* mcc=260 apn=eramms type=mms
  2426. 01-01 00:43:50.552 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=erainternet mnc=02 sub_id=-1 bearer_bitmask=0 numeric=26002 name=Era Internet mcc=260 apn=erainternet type=default,supl user=erainternet
  2427. 01-01 00:43:50.559 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=26002 name=T-Mobile.pl INTERNET port= mcc=260 apn=internet type=default,supl user=
  2428. 01-01 00:43:50.564 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=02 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=26002 name=Heyah INTERNET port= mcc=260 apn=heyah.pl type=default,supl user=
  2429. 01-01 00:43:50.568 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=internet mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26003 name=Orange PL mcc=260 apn=internet type=default,supl user=internet
  2430. 01-01 00:43:50.576 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26006 mmsc=http://10.10.28.164/mms/wapenc user= mnc=06 mmsport=8080 proxy= mmsproxy=10.10.25.5 name=Play MMS port= mcc=260 apn=mms type=mms
  2431. 01-01 00:43:50.590 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=blau mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26203 name=blau DE mcc=262 apn=internet.eplus.de type=default,supl user=blau
  2432. 01-01 00:43:50.594 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=internet mnc=03 sub_id=-1 bearer_bitmask=0 numeric=26203 name=E-Plus Internet mcc=262 apn=internet.eplus.de type=default,supl user=eplus
  2433. 01-01 00:43:50.597 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=eplus mnc=03 mmsport=5080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms/eplus/ mmsproxy=212.23.97.153 numeric=26203 name=E-Plus MMS mcc=262 apn=mms.eplus.de type=mms user=mms
  2434. 01-01 00:43:50.608 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=tm sub_id=-1 bearer_bitmask=0 numeric=26206 mmsc=http://mms.t-mobile.de/servlets/mms user=t-mobile mnc=06 mmsport=8008 proxy= mmsproxy=172.28.23.131 name=T-Mobile Internet port= mcc=262 apn=internet.t-mobile type=default,supl,mms
  2435. 01-01 00:43:50.632 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26208 mmsc=http://10.81.0.7:8002 user= mnc=08 mmsport=8080 proxy= mmsproxy=82.113.100.5 name=O2 port= mcc=262 apn=internet type=default,supl,mms
  2436. 01-01 00:43:50.659 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=26803 mmsc= authtype=1 user= mnc=03 proxy= name=PT - Optimus Web port= mcc=268 apn=umts type=default,supl
  2437. 01-01 00:43:50.670 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=vodafone mnc=01 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=27201 name=Vodafone IE-ISP port= mcc=272 apn=isp.vodafone.ie type=default,supl user=vodafone
  2438. 01-01 00:43:50.677 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=27201 mmsc=http://www.vodafone.ie/mms user= mnc=01 mmsport=80 proxy= mmsproxy=10.24.59.200 name=Vodafone IE-MMS port= mcc=272 apn=mms.vodafone.net type=mms
  2439. 01-01 00:43:50.687 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=27205 mmsc=http://mms.um.3ireland.ie:10021/mmsc user= mnc=05 mmsport=8799 proxy= mmsproxy=mms.3ireland.ie name=3 Ireland port= mcc=272 apn=3ireland.ie type=default,supl,mms
  2440. 01-01 00:43:50.709 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=28305 mmsc=http://mms.vivacell.am/mmsc user= mnc=05 mmsport=8080 proxy= mmsproxy=83.217.226.72 name=VivaCell MMS port= mcc=283 apn=mms.vivacell.am type=mms
  2441. 01-01 00:43:50.744 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=270 sub_id=-1 bearer_bitmask=0 numeric=302270 name=Eastlink Internet mcc=302 apn=wisp.mobi.eastlink.ca type=default,supl
  2442. 01-01 00:43:50.747 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=270 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mmss.mobi.eastlink.ca numeric=302270 mmsproxy=10.232.12.49 name=Eastlink MMS mcc=302 apn=mms.mobi.eastlink.ca type=mms
  2443. 01-01 00:43:50.750 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=302320 mmsc=http://mms.mobilicity.net user= mnc=320 mmsport=8080 proxy= mmsproxy=10.100.3.4 name=Mobilicity MMS port= mcc=302 apn=mms.davewireless.com type=mms
  2444. 01-01 00:43:50.759 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=490 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=302490 name=Wind CA port= mcc=302 apn=internet.windmobile.ca type=default,supl user=
  2445. 01-01 00:43:50.762 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=302490 mmsc=http://mms.windmobile.ca user= mnc=490 mmsport=8080 proxy= mmsproxy=74.115.197.70 name=Wind CA MMS port= mcc=302 apn=mms.windmobile.ca type=mms
  2446. 01-01 00:43:50.802 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=090 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310090 name=Internet port= mcc=310 apn=isp type=default,supl user=
  2447. 01-01 00:43:50.804 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=310090 mmsc=http://mms.edgemobile.net/mmsc user= mnc=090 mmsport=3128 proxy= mmsproxy=12.108.12.13 name=MMS port= mcc=310 apn=mms type=mms
  2448. 01-01 00:43:50.807 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=310090 mmsc=http://mms.edgemobile.net/mmsc user= mnc=090 mmsport=3128 proxy= mmsproxy=12.108.12.13 name=Edge MMS Prepay port= mcc=310 apn=ppmms type=mms
  2449. 01-01 00:43:50.816 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=100 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310100 name=PLATWEB port= mcc=310 apn=plateauweb type=default,supl user=
  2450. 01-01 00:43:50.820 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV4V6 mnc=120 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV4V6 numeric=310120 name=Sprint EHRPD ota mcc=310 apn=otasn type=fota
  2451. 01-01 00:43:50.824 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV4V6 mnc=120 mmsport=80 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV4V6 mmsc=http://mms.sprintpcs.com numeric=310120 mmsproxy=68.28.31.7 name=Sprint EHRPD internet mcc=310 apn=n.ispsn type=default,mms,supl,hipri
  2452. 01-01 00:43:50.855 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=260 sub_id=-1 bearer_bitmask=0 mmsc=http://wholesale.mmsmvno.com/mms/wapenc numeric=310260 name=UVA Wireless port= mcc=310 apn=wholesale type=default,mms,supl,admin
  2453. 01-01 00:43:50.858 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=260 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.wholesale.mmsmvno.com/mms/wapenc numeric=310260 name=Ready SIM port= mcc=310 apn=wholesale type=default,mms,supl
  2454. 01-01 00:43:50.870 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv protocol=IPV6 mnc=260 sub_id=-1 bearer_bitmask=0 roaming_protocol=IPV6 numeric=310260 name=Ting Data mcc=310 apn=wholesale type=default,admin,fota,mms,supl,hipri,internet,dun
  2455. 01-01 00:43:50.889 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=410 mmsport=80 sub_id=-1 bearer_bitmask=0 mmsc=http://mmsc.cingular.com mmsproxy=66.209.11.33 numeric=310410 proxy=66.209.11.33 name=Jolt Mobile port=80 mcc=310 apn=att.mvno type=default,mms,supl
  2456. 01-01 00:43:50.927 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=610 sub_id=-1 bearer_bitmask=0 numeric=310610 name=Epic Internet mcc=310 authtype=0 apn=internet.epictouch type=default,supl
  2457. 01-01 00:43:50.935 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=770 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=310770 name=iWireless port= mcc=310 apn=i2.iwireless.com type=default,supl user=
  2458. 01-01 00:43:50.984 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv mnc=370 sub_id=-1 bearer_bitmask=0 numeric=311370 name=GCI Data mcc=311 apn=web.gci type=default,supl
  2459. 01-01 00:43:50.988 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=370 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=311370 name=GCI Data port= mcc=311 apn=web.gci type=default,supl user=
  2460. 01-01 00:43:50.991 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= sub_id=-1 bearer_bitmask=0 numeric=311370 mmsc=http://mmsc.gci.csky.us:6672 user= mnc=370 mmsport=9201 proxy= mmsproxy=209.4.229.92 name=GCI MMS port= mcc=311 apn=mms.gci type=mms
  2461. 01-01 00:43:50.992 379 379 E mm-camera: main: HAL event call
  2462. 01-01 00:43:50.992 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2463. 01-01 00:43:50.992 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2464. 01-01 00:43:50.992 379 5107 E mm-camera: mct_pipeline_process_set:command=800000b
  2465. 01-01 00:43:50.992 379 5107 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  2466. 01-01 00:43:50.993 379 379 E mm-camera: main: return true, return type 0
  2467. 01-01 00:43:50.993 379 379 E mm-camera: main: HAL event call
  2468. 01-01 00:43:50.993 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  2469. 01-01 00:43:50.993 379 379 E mm-camera: server_process_hal_event: delete session
  2470. 01-01 00:43:50.993 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  2471. 01-01 00:43:50.994 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  2472. 01-01 00:43:50.994 379 379 E mm-camera: tv_sec = 1388537031 tv_nsec = 994143000
  2473. 01-01 00:43:50.996 379 5422 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  2474. 01-01 00:43:50.996 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2475. 01-01 00:43:50.996 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  2476. 01-01 00:43:50.996 379 5422 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  2477. 01-01 00:43:50.996 379 5422 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  2478. 01-01 00:43:50.996 379 5422 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  2479. 01-01 00:43:51.006 379 5422 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  2480. 01-01 00:43:51.006 379 5422 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  2481. 01-01 00:43:51.006 379 5422 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  2482. 01-01 00:43:51.006 379 5422 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  2483. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2484. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2485. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  2486. 01-01 00:43:51.006 379 5422 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  2487. 01-01 00:43:51.006 379 5422 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  2488. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2489. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2490. 01-01 00:43:51.006 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  2491. 01-01 00:43:51.006 379 5422 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  2492. 01-01 00:43:51.006 379 5422 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  2493. 01-01 00:43:51.006 379 5422 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  2494. 01-01 00:43:51.006 379 5422 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  2495. 01-01 00:43:51.006 379 5422 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  2496. 01-01 00:43:51.007 379 5422 E mm-camera: isp_thread_async_task_stop: X, session_id = 3
  2497. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2498. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2499. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  2500. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  2501. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: list =0xb4e7e230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  2502. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  2503. 01-01 00:43:51.007 379 5422 E mm-camera: stats_port_deinit: E
  2504. 01-01 00:43:51.007 379 5422 E mm-camera: stats_port_deinit: __dbg private free
  2505. 01-01 00:43:51.007 379 5422 E mm-camera: stats_port_deinit: X
  2506. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  2507. 01-01 00:43:51.007 379 5422 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6383540
  2508. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  2509. 01-01 00:43:51.007 379 5422 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  2510. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2511. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2512. 01-01 00:43:51.007 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  2513. 01-01 00:43:51.007 379 5422 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  2514. 01-01 00:43:51.007 379 5422 E mm-camera: cpp_module_stop_session:335, info: stopping session 3 ...
  2515. 01-01 00:43:51.007 379 5103 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  2516. 01-01 00:43:51.012 379 5422 E mm-camera: cpp_module_stop_session:366, info: session 3 stopped.
  2517. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  2518. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_stop_session:295, info: stopping session 3 ...
  2519. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  2520. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  2521. 01-01 00:43:51.012 379 5104 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  2522. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  2523. 01-01 00:43:51.012 379 5422 E mm-camera: c2d_module_stop_session:334, info: session 3 stopped.
  2524. 01-01 00:43:51.013 379 5105 E mm-camera-img: module_imglib_msg_thread:124] X
  2525. 01-01 00:43:51.013 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2526. 01-01 00:43:51.013 379 5422 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2527. 01-01 00:43:51.013 379 5422 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  2528. 01-01 00:43:51.013 379 5106 E mm-camera-img: module_imglib_msg_thread:124] X
  2529. 01-01 00:43:51.013 379 5422 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2530. 01-01 00:43:51.013 379 5422 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  2531. 01-01 00:43:51.013 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  2532. 01-01 00:43:51.013 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  2533. 01-01 00:43:51.013 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  2534. 01-01 00:43:51.013 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  2535. 01-01 00:43:51.013 379 379 E mm-camera: main: return true, return type 0
  2536. 01-01 00:43:51.050 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=iusacellgsm mnc=050 sub_id=-1 bearer_bitmask=0 numeric=334050 name=Unefon Internet mcc=334 authtype=0 apn=web.iusacellgsm.mx type=default,supl user=iusacellgsm
  2537. 01-01 00:43:51.052 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=mmsiusacellgsm mnc=050 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.iusacell3g.com/ numeric=334050 name=Unefon MMS mcc=334 apn=mms.iusacellgsm.mx type=mms user=mmsiusacellgsm
  2538. 01-01 00:43:51.071 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel Haiti Web mcc=338 apn=web type=default,supl user=
  2539. 01-01 00:43:51.075 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel BVI Web mcc=338 apn=web type=default,supl user=
  2540. 01-01 00:43:51.083 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=33805 name=Digicel Cayman MMS mcc=338 apn=wap type=mms user=
  2541. 01-01 00:43:51.087 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 sub_id=-1 bearer_bitmask=0 numeric=33805 name=Digicel LTE ANTIGUA mcc=338 apn=internet type=default,supl user=
  2542. 01-01 00:43:51.090 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=05 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=33805 name=Digicel Antigua MMS mcc=338 apn=wap type=mms user=
  2543. 01-01 00:43:51.095 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel Haiti Web mcc=338 apn=web type=default,supl user=
  2544. 01-01 00:43:51.099 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel BVI Web mcc=338 apn=web type=default,supl user=
  2545. 01-01 00:43:51.103 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=338050 name=Digicel Cayman MMS mcc=338 apn=wap type=mms user=
  2546. 01-01 00:43:51.106 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 sub_id=-1 bearer_bitmask=0 numeric=338050 name=Digicel LTE ANTIGUA mcc=338 apn=internet type=default,supl user=
  2547. 01-01 00:43:51.109 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password= mnc=050 mmsport=8080 sub_id=-1 bearer_bitmask=0 mmsc=http://mms.digicelgroup.com mmsproxy=172.16.7.12 numeric=338050 name=Digicel ANTIGUA MMS mcc=338 apn=wap type=mms user=
  2548. 01-01 00:43:51.116 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 numeric=34001 name=Orange web mcc=340 apn=orangeweb type=default,supl user=orange
  2549. 01-01 00:43:51.121 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=orange mnc=01 sub_id=-1 bearer_bitmask=0 numeric=34001 name=Orangeweb mcc=340 apn=orangeweb type=default,supl user=orange
  2550. 01-01 00:43:51.148 4732 4732 E Zygote : Exit zygote because system server (4941) has terminated
  2551. 01-01 00:43:51.153 5344 5344 E TelephonyProvider: dbh.selectConflictingRow: Expected 1 but found 0 matching rows found for cv password=wap03oecs mnc=070 sub_id=-1 bearer_bitmask=0 mmsc= proxy= numeric=360070 name=Digicel VC port= mcc=360 apn=wap.digiceloecs.com type=default,supl user=wapoecs
  2552. 01-01 00:43:51.301 5431 5431 E : Failed to open libdatactrl, some features may not be present.
  2553. 01-01 00:43:51.301 5431 5431 E : Failed to open libcsm_data, some features may not be present.
  2554. 01-01 00:43:51.587 5430 5430 E mm-camera-intf: mm_camera_open: begin
  2555. 01-01 00:43:51.587 5430 5430 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
  2556. 01-01 00:43:51.587 379 379 E mm-camera: main: HAL event call
  2557. 01-01 00:43:51.587 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  2558. 01-01 00:43:51.587 379 379 E mm-camera: server_process_hal_event: new session __debug__
  2559. 01-01 00:43:51.587 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  2560. 01-01 00:43:51.590 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  2561. 01-01 00:43:51.590 379 379 E mm-camera-sensor:
  2562. 01-01 00:43:51.591 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev1
  2563. 01-01 00:43:51.591 379 379 E mm-camera-sensor:
  2564. 01-01 00:43:51.598 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev3
  2565. 01-01 00:43:51.599 379 379 E mm-camera-sensor: sensor_load_library:82 s5k6b2yx : load from phone
  2566. 01-01 00:43:51.601 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 1
  2567. 01-01 00:43:51.601 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  2568. 01-01 00:43:51.601 379 379 E mm-camera-sensor: sensor_init:467 60hz
  2569. 01-01 00:43:51.605 263 267 E FrameworkListener: read() failed (Connection reset by peer)
  2570. 01-01 00:43:51.624 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:s5k6b2yx, 2
  2571. 01-01 00:43:51.625 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2572. 01-01 00:43:51.625 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2573. 01-01 00:43:51.625 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  2574. 01-01 00:43:51.625 379 379 E mm-camera-sensor:
  2575. 01-01 00:43:51.625 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  2576. 01-01 00:43:51.625 379 379 E mm-camera-sensor:
  2577. 01-01 00:43:51.626 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=3, module=0xb671a1a0
  2578. 01-01 00:43:51.626 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=196608
  2579. 01-01 00:43:51.626 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  2580. 01-01 00:43:51.628 379 379 E mm-camera: stats_port_init: E
  2581. 01-01 00:43:51.628 379 379 E mm-camera: stats_port_init: X
  2582. 01-01 00:43:51.628 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 3
  2583. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'SLIM RX6 MUX' doesn't exist - skipping
  2584. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'SLIM RX7 MUX' doesn't exist - skipping
  2585. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX7 MIX1 INP2' doesn't exist - skipping
  2586. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX7 MIX1 INP1' doesn't exist - skipping
  2587. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX6 MIX1 INP2' doesn't exist - skipping
  2588. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX6 MIX1 INP1' doesn't exist - skipping
  2589. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX5 MIX1 INP2' doesn't exist - skipping
  2590. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX5 MIX1 INP1' doesn't exist - skipping
  2591. 01-01 00:43:51.651 5429 5429 E audio_route: Control 'RX2 MIX1 INP2' doesn't exist - skipping
  2592. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'SLIM TX10 MUX' doesn't exist - skipping
  2593. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'SLIM TX9 MUX' doesn't exist - skipping
  2594. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'SLIM TX8 MUX' doesn't exist - skipping
  2595. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'SLIM TX7 MUX' doesn't exist - skipping
  2596. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'SLIM TX6 MUX' doesn't exist - skipping
  2597. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'DEC10 MUX' doesn't exist - skipping
  2598. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'DEC9 MUX' doesn't exist - skipping
  2599. 01-01 00:43:51.652 5429 5429 E audio_route: Control 'DEC8 MUX' doesn't exist - skipping
  2600. 01-01 00:43:51.653 5429 5429 E audio_route: Control 'DEC7 MUX' doesn't exist - skipping
  2601. 01-01 00:43:51.653 5429 5429 E audio_route: Control 'DEC6 MUX' doesn't exist - skipping
  2602. 01-01 00:43:51.653 5429 5429 E audio_route: Control 'DEC5 MUX' doesn't exist - skipping
  2603. 01-01 00:43:51.654 5429 5429 E audio_route: Control 'VEQ Enable' doesn't exist - skipping
  2604. 01-01 00:43:51.654 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2605. 01-01 00:43:51.655 5429 5429 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  2606. 01-01 00:43:51.656 5429 5429 E audio_route: unknown enum value string DSM_HPHL_RX1 for ctl CLASS_H_DSM MUX
  2607. 01-01 00:43:51.658 5429 5429 E audio_route: Control 'Main Mic Delay' doesn't exist - skipping
  2608. 01-01 00:43:51.660 5429 5429 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein1-NS-mic'
  2609. 01-01 00:43:51.660 5429 5429 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'bargein2-NS-mic'
  2610. 01-01 00:43:51.662 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2611. 01-01 00:43:51.662 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2612. 01-01 00:43:51.662 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2613. 01-01 00:43:51.663 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2614. 01-01 00:43:51.663 5429 5429 E audio_route: unknown enum value string POS_2_DB for ctl EAR PA Gain
  2615. 01-01 00:43:51.665 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2616. 01-01 00:43:51.666 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  2617. 01-01 00:43:51.666 379 379 E mm-camera: cpp_module_start_session:318, info: session 3 started.
  2618. 01-01 00:43:51.666 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 3
  2619. 01-01 00:43:51.666 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2620. 01-01 00:43:51.666 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2621. 01-01 00:43:51.666 5429 5429 E audio_route: Control 'TX5 HPF cut off' doesn't exist - skipping
  2622. 01-01 00:43:51.666 379 5458 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  2623. 01-01 00:43:51.667 5429 5429 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-handset'
  2624. 01-01 00:43:51.667 5429 5429 E audio_route: Control 'AIF1_CAP Mixer SLIM TX1' already exists in path 'VoLTE-video-NS-mic-speaker'
  2625. 01-01 00:43:51.670 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  2626. 01-01 00:43:51.670 379 5459 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  2627. 01-01 00:43:51.672 379 379 E mm-camera: c2d_module_start_session:278, info: session 3 started.
  2628. 01-01 00:43:51.673 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2629. 01-01 00:43:51.673 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2630. 01-01 00:43:51.673 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x3, module=0xb671a1a0
  2631. 01-01 00:43:51.673 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=196608
  2632. 01-01 00:43:51.673 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  2633. 01-01 00:43:51.673 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 3
  2634. 01-01 00:43:51.673 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 3
  2635. 01-01 00:43:51.673 379 379 E mm-camera: aec_load_function: loading QTI front algorithm
  2636. 01-01 00:43:51.673 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 3
  2637. 01-01 00:43:51.675 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=196608
  2638. 01-01 00:43:51.675 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x30000
  2639. 01-01 00:43:51.675 379 379 E mm-camera: awb_load_function: loading QTI front algorithm
  2640. 01-01 00:43:51.684 379 5461 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2641. 01-01 00:43:51.684 379 5460 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2642. 01-01 00:43:51.684 379 5460 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  2643. 01-01 00:43:51.684 379 5461 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  2644. 01-01 00:43:51.684 379 5460 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  2645. 01-01 00:43:51.685 5451 5451 E QSEECOMAPI: : Error::Cannot open the file /vendor/firmware/keymaster/keymaster.mdt
  2646. 01-01 00:43:51.685 5451 5451 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2647. 01-01 00:43:51.685 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=196608
  2648. 01-01 00:43:51.685 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x30000
  2649. 01-01 00:43:51.685 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  2650. 01-01 00:43:51.689 5429 5429 E ACDB-LOADER: Error: ACDB get asm topologies returned = -18
  2651. 01-01 00:43:51.690 5429 5429 E msm8974_platform: find_index: Could not find index for name = SND_DEVICE_IN_VOICE_REC_HEADSET_MIC
  2652. 01-01 00:43:51.690 5429 5429 E platform_info: process_device_name: Device SND_DEVICE_IN_VOICE_REC_HEADSET_MIC in /system/etc/audio_platform_info.xml not found, no alias set!
  2653. 01-01 00:43:51.692 5429 5429 E audio_hw_primary: Amplifier initialization failed
  2654. 01-01 00:43:51.693 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  2655. 01-01 00:43:51.693 379 379 E mm-camera: main: return true, return type 0
  2656. 01-01 00:43:51.694 5430 5430 E mm-camera-intf: mm_camera_open: opened, break out while loop
  2657. 01-01 00:43:51.694 5430 5430 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  2658. 01-01 00:43:51.697 379 379 E mm-camera: main: return true, return type 1
  2659. 01-01 00:43:51.697 379 379 E mm-camera: main: return true, return type 1
  2660. 01-01 00:43:51.697 379 379 E mm-camera: main: HAL event call
  2661. 01-01 00:43:51.697 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  2662. 01-01 00:43:51.697 379 5463 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  2663. 01-01 00:43:51.697 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  2664. 01-01 00:43:51.698 379 379 E mm-camera: main: return true, return type 0
  2665. 01-01 00:43:51.698 379 379 E mm-camera: main: return true, return type 1
  2666. 01-01 00:43:51.698 379 379 E mm-camera: main: return true, return type 1
  2667. 01-01 00:43:51.699 379 379 E mm-camera: main: HAL event call
  2668. 01-01 00:43:51.699 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2669. 01-01 00:43:51.699 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2670. 01-01 00:43:51.699 379 5463 E mm-camera: mct_pipeline_process_set:command=800000b
  2671. 01-01 00:43:51.699 379 5463 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  2672. 01-01 00:43:51.699 379 379 E mm-camera: main: return true, return type 0
  2673. 01-01 00:43:51.700 379 379 E mm-camera: main: HAL event call
  2674. 01-01 00:43:51.700 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  2675. 01-01 00:43:51.700 379 379 E mm-camera: server_process_hal_event: delete session
  2676. 01-01 00:43:51.700 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  2677. 01-01 00:43:51.700 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  2678. 01-01 00:43:51.700 379 379 E mm-camera: tv_sec = 1388537032 tv_nsec = 700680000
  2679. 01-01 00:43:51.702 379 5470 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  2680. 01-01 00:43:51.702 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2681. 01-01 00:43:51.702 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  2682. 01-01 00:43:51.702 379 5470 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  2683. 01-01 00:43:51.702 379 5470 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  2684. 01-01 00:43:51.702 379 5470 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  2685. 01-01 00:43:51.713 379 5470 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  2686. 01-01 00:43:51.713 379 5470 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  2687. 01-01 00:43:51.713 379 5470 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  2688. 01-01 00:43:51.713 379 5470 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  2689. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2690. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2691. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  2692. 01-01 00:43:51.713 379 5470 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  2693. 01-01 00:43:51.713 379 5470 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  2694. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2695. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2696. 01-01 00:43:51.713 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  2697. 01-01 00:43:51.713 379 5470 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  2698. 01-01 00:43:51.713 379 5470 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  2699. 01-01 00:43:51.713 379 5470 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  2700. 01-01 00:43:51.713 379 5470 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  2701. 01-01 00:43:51.714 379 5470 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  2702. 01-01 00:43:51.714 379 5470 E mm-camera: isp_thread_async_task_stop: X, session_id = 3
  2703. 01-01 00:43:51.714 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2704. 01-01 00:43:51.714 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2705. 01-01 00:43:51.714 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  2706. 01-01 00:43:51.714 379 5470 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  2707. 01-01 00:43:51.714 379 5470 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  2708. 01-01 00:43:51.714 379 5470 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  2709. 01-01 00:43:51.715 379 5470 E mm-camera: stats_port_deinit: E
  2710. 01-01 00:43:51.715 379 5470 E mm-camera: stats_port_deinit: __dbg private free
  2711. 01-01 00:43:51.715 379 5470 E mm-camera: stats_port_deinit: X
  2712. 01-01 00:43:51.715 379 5470 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  2713. 01-01 00:43:51.715 379 5470 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb57835c0
  2714. 01-01 00:43:51.715 379 5470 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  2715. 01-01 00:43:51.715 379 5470 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  2716. 01-01 00:43:51.715 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2717. 01-01 00:43:51.715 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2718. 01-01 00:43:51.715 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  2719. 01-01 00:43:51.715 379 5470 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  2720. 01-01 00:43:51.715 379 5470 E mm-camera: cpp_module_stop_session:335, info: stopping session 3 ...
  2721. 01-01 00:43:51.715 379 5458 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  2722. 01-01 00:43:51.721 379 5470 E mm-camera: cpp_module_stop_session:366, info: session 3 stopped.
  2723. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  2724. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_stop_session:295, info: stopping session 3 ...
  2725. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  2726. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  2727. 01-01 00:43:51.721 379 5459 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  2728. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  2729. 01-01 00:43:51.721 379 5470 E mm-camera: c2d_module_stop_session:334, info: session 3 stopped.
  2730. 01-01 00:43:51.722 379 5460 E mm-camera-img: module_imglib_msg_thread:124] X
  2731. 01-01 00:43:51.722 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2732. 01-01 00:43:51.722 379 5470 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2733. 01-01 00:43:51.722 379 5470 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  2734. 01-01 00:43:51.722 379 5461 E mm-camera-img: module_imglib_msg_thread:124] X
  2735. 01-01 00:43:51.722 379 5470 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2736. 01-01 00:43:51.722 379 5470 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  2737. 01-01 00:43:51.722 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  2738. 01-01 00:43:51.722 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  2739. 01-01 00:43:51.722 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  2740. 01-01 00:43:51.723 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  2741. 01-01 00:43:51.723 379 379 E mm-camera: main: return true, return type 0
  2742. 01-01 00:43:51.723 5430 5430 E mm-camera-intf: mm_camera_open: begin
  2743. 01-01 00:43:51.723 5430 5430 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  2744. 01-01 00:43:51.724 379 379 E mm-camera: main: HAL event call
  2745. 01-01 00:43:51.724 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  2746. 01-01 00:43:51.724 379 379 E mm-camera: server_process_hal_event: new session __debug__
  2747. 01-01 00:43:51.724 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  2748. 01-01 00:43:51.724 5429 5429 E audio_route: unable to find path 'echo-reference'
  2749. 01-01 00:43:51.724 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  2750. 01-01 00:43:51.724 379 379 E mm-camera-sensor:
  2751. 01-01 00:43:51.724 5429 5429 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  2752. 01-01 00:43:51.725 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  2753. 01-01 00:43:51.725 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  2754. 01-01 00:43:51.726 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  2755. 01-01 00:43:51.726 379 379 E mm-camera-sensor:
  2756. 01-01 00:43:51.734 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  2757. 01-01 00:43:51.736 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  2758. 01-01 00:43:51.737 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  2759. 01-01 00:43:51.737 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  2760. 01-01 00:43:51.737 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  2761. 01-01 00:43:51.738 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  2762. 01-01 00:43:51.738 379 379 E mm-camera-sensor: sensor_init:467 60hz
  2763. 01-01 00:43:51.741 5429 5429 E audio_route: unable to find path 'echo-reference'
  2764. 01-01 00:43:51.742 5429 5429 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
  2765. 01-01 00:43:51.745 5429 5429 E audio_route: unable to find path 'low-latency-record'
  2766. 01-01 00:43:51.746 5429 5429 E audio_route: unable to find path 'low-latency-record'
  2767. 01-01 00:43:51.749 5451 5451 E QSEECOMAPI: : Error::Load image request failed ret = -1, errno = 22
  2768. 01-01 00:43:51.749 5451 5451 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2769. 01-01 00:43:51.750 5451 5451 E QSEECOMAPI: : Error::Cannot open the file /firmware/image/skeymast.mdt
  2770. 01-01 00:43:51.750 5451 5451 E QSEECOMAPI: : Error::Loading image failed with ret = -1
  2771. 01-01 00:43:51.750 5451 5451 E QCOMKeyMaster: Loading keymaster app failed
  2772. 01-01 00:43:51.750 5451 5451 E keystore: Error opening keystore keymaster0 device.
  2773. 01-01 00:43:51.750 5451 5451 E keystore: keystore keymaster could not be initialized; exiting
  2774. 01-01 00:43:51.761 5429 5429 E audio_hw_primary: adev_open_output_stream: Primary output is already opened
  2775. 01-01 00:43:51.764 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  2776. 01-01 00:43:51.765 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  2777. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2778. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2779. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  2780. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2781. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2782. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2783. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  2784. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  2785. 01-01 00:43:51.765 5429 5429 E AudioFlinger: not enough memory for pipe buffer size=24576
  2786. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2787. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2788. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2789. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  2790. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  2791. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2792. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2793. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2794. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  2795. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  2796. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2797. 01-01 00:43:51.765 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2798. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2799. 01-01 00:43:51.765 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  2800. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  2801. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  2802. 01-01 00:43:51.765 379 379 E mm-camera-sensor:
  2803. 01-01 00:43:51.765 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  2804. 01-01 00:43:51.765 379 379 E mm-camera-sensor:
  2805. 01-01 00:43:51.772 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  2806. 01-01 00:43:51.772 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  2807. 01-01 00:43:51.772 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  2808. 01-01 00:43:51.773 379 379 E mm-camera: stats_port_init: E
  2809. 01-01 00:43:51.773 379 379 E mm-camera: stats_port_init: X
  2810. 01-01 00:43:51.773 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  2811. 01-01 00:43:51.776 5429 5429 E RadioService: couldn't load radio module radio.primary (No such file or directory)
  2812. 01-01 00:43:51.777 5429 5429 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
  2813. 01-01 00:43:51.803 379 5488 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  2814. 01-01 00:43:51.803 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  2815. 01-01 00:43:51.803 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  2816. 01-01 00:43:51.803 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  2817. 01-01 00:43:51.803 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  2818. 01-01 00:43:51.803 379 5489 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  2819. 01-01 00:43:51.807 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  2820. 01-01 00:43:51.807 379 5490 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2821. 01-01 00:43:51.807 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2822. 01-01 00:43:51.807 379 5490 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  2823. 01-01 00:43:51.807 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2824. 01-01 00:43:51.807 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  2825. 01-01 00:43:51.807 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  2826. 01-01 00:43:51.807 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  2827. 01-01 00:43:51.807 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  2828. 01-01 00:43:51.807 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  2829. 01-01 00:43:51.807 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  2830. 01-01 00:43:51.807 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  2831. 01-01 00:43:51.807 379 5490 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  2832. 01-01 00:43:51.809 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  2833. 01-01 00:43:51.809 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  2834. 01-01 00:43:51.809 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  2835. 01-01 00:43:51.810 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  2836. 01-01 00:43:51.810 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  2837. 01-01 00:43:51.810 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  2838. 01-01 00:43:51.810 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  2839. 01-01 00:43:51.810 379 379 E mm-camera: main: return true, return type 0
  2840. 01-01 00:43:51.810 5430 5430 E mm-camera-intf: mm_camera_open: opened, break out while loop
  2841. 01-01 00:43:51.810 5430 5430 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  2842. 01-01 00:43:51.811 379 5491 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2843. 01-01 00:43:51.811 379 379 E mm-camera: main: return true, return type 1
  2844. 01-01 00:43:51.811 379 5491 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  2845. 01-01 00:43:51.811 379 379 E mm-camera: main: return true, return type 1
  2846. 01-01 00:43:51.812 379 379 E mm-camera: main: HAL event call
  2847. 01-01 00:43:51.812 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=4
  2848. 01-01 00:43:51.812 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=4
  2849. 01-01 00:43:51.812 379 5492 E mm-camera: pproc_module_query_mod:1688] feature_mask 0x1e X
  2850. 01-01 00:43:51.812 379 379 E mm-camera: main: return true, return type 0
  2851. 01-01 00:43:51.812 379 379 E mm-camera: main: return true, return type 1
  2852. 01-01 00:43:51.812 379 379 E mm-camera: main: return true, return type 1
  2853. 01-01 00:43:51.813 379 379 E mm-camera: main: HAL event call
  2854. 01-01 00:43:51.813 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  2855. 01-01 00:43:51.813 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  2856. 01-01 00:43:51.813 379 5492 E mm-camera: mct_pipeline_process_set:command=800000b
  2857. 01-01 00:43:51.813 379 5492 E mm-camera: mct_pipeline_process_set: Couldn't find stream
  2858. 01-01 00:43:51.813 379 379 E mm-camera: main: return true, return type 0
  2859. 01-01 00:43:51.813 379 379 E mm-camera: main: HAL event call
  2860. 01-01 00:43:51.813 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=2
  2861. 01-01 00:43:51.813 379 379 E mm-camera: server_process_hal_event: delete session
  2862. 01-01 00:43:51.813 379 379 E mm-camera: mct_controller_destroy: __debug__: E 151=
  2863. 01-01 00:43:51.813 379 379 E mm-camera: mct_controller_destroy: calling stop_session
  2864. 01-01 00:43:51.813 379 379 E mm-camera: tv_sec = 1388537032 tv_nsec = 813697000
  2865. 01-01 00:43:51.813 379 5495 E mm-camera: mct_pipeline_stop_session: __debug__: E 1871=
  2866. 01-01 00:43:51.813 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2867. 01-01 00:43:51.813 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=sensor __debug__
  2868. 01-01 00:43:51.813 379 5495 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: E 1127=
  2869. 01-01 00:43:51.813 379 5495 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 980=
  2870. 01-01 00:43:51.813 379 5495 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 988=
  2871. 01-01 00:43:51.813 379 5495 E mm-camera-sensor: af_actuator_sw_landing:624 af_actuator_sw_landing: E1
  2872. 01-01 00:43:51.813 379 5495 E mm-camera-sensor: module_sensor_deinit_session: E __ZZZZ__: 997=
  2873. 01-01 00:43:51.830 379 5495 E mm-camera-sensor: actuator_close:824 actuator_close: X
  2874. 01-01 00:43:51.831 379 5495 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: Before unload lib 1006=
  2875. 01-01 00:43:51.831 379 5495 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: After unload lib 1008=
  2876. 01-01 00:43:51.831 379 5495 E mm-camera-sensor: module_sensor_deinit_session: __ZZZZ__: X 1024=
  2877. 01-01 00:43:51.831 379 5495 E mm-camera-sensor: module_sensor_stop_session: __ZZZZ__: X 1173=
  2878. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2879. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2880. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=iface __debug__
  2881. 01-01 00:43:51.832 379 5495 E mm-camera: ispif_stop_session: __ZZZZ__: E 199=
  2882. 01-01 00:43:51.832 379 5495 E mm-camera: ispif_stop_session: __ZZZZ__: After memset 208=
  2883. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2884. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2885. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=isp __debug__
  2886. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: E 296=
  2887. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Ater thread started 301=
  2888. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: Before sem post 315=
  2889. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After sem post 317=
  2890. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: __ZZZZ__: After thread join 319=
  2891. 01-01 00:43:51.832 379 5495 E mm-camera: isp_thread_async_task_stop: X, session_id = 2
  2892. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2893. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2894. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=stats __debug__
  2895. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: __ZZZZ__: E 301=
  2896. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: list =0xb4eff230, remove port =0xb671b520 name=stats_sink from module=0xb671a1a0, name=stats
  2897. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: 1 port =0xb671b520 name=stats_sink
  2898. 01-01 00:43:51.832 379 5495 E mm-camera: stats_port_deinit: E
  2899. 01-01 00:43:51.832 379 5495 E mm-camera: stats_port_deinit: __dbg private free
  2900. 01-01 00:43:51.832 379 5495 E mm-camera: stats_port_deinit: X
  2901. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: 2 port =0xb671b520 name=stats_sink
  2902. 01-01 00:43:51.832 379 5495 E AEC_PORT: aec_port_deinit kur deinit calledon 0xb6083e80
  2903. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: 3 port =0xb671b520 name=stats_sink
  2904. 01-01 00:43:51.832 379 5495 E mm-camera: stats_module_stop_session: __ZZZZ__: X 339=
  2905. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2906. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2907. 01-01 00:43:51.832 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=pproc __debug__
  2908. 01-01 00:43:51.833 379 5495 E mm-camera: cpp_module_stop_session: __ZZZZ__: E 325=
  2909. 01-01 00:43:51.833 379 5495 E mm-camera: cpp_module_stop_session:335, info: stopping session 2 ...
  2910. 01-01 00:43:51.833 379 5488 E mm-camera: cpp_thread_process_pipe_message:355, CPP_THREAD_MSG_ABORT: cpp_thread exiting..
  2911. 01-01 00:43:51.836 379 5495 E mm-camera: cpp_module_stop_session:366, info: session 2 stopped.
  2912. 01-01 00:43:51.836 379 5495 E mm-camera: c2d_module_stop_session: __ZZZZ__: E 285=
  2913. 01-01 00:43:51.836 379 5495 E mm-camera: c2d_module_stop_session:295, info: stopping session 2 ...
  2914. 01-01 00:43:51.836 379 5495 E mm-camera: c2d_module_stop_session:300, info: stopping c2d_thread...
  2915. 01-01 00:43:51.836 379 5495 E mm-camera: c2d_module_post_msg_to_thread:354, msg.type=1
  2916. 01-01 00:43:51.836 379 5489 E mm-camera: c2d_thread_process_pipe_message:453, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
  2917. 01-01 00:43:51.837 379 5495 E mm-camera: c2d_module_stop_session:312, closing c2d subdev...
  2918. 01-01 00:43:51.837 379 5495 E mm-camera: c2d_module_stop_session:334, info: session 2 stopped.
  2919. 01-01 00:43:51.837 379 5490 E mm-camera-img: module_imglib_msg_thread:124] X
  2920. 01-01 00:43:51.837 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2921. 01-01 00:43:51.837 379 5495 E mm-camera: mct_pipeline_modules_stop: E __debug__
  2922. 01-01 00:43:51.837 379 5495 E mm-camera: mct_pipeline_modules_stop: module name=faceproc __debug__
  2923. 01-01 00:43:51.837 379 5491 E mm-camera-img: module_imglib_msg_thread:124] X
  2924. 01-01 00:43:51.838 379 5495 E mm-camera: mct_pipeline_modules_stop: X __debug__
  2925. 01-01 00:43:51.838 379 5495 E mm-camera: mct_pipeline_stop_session: __debug__: X 1874=
  2926. 01-01 00:43:51.838 379 379 E mm-camera: mct_controller_destroy: __debug__: X 214=
  2927. 01-01 00:43:51.838 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=2
  2928. 01-01 00:43:51.838 379 379 E mm-camera: main: __ZZZZ___ Result del session Entry
  2929. 01-01 00:43:51.838 379 379 E mm-camera: main: __ZZZZ___ Result del session Exit
  2930. 01-01 00:43:51.838 379 379 E mm-camera: main: return true, return type 0
  2931. 01-01 00:43:51.845 5430 5430 E mm-camera-intf: mm_camera_open: begin
  2932. 01-01 00:43:51.845 5430 5430 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
  2933. 01-01 00:43:51.845 379 379 E mm-camera: main: HAL event call
  2934. 01-01 00:43:51.845 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=1
  2935. 01-01 00:43:51.845 379 379 E mm-camera: server_process_hal_event: new session __debug__
  2936. 01-01 00:43:51.845 379 379 E mm-camera: server_process_bind_hal_ds:__DBG__ E
  2937. 01-01 00:43:51.846 379 379 E mm-camera-sensor: module_sensor_init_session:675 func module_sensor_init_session line 675
  2938. 01-01 00:43:51.846 379 379 E mm-camera-sensor:
  2939. 01-01 00:43:51.846 379 379 E mm-camera-sensor: actuator_open:669 actuator_open: E
  2940. 01-01 00:43:51.846 379 379 E mm-camera-sensor: actuator_open:694 actuator_open: X
  2941. 01-01 00:43:51.846 379 379 E mm-camera-sensor: csiphy_open:89 csiphy subdev name = /dev/v4l-subdev0
  2942. 01-01 00:43:51.846 379 379 E mm-camera-sensor:
  2943. 01-01 00:43:51.854 379 379 E mm-camera-sensor: csid_open:111 sd name /dev/v4l-subdev2
  2944. 01-01 00:43:51.856 379 379 E mm-camera-sensor: sensor_load_library:82 imx219 : load from phone
  2945. 01-01 00:43:51.856 379 379 E mm-camera-sensor: module_sensor_init_session:797 sensor position 0
  2946. 01-01 00:43:51.856 379 379 E mm-camera-sensor: eeprom_set_bytestream:1382 Enter
  2947. 01-01 00:43:51.856 379 379 E mm-camera-sensor: eeprom_set_bytestream:1401 Exit
  2948. 01-01 00:43:51.857 379 379 E mm-camera-sensor: sensor_init:457 subdev name v4l-subdev13
  2949. 01-01 00:43:51.857 379 379 E mm-camera-sensor: sensor_init:467 60hz
  2950. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_write_init_settings:423 CFG_SET_SENSOR_OTP_CAL:, 0
  2951. 01-01 00:43:51.883 379 379 E mm-camera-sensor: eeprom_process:1524 EEPROM_GET_ACTUATOR_NAME: no get_actuator_name
  2952. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2953. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2954. 01-01 00:43:51.883 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:436 s_bundle->eeprom_data: 0xb6740540
  2955. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2956. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2957. 01-01 00:43:51.883 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2958. 01-01 00:43:51.883 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 0) libTsAe.so
  2959. 01-01 00:43:51.883 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:465 aec 0x0
  2960. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2961. 01-01 00:43:51.883 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2962. 01-01 00:43:51.883 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2963. 01-01 00:43:51.883 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 2) libTs_J_Awb.so
  2964. 01-01 00:43:51.883 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:502 awb 0x0
  2965. 01-01 00:43:51.885 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2966. 01-01 00:43:51.885 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2967. 01-01 00:43:51.885 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2968. 01-01 00:43:51.885 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 3) libTs_J_Accm.so
  2969. 01-01 00:43:51.885 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:539 accm 0x0
  2970. 01-01 00:43:51.885 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:563 back hwinfo name : V001V
  2971. 01-01 00:43:51.885 379 379 E mm-camera-sensor: sensor_init_get_hwinfo_name:565 front hwinfo name :
  2972. 01-01 00:43:51.886 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1457 hw info V001V
  2973. 01-01 00:43:51.886 379 379 E mm-camera-sensor: [mm]hwinfo_make_3a_name:1476 3a name (type : 1) libTsAf.so
  2974. 01-01 00:43:51.886 379 379 E mm-camera-sensor: module_sensor_load_3a_libs:569 af 0x0
  2975. 01-01 00:43:51.886 379 379 E mm-camera-sensor: module_sensor_init_session:930 rajeshb in func module_sensor_init_session line 930
  2976. 01-01 00:43:51.886 379 379 E mm-camera-sensor:
  2977. 01-01 00:43:51.886 379 379 E mm-camera-sensor: module_sensor_start_session:1104 func module_sensor_start_session line 1104
  2978. 01-01 00:43:51.886 379 379 E mm-camera-sensor:
  2979. 01-01 00:43:51.886 379 379 E mm-camera: stats_module_start_session: E, kur sessionid=2, module=0xb671a1a0
  2980. 01-01 00:43:51.886 379 379 E mm-camera: aec_module_start_session E kur module 0xb671a260 sessionid=131072
  2981. 01-01 00:43:51.887 379 379 E AEC_PORT: aec_port_init kur aec should be initialized
  2982. 01-01 00:43:51.889 379 379 E mm-camera: stats_port_init: E
  2983. 01-01 00:43:51.889 379 379 E mm-camera: stats_port_init: X
  2984. 01-01 00:43:51.889 379 379 E mm-camera: cpp_module_start_session:271, info: starting session 2
  2985. 01-01 00:43:51.914 379 379 E mm-camera: cpp_module_start_session:315, info: cpp_thread created.
  2986. 01-01 00:43:51.914 379 5504 E mm-camera: cpp_thread_func:55: cpp_thread entering the polling loop...
  2987. 01-01 00:43:51.914 379 379 E mm-camera: cpp_module_start_session:318, info: session 2 started.
  2988. 01-01 00:43:51.914 379 379 E mm-camera: c2d_module_start_session:218, info: starting session 2
  2989. 01-01 00:43:51.914 379 379 E mm-camera: c2d_module_start_session:256, info: c2d_thread created.
  2990. 01-01 00:43:51.916 379 5505 E mm-camera: c2d_thread_func:39: c2d_thread entering the polling loop...
  2991. 01-01 00:43:51.917 379 379 E mm-camera: c2d_module_start_session:278, info: session 2 started.
  2992. 01-01 00:43:51.917 379 5506 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  2993. 01-01 00:43:51.917 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:544 back sensor : imx219
  2994. 01-01 00:43:51.917 379 5506 E mm-camera-img: module_imglib_msg_thread:66 abort 0 1
  2995. 01-01 00:43:51.917 379 379 E mm-camera-sensor: sensor_init_get_sensor_name:546 front sensor : s5k6b2yx
  2996. 01-01 00:43:51.917 379 379 E mm-camera: stats_module_set_session: E,kur sessionid=0x2, module=0xb671a1a0
  2997. 01-01 00:43:51.917 379 379 E mm-camera: aec_module_set_session E kur module 0xb671a260 sessionid=131072
  2998. 01-01 00:43:51.917 379 379 E AEC_PORT: aec_port_load_lib kur E 1
  2999. 01-01 00:43:51.917 379 379 E AEC_PORT: aec_port_load_lib kur libptr 0x0 session_id 2
  3000. 01-01 00:43:51.917 379 5506 E mm-camera-img: module_imglib_msg_thread:72] Load DSP 0x8c09991
  3001. 01-01 00:43:51.917 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 1 libptr 0x0 session_id 2
  3002. 01-01 00:43:51.917 379 379 E mm-camera: aec_load_function: loading QTI Rear algorithm
  3003. 01-01 00:43:51.917 379 379 E AEC_PORT: aec_port_load_lib kur jeremy 2 libptr 0x0 session_id 2
  3004. 01-01 00:43:51.919 379 379 E mm-camera: awb_module_set_session E kur module 0xb671a2c0 sessionid=131072
  3005. 01-01 00:43:51.919 379 379 E mm-camera: awb_port_load_lib: loading QTI AWB: session = 0x20000
  3006. 01-01 00:43:51.919 379 379 E mm-camera: awb_load_function: loading QTI Rear algorithm
  3007. 01-01 00:43:51.921 379 5507 E mm-camera-img: module_imglib_msg_thread: __ZZZZ__: E
  3008. 01-01 00:43:51.922 379 5507 E mm-camera-img: module_imglib_msg_thread:66 abort 0 0
  3009. 01-01 00:43:51.923 379 379 E mm-camera: af_module_set_session E kur module 0xb671a320 sessionid=131072
  3010. 01-01 00:43:51.923 379 379 E AF_PORT : af_port_load_lib: loading QTI AF: session = 0x20000
  3011. 01-01 00:43:51.923 379 379 E mm-camera: af_load_function: loading QTI Rear algorithm
  3012. 01-01 00:43:51.923 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=1
  3013. 01-01 00:43:51.923 379 379 E mm-camera: main: return true, return type 0
  3014. 01-01 00:43:51.923 5430 5430 E mm-camera-intf: mm_camera_open: opened, break out while loop
  3015. 01-01 00:43:51.923 5430 5430 E mm-camera-intf: mm_camera_socket_create: socket_fd =7
  3016. 01-01 00:43:51.927 5430 5430 E mm-jpeg-intf: mm_jpeg_init:1771] Launch jobmgr thread rc 0
  3017. 01-01 00:43:51.928 5430 5430 E qomx_image_core: OMX_Init:94] Complete 2
  3018. 01-01 00:43:51.932 379 379 E mm-camera: main: return true, return type 1
  3019. 01-01 00:43:51.932 379 379 E mm-camera: main: return true, return type 1
  3020. 01-01 00:43:51.933 5430 5430 E QCameraParameters: int32_t qcamera::QCameraParameters::setExposureCompensation(int) : Setting Exposure Compensation = 0
  3021. 01-01 00:43:51.933 5430 5430 E QCameraParameters:
  3022. 01-01 00:43:51.934 5430 5430 E QCameraParameters: Invalid AntiBanding value:
  3023. 01-01 00:43:51.935 379 379 E mm-camera: main: HAL event call
  3024. 01-01 00:43:51.935 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  3025. 01-01 00:43:51.935 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  3026. 01-01 00:43:51.935 379 5508 E mm-camera: mct_pipeline_process_set:command=800000e
  3027. 01-01 00:43:51.935 379 379 E mm-camera: main: return true, return type 0
  3028. 01-01 00:43:51.943 379 379 E mm-camera: main: HAL event call
  3029. 01-01 00:43:51.943 379 379 E mm-camera: server_process_hal_event:__DBG__ E event id=3
  3030. 01-01 00:43:51.943 379 379 E mm-camera: server_process_hal_event:__DBG__ X sucess event id=3
  3031. 01-01 00:43:51.943 379 5508 E mm-camera: mct_pipeline_process_set:command=800000e
  3032. 01-01 00:43:51.943 379 379 E mm-camera: main: return true, return type 0
  3033. 01-01 00:43:52.044 379 379 E mm-camera: main: return true, return type 1
  3034. 01-01 00:43:52.044 379 379 E mm-camera: main: return true, return type 1
  3035. 01-01 00:43:52.045 5430 5430 E mm-jpeg-intf: mm_jpeg_close:2258] E
  3036. 01-01 00:43:52.045 5430 5430 E mm-jpeg-intf: mm_jpeg_close:2263]
  3037. 01-01 00:43:52.045 5430 5430 E mm-jpeg-intf: mm_jpeg_close:2271]
  3038. 01-01 00:43:52.045 5430 5430 E mm-jpeg-intf: mm_jpeg_close:2274]
  3039. 01-01 00:43:52.045 5430 5430 E mm-jpeg-intf: mm_jpeg_close:2281] X
  3040. 01-01 00:43:52.045 5430 5430 E qomx_image_core: OMX_Deinit:118] Complete
  3041. 01-01 00:43:56.286 5431 5431 E Netd : netlink response contains error (File exists)
  3042. 01-01 00:43:56.286 5431 5431 E Netd : Can't add IPv4 default route to dummy0: File exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement