Advertisement
Alx31

Carbon 4.4.2 Pollux_Windy

Mar 16th, 2014
2,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
E 84.42 KB | None | 0 0
  1. D/AndroidRuntime( 1070): Shutting down VM
  2. W/dalvikvm( 1070): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  3. E/AndroidRuntime( 1070): FATAL EXCEPTION: main
  4. E/AndroidRuntime( 1070): Process: com.android.settings, PID: 1070
  5. E/AndroidRuntime( 1070): java.lang.IllegalArgumentException: Invalid fragment for this activity: com.koushikdutta.superuser.PolicyNativeFragment
  6. E/AndroidRuntime( 1070):    at android.preference.PreferenceActivity.switchToHeaderInner(PreferenceActivity.java:1229)
  7. E/AndroidRuntime( 1070):    at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1268)
  8. E/AndroidRuntime( 1070):    at com.android.settings.Settings.switchToHeader(Settings.java:397)
  9. E/AndroidRuntime( 1070):    at android.preference.PreferenceActivity.onHeaderClick(PreferenceActivity.java:1055)
  10. E/AndroidRuntime( 1070):    at com.android.settings.Settings.onHeaderClick(Settings.java:1093)
  11. E/AndroidRuntime( 1070):    at android.preference.PreferenceActivity.onListItemClick(PreferenceActivity.java:1030)
  12. E/AndroidRuntime( 1070):    at android.app.ListActivity$2.onItemClick(ListActivity.java:319)
  13. E/AndroidRuntime( 1070):    at android.widget.AdapterView.performItemClick(AdapterView.java:298)
  14. E/AndroidRuntime( 1070):    at android.widget.AbsListView.performItemClick(AbsListView.java:1139)
  15. E/AndroidRuntime( 1070):    at android.widget.AbsListView$PerformClick.run(AbsListView.java:3048)
  16. E/AndroidRuntime( 1070):    at android.widget.AbsListView$4.run(AbsListView.java:3790)
  17. E/AndroidRuntime( 1070):    at android.os.Handler.handleCallback(Handler.java:733)
  18. E/AndroidRuntime( 1070):    at android.os.Handler.dispatchMessage(Handler.java:95)
  19. E/AndroidRuntime( 1070):    at android.os.Looper.loop(Looper.java:136)
  20. E/AndroidRuntime( 1070):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  21. E/AndroidRuntime( 1070):    at java.lang.reflect.Method.invokeNative(Native Method)
  22. E/AndroidRuntime( 1070):    at java.lang.reflect.Method.invoke(Method.java:515)
  23. E/AndroidRuntime( 1070):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  24. E/AndroidRuntime( 1070):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  25. E/AndroidRuntime( 1070):    at dalvik.system.NativeStart.main(Native Method)
  26. W/ActivityManager(  662):   Force finishing activity com.android.settings/.Settings
  27. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{41f63798 u0 com.android.settings/.Settings t26 f}
  28. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  29. V/Zygote  ( 5305): Switching descriptor 33 to /dev/null
  30. V/Zygote  ( 5305): Switching descriptor 10 to /dev/null
  31. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5305 uid=10038 gids={50038, 1028, 1023}
  32. V/Launcher( 5305): LauncherAppState inited
  33. W/Launcher( 5305): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f27110 new=com.android.launcher3.LauncherApplication@41f27110
  34. D/AndroidRuntime( 5305): Shutting down VM
  35. W/dalvikvm( 5305): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  36. E/AndroidRuntime( 5305): FATAL EXCEPTION: main
  37. E/AndroidRuntime( 5305): Process: com.android.launcher3, PID: 5305
  38. E/AndroidRuntime( 5305): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  39. E/AndroidRuntime( 5305):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  40. E/AndroidRuntime( 5305):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  41. E/AndroidRuntime( 5305):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  42. E/AndroidRuntime( 5305):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  43. E/AndroidRuntime( 5305):    at android.os.Handler.dispatchMessage(Handler.java:102)
  44. E/AndroidRuntime( 5305):    at android.os.Looper.loop(Looper.java:136)
  45. E/AndroidRuntime( 5305):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  46. E/AndroidRuntime( 5305):    at java.lang.reflect.Method.invokeNative(Native Method)
  47. E/AndroidRuntime( 5305):    at java.lang.reflect.Method.invoke(Method.java:515)
  48. E/AndroidRuntime( 5305):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  49. E/AndroidRuntime( 5305):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  50. E/AndroidRuntime( 5305):    at dalvik.system.NativeStart.main(Native Method)
  51. E/AndroidRuntime( 5305): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  52. E/AndroidRuntime( 5305):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  53. E/AndroidRuntime( 5305):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  54. E/AndroidRuntime( 5305):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  55. E/AndroidRuntime( 5305):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  56. E/AndroidRuntime( 5305):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  57. E/AndroidRuntime( 5305):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  58. E/AndroidRuntime( 5305):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  59. E/AndroidRuntime( 5305):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  60. E/AndroidRuntime( 5305):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  61. E/AndroidRuntime( 5305):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  62. E/AndroidRuntime( 5305):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  63. E/AndroidRuntime( 5305):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  64. E/AndroidRuntime( 5305):    at android.app.Activity.performCreate(Activity.java:5241)
  65. E/AndroidRuntime( 5305):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  66. E/AndroidRuntime( 5305):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  67. E/AndroidRuntime( 5305):    ... 11 more
  68. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  69. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{41fdc5d8 u0 com.android.launcher3/.Launcher t27 f}
  70. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  71. W/NFC-LLC ( 1250): LLC length mis-match
  72. D/AudioFlinger(  233): start(4099), calling pid 662 session 222
  73. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb71145d0
  74. D/ALSADevice(  233): route: devices 0x2 in mode 0
  75. D/ALSADevice(  233): No valid input device: 0
  76. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  77. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  78. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  79. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  80. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  81. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  82. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  83. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  84. D/ACDB-LOADER(  233): ACDB -> send_audtable
  85. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  86. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  87. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  88. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  89. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  90. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  91. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  92. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  93. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  94. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  95. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  96. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  97. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  98. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  99. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  100. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  101. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  102. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  103. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  104. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  105. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  106. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  107. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  108. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  109. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  110. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  111. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  112. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  113. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  114. D/ALSADevice(  233): Device value returned is hw:0,14
  115. D/ALSADevice(  233): handle->format: 0x2
  116. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  117. I/Process ( 5305): Sending signal. PID: 5305 SIG: 9
  118. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  119. I/ActivityManager(  662): Process com.android.launcher3 (pid 5305) has died.
  120. V/Zygote  ( 5330): Switching descriptor 33 to /dev/null
  121. V/Zygote  ( 5330): Switching descriptor 10 to /dev/null
  122. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5330 uid=10038 gids={50038, 1028, 1023}
  123. V/Launcher( 5330): LauncherAppState inited
  124. W/Launcher( 5330): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1db10 new=com.android.launcher3.LauncherApplication@41f1db10
  125. D/AndroidRuntime( 5330): Shutting down VM
  126. W/dalvikvm( 5330): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  127. E/AndroidRuntime( 5330): FATAL EXCEPTION: main
  128. E/AndroidRuntime( 5330): Process: com.android.launcher3, PID: 5330
  129. E/AndroidRuntime( 5330): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  130. E/AndroidRuntime( 5330):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  131. E/AndroidRuntime( 5330):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  132. E/AndroidRuntime( 5330):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  133. E/AndroidRuntime( 5330):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  134. E/AndroidRuntime( 5330):    at android.os.Handler.dispatchMessage(Handler.java:102)
  135. E/AndroidRuntime( 5330):    at android.os.Looper.loop(Looper.java:136)
  136. E/AndroidRuntime( 5330):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  137. E/AndroidRuntime( 5330):    at java.lang.reflect.Method.invokeNative(Native Method)
  138. E/AndroidRuntime( 5330):    at java.lang.reflect.Method.invoke(Method.java:515)
  139. E/AndroidRuntime( 5330):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  140. E/AndroidRuntime( 5330):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  141. E/AndroidRuntime( 5330):    at dalvik.system.NativeStart.main(Native Method)
  142. E/AndroidRuntime( 5330): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  143. E/AndroidRuntime( 5330):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  144. E/AndroidRuntime( 5330):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  145. E/AndroidRuntime( 5330):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  146. E/AndroidRuntime( 5330):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  147. E/AndroidRuntime( 5330):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  148. E/AndroidRuntime( 5330):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  149. E/AndroidRuntime( 5330):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  150. E/AndroidRuntime( 5330):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  151. E/AndroidRuntime( 5330):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  152. E/AndroidRuntime( 5330):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  153. E/AndroidRuntime( 5330):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  154. E/AndroidRuntime( 5330):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  155. E/AndroidRuntime( 5330):    at android.app.Activity.performCreate(Activity.java:5241)
  156. E/AndroidRuntime( 5330):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  157. E/AndroidRuntime( 5330):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  158. E/AndroidRuntime( 5330):    ... 11 more
  159. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  160. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{4202eff0 u0 com.android.launcher3/.Launcher t28 f}
  161. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  162. W/NFC-LLC ( 1250): LLC length mis-match
  163. D/AudioFlinger(  233): start(4102), calling pid 662 session 223
  164. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb70e78a8
  165. I/Process ( 5330): Sending signal. PID: 5330 SIG: 9
  166. I/ActivityManager(  662): Process com.android.launcher3 (pid 5330) has died.
  167. V/Zygote  ( 5362): Switching descriptor 33 to /dev/null
  168. V/Zygote  ( 5362): Switching descriptor 10 to /dev/null
  169. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5362 uid=10038 gids={50038, 1028, 1023}
  170. V/Launcher( 5362): LauncherAppState inited
  171. W/Launcher( 5362): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1ea08 new=com.android.launcher3.LauncherApplication@41f1ea08
  172. D/AndroidRuntime( 5362): Shutting down VM
  173. W/dalvikvm( 5362): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  174. E/AndroidRuntime( 5362): FATAL EXCEPTION: main
  175. E/AndroidRuntime( 5362): Process: com.android.launcher3, PID: 5362
  176. E/AndroidRuntime( 5362): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  177. E/AndroidRuntime( 5362):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  178. E/AndroidRuntime( 5362):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  179. E/AndroidRuntime( 5362):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  180. E/AndroidRuntime( 5362):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  181. E/AndroidRuntime( 5362):    at android.os.Handler.dispatchMessage(Handler.java:102)
  182. E/AndroidRuntime( 5362):    at android.os.Looper.loop(Looper.java:136)
  183. E/AndroidRuntime( 5362):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  184. E/AndroidRuntime( 5362):    at java.lang.reflect.Method.invokeNative(Native Method)
  185. E/AndroidRuntime( 5362):    at java.lang.reflect.Method.invoke(Method.java:515)
  186. E/AndroidRuntime( 5362):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  187. E/AndroidRuntime( 5362):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  188. E/AndroidRuntime( 5362):    at dalvik.system.NativeStart.main(Native Method)
  189. E/AndroidRuntime( 5362): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  190. E/AndroidRuntime( 5362):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  191. E/AndroidRuntime( 5362):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  192. E/AndroidRuntime( 5362):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  193. E/AndroidRuntime( 5362):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  194. E/AndroidRuntime( 5362):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  195. E/AndroidRuntime( 5362):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  196. E/AndroidRuntime( 5362):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  197. E/AndroidRuntime( 5362):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  198. E/AndroidRuntime( 5362):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  199. E/AndroidRuntime( 5362):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  200. E/AndroidRuntime( 5362):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  201. E/AndroidRuntime( 5362):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  202. E/AndroidRuntime( 5362):    at android.app.Activity.performCreate(Activity.java:5241)
  203. E/AndroidRuntime( 5362):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  204. E/AndroidRuntime( 5362):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  205. E/AndroidRuntime( 5362):    ... 11 more
  206. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  207. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{42053390 u0 com.android.launcher3/.Launcher t29 f}
  208. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  209. W/NFC-LLC ( 1250): LLC length mis-match
  210. D/AudioFlinger(  233): start(4099), calling pid 662 session 224
  211. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb7112310
  212. I/Process ( 5362): Sending signal. PID: 5362 SIG: 9
  213. I/ActivityManager(  662): Process com.android.launcher3 (pid 5362) has died.
  214. V/Zygote  ( 5394): Switching descriptor 33 to /dev/null
  215. V/Zygote  ( 5394): Switching descriptor 10 to /dev/null
  216. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5394 uid=10038 gids={50038, 1028, 1023}
  217. V/Launcher( 5394): LauncherAppState inited
  218. I/Process ( 1070): Sending signal. PID: 1070 SIG: 9
  219. D/AudioFlinger(  233): start(4102), calling pid 662 session 225
  220. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb70e78a8
  221. W/Launcher( 5394): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1f900 new=com.android.launcher3.LauncherApplication@41f1f900
  222. I/ActivityManager(  662): Process com.android.settings (pid 1070) has died.
  223. I/WindowState(  662): WIN DEATH: Window{42045198 u0 com.android.settings/com.android.settings.Settings}
  224. D/AndroidRuntime( 5394): Shutting down VM
  225. W/dalvikvm( 5394): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  226. E/AndroidRuntime( 5394): FATAL EXCEPTION: main
  227. E/AndroidRuntime( 5394): Process: com.android.launcher3, PID: 5394
  228. E/AndroidRuntime( 5394): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  229. E/AndroidRuntime( 5394):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  230. E/AndroidRuntime( 5394):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  231. E/AndroidRuntime( 5394):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  232. E/AndroidRuntime( 5394):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  233. E/AndroidRuntime( 5394):    at android.os.Handler.dispatchMessage(Handler.java:102)
  234. E/AndroidRuntime( 5394):    at android.os.Looper.loop(Looper.java:136)
  235. E/AndroidRuntime( 5394):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  236. E/AndroidRuntime( 5394):    at java.lang.reflect.Method.invokeNative(Native Method)
  237. E/AndroidRuntime( 5394):    at java.lang.reflect.Method.invoke(Method.java:515)
  238. E/AndroidRuntime( 5394):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  239. E/AndroidRuntime( 5394):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  240. E/AndroidRuntime( 5394):    at dalvik.system.NativeStart.main(Native Method)
  241. E/AndroidRuntime( 5394): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  242. E/AndroidRuntime( 5394):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  243. E/AndroidRuntime( 5394):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  244. E/AndroidRuntime( 5394):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  245. E/AndroidRuntime( 5394):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  246. E/AndroidRuntime( 5394):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  247. E/AndroidRuntime( 5394):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  248. E/AndroidRuntime( 5394):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  249. E/AndroidRuntime( 5394):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  250. E/AndroidRuntime( 5394):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  251. E/AndroidRuntime( 5394):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  252. E/AndroidRuntime( 5394):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  253. E/AndroidRuntime( 5394):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  254. E/AndroidRuntime( 5394):    at android.app.Activity.performCreate(Activity.java:5241)
  255. E/AndroidRuntime( 5394):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  256. E/AndroidRuntime( 5394):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  257. E/AndroidRuntime( 5394):    ... 11 more
  258. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  259. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{42240d48 u0 com.android.launcher3/.Launcher t30 f}
  260. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  261. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
  262. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (0ms elapsed)
  263. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayv
  264. W/NFC-LLC ( 1250): LLC length mis-match
  265. V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=356.0 v=3007.259)
  266. D/PhoneStatusBar( 1058): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search >
  267. V/PanelView( 1058): animationTick called with dtms=-10; nothing to do (h=356.0 v=3007.259)
  268. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayv (156ms elapsed)
  269. D/AudioFlinger(  233): start(4098), calling pid 662 session 226
  270. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f628
  271. I/ActivityManager(  662): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from pid 1058
  272. V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=834.0 v=-4500.0)
  273. D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker* system_info* back home recent clock search >
  274. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
  275. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (3ms elapsed)
  276. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{4246f6f0 u0 com.android.launcher3/.Launcher t31}
  277. V/Zygote  ( 5456): Switching descriptor 33 to /dev/null
  278. V/Zygote  ( 5456): Switching descriptor 10 to /dev/null
  279. I/ActivityManager(  662): Start proc com.android.settings for activity com.android.settings/.Settings: pid=5456 uid=1000 gids={41000, 3003, 1028, 1023, 1015, 1006, 3002, 3001}
  280. D/BluetoothManagerService(  662): Message: 20
  281. D/BluetoothManagerService(  662): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@42639c60:true
  282. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  283. D/BluetoothManagerService(  662): Message: 30
  284. D/BluetoothManagerService(  662): Message: 30
  285. W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothInputDevice.doBind:256 android.bluetooth.BluetoothInputDevice.<init>:249 android.bluetooth.BluetoothAdapter.getProfileProxy:1197
  286. D/LocalBluetoothProfileManager( 5456): Adding local MAP profile
  287. D/BluetoothMap( 5456): Create BluetoothMap proxy object
  288. D/BluetoothManagerService(  662): Message: 30
  289. D/BluetoothManagerService(  662): Message: 30
  290. D/LocalBluetoothProfileManager( 5456): LocalBluetoothProfileManager construction complete
  291. W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPan.doBind:148 android.bluetooth.BluetoothPan.<init>:141 android.bluetooth.BluetoothAdapter.getProfileProxy:1200
  292. W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothMap.doBind:109 android.bluetooth.BluetoothMap.<init>:102 android.bluetooth.BluetoothAdapter.getProfileProxy:1212
  293. W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPbap.doBind:164 android.bluetooth.BluetoothPbap.<init>:157 com.android.settings.bluetooth.PbapServerProfile.<init>:68
  294. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  295. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  296. I/Adreno200-EGL( 5456): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM Build: Iabe52cfaeae4c5fab1acacfe6f056ba15fa93274
  297. D/OpenGLRenderer( 5456): Enabling debug mode 0
  298. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  299. D/WifiService(  662): setWifiEnabled: true pid=5456, uid=1000
  300. I/Process ( 5394): Sending signal. PID: 5394 SIG: 9
  301. D/AudioFlinger(  233): start(4102), calling pid 662 session 227
  302. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb70e78a8
  303. I/ActivityManager(  662): Process com.android.launcher3 (pid 5394) has died.
  304. W/NFC-LLC ( 1250): LLC length mis-match
  305. I/ActivityManager(  662): Displayed com.android.settings/.Settings: +1s16ms
  306. I/ActivityManager(  662): Timeline: Activity_windows_visible id: ActivityRecord{426533d0 u0 com.android.settings/.Settings t32} time:470265
  307. W/Binder  ( 1179): Caught a RuntimeException from the binder stub implementation.
  308. W/Binder  ( 1179): java.lang.NullPointerException
  309. W/Binder  ( 1179):  at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
  310. W/Binder  ( 1179):  at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
  311. W/Binder  ( 1179):  at android.os.Binder.execTransact(Binder.java:404)
  312. W/Binder  ( 1179):  at dalvik.system.NativeStart.run(Native Method)
  313. W/InputMethodManagerService(  662): Got RemoteException sending setActive(false) notification to pid 1070 uid 1000
  314. W/ActivityManager(  662): Launch timeout has expired, giving up wake lock!
  315. I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@41f19f78 time:470464
  316. W/NFC-LLC ( 1250): LLC length mis-match
  317. D/ALSADevice(  233): standby: handle 0xb70b1df0 h 0x0
  318. W/NFC-LLC ( 1250): LLC length mis-match
  319. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
  320. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 0
  321. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
  322. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
  323. D/alsa_ucm(  233): Set mixer controls for Speaker enable 0
  324. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
  325. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
  326. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
  327. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
  328. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
  329. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
  330. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 0
  331. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 0
  332. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 0
  333. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 0
  334. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: ZERO
  335. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: ZERO
  336. D/AudioUsbALSA(  233): exitPlaybackThread, mproxypfdPlayback: -1
  337. D/AudioUsbALSA(  233): closeDevice handle 0x0
  338. D/AudioUsbALSA(  233): closeDevice handle 0x0
  339. W/NFC-LLC ( 1250): LLC length mis-match
  340. D/AudioFlinger(  233): start(4098), calling pid 662 session 228
  341. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f628
  342. D/ALSADevice(  233): route: devices 0x2 in mode 0
  343. D/ALSADevice(  233): No valid input device: 0
  344. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  345. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  346. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  347. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  348. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  349. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  350. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  351. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  352. D/ACDB-LOADER(  233): ACDB -> send_audtable
  353. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  354. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  355. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  356. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  357. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  358. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  359. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  360. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  361. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  362. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  363. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  364. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  365. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  366. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  367. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  368. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  369. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  370. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  371. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  372. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  373. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  374. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  375. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  376. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  377. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  378. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  379. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  380. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  381. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  382. D/ALSADevice(  233): Device value returned is hw:0,14
  383. D/ALSADevice(  233): handle->format: 0x2
  384. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  385. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  386. W/NFC-LLC ( 1250): LLC length mis-match
  387. D/AudioFlinger(  233): start(4102), calling pid 662 session 229
  388. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb70e78a8
  389. D/AudioFlinger(  233): start(4098), calling pid 662 session 230
  390. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f628
  391. D/AudioFlinger(  233): start(4099), calling pid 662 session 231
  392. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb71146a8
  393. I/NotificationService(  662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@424adbe8
  394. D/AudioFlinger(  233): start(4101), calling pid 662 session 232
  395. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb710ef08
  396. I/NotificationService(  662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@423c4fb8
  397. D/AudioFlinger(  233): start(4100), calling pid 662 session 233
  398. D/AudioFlinger(  233): ? => ACTIVE (4100) on thread 0xb710fc30
  399. D/AudioFlinger(  233): start(4102), calling pid 662 session 234
  400. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb710f548
  401. I/NotificationService(  662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@4230ddf8
  402. I/NotificationService(  662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@422aff80
  403. D/AudioFlinger(  233): start(4098), calling pid 662 session 235
  404. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f628
  405. D/AudioFlinger(  233): start(4099), calling pid 662 session 236
  406. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb70e6c20
  407. W/NFC-LLC ( 1250): LLC length mis-match
  408. D/AudioFlinger(  233): start(4101), calling pid 662 session 237
  409. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb710ef08
  410. D/AudioFlinger(  233): start(4100), calling pid 662 session 238
  411. D/AudioFlinger(  233): ? => ACTIVE (4100) on thread 0xb710fc30
  412. D/AudioFlinger(  233): start(4102), calling pid 662 session 239
  413. D/AudioFlinger(  233): ? => ACTIVE (4102) on thread 0xb71146a8
  414. D/AudioFlinger(  233): start(4098), calling pid 662 session 240
  415. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb7114be0
  416. D/AudioFlinger(  233): start(4099), calling pid 662 session 241
  417. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb710f628
  418. W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  419. E/Cryptfs (  221): not running with encryption, aborting
  420. D/PermissionCache(  230): checking android.permission.HARDWARE_TEST for uid=1000 => granted (274 us)
  421. W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.System to android.provider.Settings.Global
  422. W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  423. E/Cryptfs (  221): not running with encryption, aborting
  424. W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.System to android.provider.Settings.Global
  425. W/NFC-LLC ( 1250): LLC length mis-match
  426. W/NFC-LLC ( 1250): LLC length mis-match
  427. D/ALSADevice(  233): standby: handle 0xb70b1df0 h 0x0
  428. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
  429. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 0
  430. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
  431. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
  432. D/alsa_ucm(  233): Set mixer controls for Speaker enable 0
  433. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
  434. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
  435. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
  436. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
  437. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
  438. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
  439. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 0
  440. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 0
  441. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 0
  442. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 0
  443. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: ZERO
  444. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: ZERO
  445. D/AudioUsbALSA(  233): exitPlaybackThread, mproxypfdPlayback: -1
  446. D/AudioUsbALSA(  233): closeDevice handle 0x0
  447. D/AudioUsbALSA(  233): closeDevice handle 0x0
  448. W/NFC-LLC ( 1250): LLC length mis-match
  449. D/AudioFlinger(  233): start(4101), calling pid 662 session 242
  450. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb710ef08
  451. D/ALSADevice(  233): route: devices 0x2 in mode 0
  452. D/ALSADevice(  233): No valid input device: 0
  453. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  454. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  455. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  456. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  457. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  458. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  459. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  460. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  461. D/ACDB-LOADER(  233): ACDB -> send_audtable
  462. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  463. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  464. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  465. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  466. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  467. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  468. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  469. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  470. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  471. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  472. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  473. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  474. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  475. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  476. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  477. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  478. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  479. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  480. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  481. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  482. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  483. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  484. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  485. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  486. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  487. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  488. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  489. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  490. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  491. D/ALSADevice(  233): Device value returned is hw:0,14
  492. D/ALSADevice(  233): handle->format: 0x2
  493. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  494. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  495. W/InputEventReceiver( 5456): Attempted to finish an input event but the input event receiver has already been disposed.
  496. W/InputMethodManagerService(  662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42089de0 attribute=null, token = android.os.BinderProxy@42050448
  497. W/NFC-LLC ( 1250): LLC length mis-match
  498. D/AudioFlinger(  233): start(4099), calling pid 662 session 243
  499. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb710f628
  500. D/AudioFlinger(  233): start(4101), calling pid 662 session 244
  501. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb710ef08
  502. W/InputMethodManagerService(  662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42179d08 attribute=null, token = android.os.BinderProxy@42050448
  503. V/Zygote  ( 5551): Switching descriptor 33 to /dev/null
  504. V/Zygote  ( 5551): Switching descriptor 10 to /dev/null
  505. I/ActivityManager(  662): Start proc com.google.android.apps.uploader for broadcast com.google.android.apps.uploader/com.google.android.picasasync.BatteryReceiver: pid=5551 uid=10063 gids={50063, 3003, 1028, 1015, 1023}
  506. W/NFC-LLC ( 1250): LLC length mis-match
  507. I/EntropyMixer(  662): Writing entropy...
  508. D/PicasaUploader( 5551): System upgrade from null to 4.4.2
  509. D/PicasaUploader( 5551):    wifiOnlyPhoto changed to true
  510. D/PicasaUploader( 5551):    wifiOnlyVideo changed to true
  511. D/PicasaUploader( 5551):    syncOnBattery changed to true
  512. D/PicasaUploaderSync( 5551): sync account database
  513. D/PicasaUploader( 5551): set fsid=-1
  514. D/MtpService( 1168): updating state; isCurrentUser=true, mMtpLocked=false
  515. D/MtpService( 1168): addStorageLocked 65537 /storage/emulated/0
  516. D/MtpService( 1168): addStorageLocked 131073 /storage/sdcard1
  517. D/MtpService( 1168): updating state; isCurrentUser=true, mMtpLocked=false
  518. D/MtpService( 1168): starting MTP server in MTP mode
  519. D/MtpService( 1168): addStorageLocked 65537 /storage/emulated/0
  520. D/MtpService( 1168): addStorageLocked 131073 /storage/sdcard1
  521. D/PicasaUploaderSync( 5551): accounts in DB=0
  522. D/PicasaUploaderSync( 5551): add account to DB:********************************
  523. D/PicasaUploaderSyncManager( 5551): active network: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Emy-Alx WiFi", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
  524. D/PicasaUploaderSyncManager( 5551): background data: true
  525. D/PicasaUploaderSyncManager( 5551): battery info: true
  526. D/PicasaUploaderSync( 5551): sync account database
  527. D/PicasaUploaderSync( 5551): accounts in DB=1
  528. W/NFC-LLC ( 1250): LLC length mis-match
  529. D/ALSADevice(  233): standby: handle 0xb70b1df0 h 0x0
  530. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
  531. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 0
  532. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
  533. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
  534. D/alsa_ucm(  233): Set mixer controls for Speaker enable 0
  535. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
  536. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
  537. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
  538. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
  539. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
  540. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
  541. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 0
  542. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 0
  543. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 0
  544. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 0
  545. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: ZERO
  546. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: ZERO
  547. D/AudioUsbALSA(  233): exitPlaybackThread, mproxypfdPlayback: -1
  548. D/AudioUsbALSA(  233): closeDevice handle 0x0
  549. D/AudioUsbALSA(  233): closeDevice handle 0x0
  550. W/NFC-LLC ( 1250): LLC length mis-match
  551. W/NFC-LLC ( 1250): LLC length mis-match
  552. W/NFC-LLC ( 1250): LLC length mis-match
  553. W/NFC-LLC ( 1250): LLC length mis-match
  554. W/NFC-LLC ( 1250): LLC length mis-match
  555. W/NFC-LLC ( 1250): LLC length mis-match
  556. I/ActivityManager(  662): Waited long enough for: ServiceRecord{427ce500 u0 com.google.android.googlequicksearchbox/com.google.android.search.core.service.SearchService}
  557. W/NFC-LLC ( 1250): LLC length mis-match
  558. W/NFC-LLC ( 1250): LLC length mis-match
  559. W/NFC-LLC ( 1250): LLC length mis-match
  560. W/NFC-LLC ( 1250): LLC length mis-match
  561. W/NFC-LLC ( 1250): LLC length mis-match
  562. W/NFC-LLC ( 1250): LLC length mis-match
  563. W/NFC-LLC ( 1250): LLC length mis-match
  564. W/NFC-LLC ( 1250): LLC length mis-match
  565. W/NFC-LLC ( 1250): LLC length mis-match
  566. W/NFC-LLC ( 1250): LLC length mis-match
  567. W/NFC-LLC ( 1250): LLC length mis-match
  568. W/NFC-LLC ( 1250): LLC length mis-match
  569. W/NFC-LLC ( 1250): LLC length mis-match
  570. W/NFC-LLC ( 1250): LLC length mis-match
  571. W/NFC-LLC ( 1250): LLC length mis-match
  572. W/NFC-LLC ( 1250): LLC length mis-match
  573. W/NFC-LLC ( 1250): LLC length mis-match
  574. W/NFC-LLC ( 1250): LLC length mis-match
  575. W/NFC-LLC ( 1250): LLC length mis-match
  576. W/NFC-LLC ( 1250): LLC length mis-match
  577. W/NFC-LLC ( 1250): LLC length mis-match
  578. W/NFC-LLC ( 1250): LLC length mis-match
  579. W/NFC-LLC ( 1250): LLC length mis-match
  580. W/NFC-LLC ( 1250): LLC length mis-match
  581. W/NFC-LLC ( 1250): LLC length mis-match
  582. W/NFC-LLC ( 1250): LLC length mis-match
  583. W/NFC-LLC ( 1250): LLC length mis-match
  584. W/NFC-LLC ( 1250): LLC length mis-match
  585. W/NFC-LLC ( 1250): LLC length mis-match
  586. W/NFC-LLC ( 1250): LLC length mis-match
  587. W/NFC-LLC ( 1250): LLC length mis-match
  588. W/NFC-LLC ( 1250): LLC length mis-match
  589. W/NFC-LLC ( 1250): LLC length mis-match
  590. W/NFC-LLC ( 1250): LLC length mis-match
  591. W/NFC-LLC ( 1250): LLC length mis-match
  592. W/NFC-LLC ( 1250): LLC length mis-match
  593. W/NFC-LLC ( 1250): LLC length mis-match
  594. W/NFC-LLC ( 1250): LLC length mis-match
  595. W/NFC-LLC ( 1250): LLC length mis-match
  596. W/NFC-LLC ( 1250): LLC length mis-match
  597. W/NFC-LLC ( 1250): LLC length mis-match
  598. W/NFC-LLC ( 1250): LLC length mis-match
  599. W/NFC-LLC ( 1250): LLC length mis-match
  600. W/NFC-LLC ( 1250): LLC length mis-match
  601. W/NFC-LLC ( 1250): LLC length mis-match
  602. W/NFC-LLC ( 1250): LLC length mis-match
  603. W/NFC-LLC ( 1250): LLC length mis-match
  604. W/NFC-LLC ( 1250): LLC length mis-match
  605. W/NFC-LLC ( 1250): LLC length mis-match
  606. W/NFC-LLC ( 1250): LLC length mis-match
  607. W/NFC-LLC ( 1250): LLC length mis-match
  608. W/NFC-LLC ( 1250): LLC length mis-match
  609. W/NFC-LLC ( 1250): LLC length mis-match
  610. I/PowerManagerService(  662): Going to sleep due to screen timeout...
  611. I/Adreno200-EGL(  662): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM Build: Iabe52cfaeae4c5fab1acacfe6f056ba15fa93274
  612. D/SurfaceFlinger(  230): Screen released, type=0 flinger=0xb8cf0450
  613. D/qdhwcomposer(  230): hwc_blank: Blanking display: 0
  614. I/WindowManager(  662): No lock screen! windowToken=null
  615. D/qdhwcomposer(  230): hwc_blank: Done blanking display: 0
  616. D/SurfaceControl(  662): Excessive delay in blankDisplay() while turning screen off: 352ms
  617. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(227): sensors_wrapper_activate: lock
  618. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(253): sensors_wrapper_activate: unlock
  619. W/NFC-LLC ( 1250): LLC length mis-match
  620. I/CarbonDelta( 1528): Setting sleep detection alarm (exact) for 01:53
  621. D/NfcService( 1250): NFC-C OFF, disconnect
  622. W/NFC-LLC ( 1250): LLC length mis-match
  623. W/NFC-LLC ( 1250): LLC length mis-match
  624. D/AudioFlinger(  233): start(4098), calling pid 1058 session 245
  625. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb70e78b0
  626. D/ALSADevice(  233): route: devices 0x2 in mode 0
  627. D/ALSADevice(  233): No valid input device: 0
  628. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  629. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  630. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  631. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  632. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  633. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  634. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  635. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  636. D/ACDB-LOADER(  233): ACDB -> send_audtable
  637. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  638. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  639. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  640. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  641. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  642. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  643. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  644. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  645. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  646. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  647. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  648. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  649. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  650. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  651. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  652. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  653. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  654. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  655. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  656. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  657. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  658. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  659. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  660. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  661. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  662. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  663. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  664. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  665. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  666. D/ALSADevice(  233): Device value returned is hw:0,14
  667. D/ALSADevice(  233): handle->format: 0x2
  668. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  669. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  670. E/KeyguardHostView( 1058): Error when trying to bind default AppWidget: java.lang.IllegalArgumentException: not a appwidget provider: ComponentInfo{/}
  671. E/SensorManager( 1058): sensor or listener is null
  672. D/Keyguard:NotificationView( 1058): Add: android17040631
  673. D/Keyguard:NotificationView( 1058): Add: android17040639
  674. D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* search >
  675. W/NFC-LLC ( 1250): LLC length mis-match
  676. W/NFC-LLC ( 1250): LLC length mis-match
  677. D/ALSADevice(  233): standby: handle 0xb70b1df0 h 0x0
  678. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
  679. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 0
  680. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
  681. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
  682. D/alsa_ucm(  233): Set mixer controls for Speaker enable 0
  683. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
  684. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
  685. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
  686. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
  687. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
  688. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
  689. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 0
  690. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 0
  691. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 0
  692. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 0
  693. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: ZERO
  694. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: ZERO
  695. D/AudioUsbALSA(  233): exitPlaybackThread, mproxypfdPlayback: -1
  696. D/AudioUsbALSA(  233): closeDevice handle 0x0
  697. D/AudioUsbALSA(  233): closeDevice handle 0x0
  698. W/NFC-LLC ( 1250): LLC length mis-match
  699. W/NFC-LLC ( 1250): LLC length mis-match
  700. W/NFC-LLC ( 1250): LLC length mis-match
  701. W/NFC-LLC ( 1250): LLC length mis-match
  702. W/NFC-LLC ( 1250): LLC length mis-match
  703. W/NFC-LLC ( 1250): LLC length mis-match
  704. W/NFC-LLC ( 1250): LLC length mis-match
  705. W/NFC-LLC ( 1250): LLC length mis-match
  706. W/NFC-LLC ( 1250): LLC length mis-match
  707. W/NFC-LLC ( 1250): LLC length mis-match
  708. W/NFC-LLC ( 1250): LLC length mis-match
  709. W/NFC-LLC ( 1250): LLC length mis-match
  710. W/NFC-LLC ( 1250): LLC length mis-match
  711. W/NFC-LLC ( 1250): LLC length mis-match
  712. W/NFC-LLC ( 1250): LLC length mis-match
  713. W/NFC-LLC ( 1250): LLC length mis-match
  714. W/NFC-LLC ( 1250): LLC length mis-match
  715. W/NFC-LLC ( 1250): LLC length mis-match
  716. W/NFC-LLC ( 1250): LLC length mis-match
  717. W/NFC-LLC ( 1250): LLC length mis-match
  718. W/NFC-LLC ( 1250): LLC length mis-match
  719. W/NFC-LLC ( 1250): LLC length mis-match
  720. W/NFC-LLC ( 1250): LLC length mis-match
  721. W/NFC-LLC ( 1250): LLC length mis-match
  722. W/NFC-LLC ( 1250): LLC length mis-match
  723. W/NFC-LLC ( 1250): LLC length mis-match
  724. W/NFC-LLC ( 1250): LLC length mis-match
  725. W/NFC-LLC ( 1250): LLC length mis-match
  726. W/NFC-LLC ( 1250): LLC length mis-match
  727. W/NFC-LLC ( 1250): LLC length mis-match
  728. W/NFC-LLC ( 1250): LLC length mis-match
  729. W/NFC-LLC ( 1250): LLC length mis-match
  730. W/NFC-LLC ( 1250): LLC length mis-match
  731. W/NFC-LLC ( 1250): LLC length mis-match
  732. W/NFC-LLC ( 1250): LLC length mis-match
  733. W/NFC-LLC ( 1250): LLC length mis-match
  734. W/NFC-LLC ( 1250): LLC length mis-match
  735. W/NFC-LLC ( 1250): LLC length mis-match
  736. W/NFC-LLC ( 1250): LLC length mis-match
  737. W/NFC-LLC ( 1250): LLC length mis-match
  738. W/NFC-LLC ( 1250): LLC length mis-match
  739. W/NFC-LLC ( 1250): LLC length mis-match
  740. W/NFC-LLC ( 1250): LLC length mis-match
  741. W/NFC-LLC ( 1250): LLC length mis-match
  742. W/NFC-LLC ( 1250): LLC length mis-match
  743. W/NFC-LLC ( 1250): LLC length mis-match
  744. W/NFC-LLC ( 1250): LLC length mis-match
  745. W/NFC-LLC ( 1250): LLC length mis-match
  746. W/NFC-LLC ( 1250): LLC length mis-match
  747. W/NFC-LLC ( 1250): LLC length mis-match
  748. W/NFC-LLC ( 1250): LLC length mis-match
  749. W/NFC-LLC ( 1250): LLC length mis-match
  750. W/NFC-LLC ( 1250): LLC length mis-match
  751. W/NFC-LLC ( 1250): LLC length mis-match
  752. W/NFC-LLC ( 1250): LLC length mis-match
  753. W/NFC-LLC ( 1250): LLC length mis-match
  754. W/NFC-LLC ( 1250): LLC length mis-match
  755. W/NFC-LLC ( 1250): LLC length mis-match
  756. W/NFC-LLC ( 1250): LLC length mis-match
  757. W/NFC-LLC ( 1250): LLC length mis-match
  758. W/NFC-LLC ( 1250): LLC length mis-match
  759. W/NFC-LLC ( 1250): LLC length mis-match
  760. W/NFC-LLC ( 1250): LLC length mis-match
  761. W/NFC-LLC ( 1250): LLC length mis-match
  762. W/NFC-LLC ( 1250): LLC length mis-match
  763. W/NFC-LLC ( 1250): LLC length mis-match
  764. W/NFC-LLC ( 1250): LLC length mis-match
  765. W/NFC-LLC ( 1250): LLC length mis-match
  766. W/NFC-LLC ( 1250): LLC length mis-match
  767. W/NFC-LLC ( 1250): LLC length mis-match
  768. W/NFC-LLC ( 1250): LLC length mis-match
  769. W/NFC-LLC ( 1250): LLC length mis-match
  770. W/NFC-LLC ( 1250): LLC length mis-match
  771. W/NFC-LLC ( 1250): LLC length mis-match
  772. W/NFC-LLC ( 1250): LLC length mis-match
  773. W/NFC-LLC ( 1250): LLC length mis-match
  774. W/NFC-LLC ( 1250): LLC length mis-match
  775. W/NFC-LLC ( 1250): LLC length mis-match
  776. W/NFC-LLC ( 1250): LLC length mis-match
  777. W/NFC-LLC ( 1250): LLC length mis-match
  778. W/NFC-LLC ( 1250): LLC length mis-match
  779. W/NFC-LLC ( 1250): LLC length mis-match
  780. W/NFC-LLC ( 1250): LLC length mis-match
  781. W/NFC-LLC ( 1250): LLC length mis-match
  782. W/NFC-LLC ( 1250): LLC length mis-match
  783. W/NFC-LLC ( 1250): LLC length mis-match
  784. W/NFC-LLC ( 1250): LLC length mis-match
  785. W/NFC-LLC ( 1250): LLC length mis-match
  786. W/NFC-LLC ( 1250): LLC length mis-match
  787. W/NFC-LLC ( 1250): LLC length mis-match
  788. W/NFC-LLC ( 1250): LLC length mis-match
  789. W/NFC-LLC ( 1250): LLC length mis-match
  790. W/NFC-LLC ( 1250): LLC length mis-match
  791. W/NFC-LLC ( 1250): LLC length mis-match
  792. W/NFC-LLC ( 1250): LLC length mis-match
  793. W/NFC-LLC ( 1250): LLC length mis-match
  794. W/NFC-LLC ( 1250): LLC length mis-match
  795. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(227): sensors_wrapper_activate: lock
  796. I/PowerManagerService(  662): Waking up from sleep...
  797. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(253): sensors_wrapper_activate: unlock
  798. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
  799. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
  800. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
  801. D/DASH    (  662): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
  802. I/CarbonDelta( 1528): Cancelling sleep detection alarm
  803. D/SurfaceFlinger(  230): Screen acquired, type=0 flinger=0xb8cf0450
  804. D/qdhwcomposer(  230): hwc_blank: Unblanking display: 0
  805. I/WindowManager(  662): Lock screen displayed!
  806. D/qdhwcomposer(  230): hwc_blank: Done unblanking display: 0
  807. D/SurfaceControl(  662): Excessive delay in unblankDisplay() while turning screen on: 301ms
  808. W/NFC-LLC ( 1250): LLC length mis-match
  809. D/AudioFlinger(  233): start(4097), calling pid 1058 session 246
  810. D/AudioFlinger(  233): ? => ACTIVE (4097) on thread 0xb7111dc0
  811. D/ALSADevice(  233): route: devices 0x2 in mode 0
  812. D/ALSADevice(  233): No valid input device: 0
  813. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  814. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  815. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  816. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  817. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  818. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  819. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  820. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  821. D/ACDB-LOADER(  233): ACDB -> send_audtable
  822. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  823. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  824. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  825. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  826. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  827. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  828. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  829. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  830. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  831. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  832. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  833. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  834. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  835. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  836. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  837. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  838. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  839. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  840. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  841. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  842. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  843. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  844. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  845. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  846. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  847. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  848. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  849. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  850. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  851. D/ALSADevice(  233): Device value returned is hw:0,14
  852. D/ALSADevice(  233): handle->format: 0x2
  853. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  854. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  855. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  856. W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  857. D/NfcService( 1250): NFC-C ON
  858. E/Cryptfs (  221): not running with encryption, aborting
  859. D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker system_info back* home* recent* clock* search >
  860. W/InputMethodManagerService(  662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42062aa0 attribute=android.view.inputmethod.EditorInfo@42865d50, token = android.os.BinderProxy@42050448
  861. I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@41f19f78 time:817273
  862. W/NFC-LLC ( 1250): LLC length mis-match
  863. D/ALSADevice(  233): standby: handle 0xb70b1df0 h 0x0
  864. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
  865. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 0
  866. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
  867. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
  868. D/alsa_ucm(  233): Set mixer controls for Speaker enable 0
  869. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
  870. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
  871. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
  872. W/NFC-LLC ( 1250): LLC length mis-match
  873. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
  874. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
  875. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
  876. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 0
  877. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 0
  878. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 0
  879. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 0
  880. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: ZERO
  881. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: ZERO
  882. D/AudioUsbALSA(  233): exitPlaybackThread, mproxypfdPlayback: -1
  883. D/AudioUsbALSA(  233): closeDevice handle 0x0
  884. D/AudioUsbALSA(  233): closeDevice handle 0x0
  885. D/AudioFlinger(  233): start(4098), calling pid 662 session 247
  886. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f550
  887. D/ALSADevice(  233): route: devices 0x2 in mode 0
  888. D/ALSADevice(  233): No valid input device: 0
  889. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
  890. D/ALSADevice(  233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
  891. D/alsa_ucm(  233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
  892. D/alsa_ucm(  233): Set mixer controls for Speaker enable 1
  893. D/alsa_ucm(  233): acdb_id 15 cap 1 enable 1
  894. D/ACDB-LOADER(  233): ACDB -> send_audio_cal, acdb_id = 15, path =  0
  895. D/ACDB-LOADER(  233): ACDB -> send_adm_topology
  896. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
  897. D/ACDB-LOADER(  233): ACDB -> send_audtable
  898. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
  899. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_CAL
  900. D/ACDB-LOADER(  233): ACDB -> send_audvoltable
  901. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
  902. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
  903. D/ACDB-LOADER(  233): ACDB -> send_afe_cal
  904. D/ACDB-LOADER(  233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
  905. D/ACDB-LOADER(  233): ACDB -> AUDIO_SET_AFE_CAL
  906. D/alsa_ucm(  233): Setting mixer control: SLIM_0_RX Channels, value: Two
  907. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP1, value: RX1
  908. D/alsa_ucm(  233): Setting mixer control: RX5 MIX1 INP2, value: RX6
  909. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP1, value: RX2
  910. D/alsa_ucm(  233): Setting mixer control: RX3 MIX1 INP2, value: RX7
  911. D/alsa_ucm(  233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
  912. D/alsa_ucm(  233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
  913. D/alsa_ucm(  233): Setting mixer control: LINEOUT1 Volume, value: 100
  914. D/alsa_ucm(  233): Setting mixer control: LINEOUT2 Volume, value: 100
  915. D/alsa_ucm(  233): Setting mixer control: LINEOUT3 Volume, value: 100
  916. D/alsa_ucm(  233): Setting mixer control: LINEOUT4 Volume, value: 100
  917. D/alsa_ucm(  233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
  918. D/alsa_ucm(  233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
  919. D/alsa_ucm(  233): Setting mixer control: RX3 Digital Volume, value: 68
  920. D/alsa_ucm(  233): Setting mixer control: RX4 Digital Volume, value: 68
  921. D/alsa_ucm(  233): Setting mixer control: RX5 Digital Volume, value: 68
  922. D/alsa_ucm(  233): Setting mixer control: RX6 Digital Volume, value: 68
  923. D/alsa_ucm(  233): Set mixer controls for HiFi Lowlatency enable 1
  924. D/alsa_ucm(  233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
  925. D/ALSADevice(  233): close: handle 0xb70b1df0 h 0x0
  926. D/ALSADevice(  233): open: handle 0xb70b1df0, format 0x2
  927. D/ALSADevice(  233): Device value returned is hw:0,14
  928. D/ALSADevice(  233): handle->format: 0x2
  929. D/ALSADevice(  233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
  930. D/ALSADevice(  233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
  931. V/Zygote  ( 5653): Switching descriptor 33 to /dev/null
  932. V/Zygote  ( 5653): Switching descriptor 10 to /dev/null
  933. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5653 uid=10038 gids={50038, 1028, 1023}
  934. V/Launcher( 5653): LauncherAppState inited
  935. W/Launcher( 5653): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f228c8 new=com.android.launcher3.LauncherApplication@41f228c8
  936. D/AndroidRuntime( 5653): Shutting down VM
  937. W/dalvikvm( 5653): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  938. E/AndroidRuntime( 5653): FATAL EXCEPTION: main
  939. E/AndroidRuntime( 5653): Process: com.android.launcher3, PID: 5653
  940. E/AndroidRuntime( 5653): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  941. E/AndroidRuntime( 5653):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  942. E/AndroidRuntime( 5653):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  943. E/AndroidRuntime( 5653):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  944. E/AndroidRuntime( 5653):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  945. E/AndroidRuntime( 5653):    at android.os.Handler.dispatchMessage(Handler.java:102)
  946. E/AndroidRuntime( 5653):    at android.os.Looper.loop(Looper.java:136)
  947. E/AndroidRuntime( 5653):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  948. E/AndroidRuntime( 5653):    at java.lang.reflect.Method.invokeNative(Native Method)
  949. E/AndroidRuntime( 5653):    at java.lang.reflect.Method.invoke(Method.java:515)
  950. E/AndroidRuntime( 5653):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  951. E/AndroidRuntime( 5653):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  952. E/AndroidRuntime( 5653):    at dalvik.system.NativeStart.main(Native Method)
  953. E/AndroidRuntime( 5653): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  954. E/AndroidRuntime( 5653):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  955. E/AndroidRuntime( 5653):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  956. E/AndroidRuntime( 5653):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  957. E/AndroidRuntime( 5653):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  958. E/AndroidRuntime( 5653):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  959. E/AndroidRuntime( 5653):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  960. E/AndroidRuntime( 5653):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  961. E/AndroidRuntime( 5653):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  962. E/AndroidRuntime( 5653):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  963. E/AndroidRuntime( 5653):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  964. E/AndroidRuntime( 5653):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  965. E/AndroidRuntime( 5653):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  966. E/AndroidRuntime( 5653):    at android.app.Activity.performCreate(Activity.java:5241)
  967. E/AndroidRuntime( 5653):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  968. E/AndroidRuntime( 5653):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  969. E/AndroidRuntime( 5653):    ... 11 more
  970. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  971. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{4246f6f0 u0 com.android.launcher3/.Launcher t31 f}
  972. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  973. W/NFC-LLC ( 1250): LLC length mis-match
  974. D/AudioFlinger(  233): start(4101), calling pid 662 session 248
  975. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb70e78b0
  976. I/Process ( 5653): Sending signal. PID: 5653 SIG: 9
  977. I/ActivityManager(  662): Process com.android.launcher3 (pid 5653) has died.
  978. V/Zygote  ( 5691): Switching descriptor 33 to /dev/null
  979. V/Zygote  ( 5691): Switching descriptor 10 to /dev/null
  980. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5691 uid=10038 gids={50038, 1028, 1023}
  981. V/Launcher( 5691): LauncherAppState inited
  982. W/Launcher( 5691): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f237c0 new=com.android.launcher3.LauncherApplication@41f237c0
  983. D/AndroidRuntime( 5691): Shutting down VM
  984. W/dalvikvm( 5691): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  985. E/AndroidRuntime( 5691): FATAL EXCEPTION: main
  986. E/AndroidRuntime( 5691): Process: com.android.launcher3, PID: 5691
  987. E/AndroidRuntime( 5691): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  988. E/AndroidRuntime( 5691):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  989. E/AndroidRuntime( 5691):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  990. E/AndroidRuntime( 5691):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  991. E/AndroidRuntime( 5691):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  992. E/AndroidRuntime( 5691):    at android.os.Handler.dispatchMessage(Handler.java:102)
  993. E/AndroidRuntime( 5691):    at android.os.Looper.loop(Looper.java:136)
  994. E/AndroidRuntime( 5691):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  995. E/AndroidRuntime( 5691):    at java.lang.reflect.Method.invokeNative(Native Method)
  996. E/AndroidRuntime( 5691):    at java.lang.reflect.Method.invoke(Method.java:515)
  997. E/AndroidRuntime( 5691):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  998. E/AndroidRuntime( 5691):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  999. E/AndroidRuntime( 5691):    at dalvik.system.NativeStart.main(Native Method)
  1000. E/AndroidRuntime( 5691): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  1001. E/AndroidRuntime( 5691):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  1002. E/AndroidRuntime( 5691):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  1003. E/AndroidRuntime( 5691):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  1004. E/AndroidRuntime( 5691):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  1005. E/AndroidRuntime( 5691):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  1006. E/AndroidRuntime( 5691):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  1007. E/AndroidRuntime( 5691):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  1008. E/AndroidRuntime( 5691):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  1009. E/AndroidRuntime( 5691):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  1010. E/AndroidRuntime( 5691):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  1011. E/AndroidRuntime( 5691):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  1012. E/AndroidRuntime( 5691):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  1013. E/AndroidRuntime( 5691):    at android.app.Activity.performCreate(Activity.java:5241)
  1014. E/AndroidRuntime( 5691):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  1015. E/AndroidRuntime( 5691):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  1016. E/AndroidRuntime( 5691):    ... 11 more
  1017. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  1018. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{42672ff8 u0 com.android.launcher3/.Launcher t33 f}
  1019. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  1020. W/NFC-LLC ( 1250): LLC length mis-match
  1021. D/AudioFlinger(  233): start(4098), calling pid 662 session 249
  1022. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f550
  1023. I/Process ( 5691): Sending signal. PID: 5691 SIG: 9
  1024. I/ActivityManager(  662): Process com.android.launcher3 (pid 5691) has died.
  1025. V/Zygote  ( 5718): Switching descriptor 33 to /dev/null
  1026. V/Zygote  ( 5718): Switching descriptor 10 to /dev/null
  1027. I/ActivityManager(  662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5718 uid=10038 gids={50038, 1028, 1023}
  1028. V/Launcher( 5718): LauncherAppState inited
  1029. W/Launcher( 5718): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f246b8 new=com.android.launcher3.LauncherApplication@41f246b8
  1030. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
  1031. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (0ms elapsed)
  1032. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayv
  1033. D/PhoneStatusBar( 1058): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search >
  1034. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayv (113ms elapsed)
  1035. V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=398.0 v=3790.1455)
  1036. V/PanelView( 1058): animationTick called with dtms=-7; nothing to do (h=398.0 v=3790.1455)
  1037. D/AndroidRuntime( 5718): Shutting down VM
  1038. W/dalvikvm( 5718): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  1039. E/AndroidRuntime( 5718): FATAL EXCEPTION: main
  1040. E/AndroidRuntime( 5718): Process: com.android.launcher3, PID: 5718
  1041. E/AndroidRuntime( 5718): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  1042. E/AndroidRuntime( 5718):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  1043. E/AndroidRuntime( 5718):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  1044. E/AndroidRuntime( 5718):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  1045. E/AndroidRuntime( 5718):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  1046. E/AndroidRuntime( 5718):    at android.os.Handler.dispatchMessage(Handler.java:102)
  1047. E/AndroidRuntime( 5718):    at android.os.Looper.loop(Looper.java:136)
  1048. E/AndroidRuntime( 5718):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  1049. E/AndroidRuntime( 5718):    at java.lang.reflect.Method.invokeNative(Native Method)
  1050. E/AndroidRuntime( 5718):    at java.lang.reflect.Method.invoke(Method.java:515)
  1051. E/AndroidRuntime( 5718):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  1052. E/AndroidRuntime( 5718):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  1053. E/AndroidRuntime( 5718):    at dalvik.system.NativeStart.main(Native Method)
  1054. E/AndroidRuntime( 5718): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
  1055. E/AndroidRuntime( 5718):    at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
  1056. E/AndroidRuntime( 5718):    at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
  1057. E/AndroidRuntime( 5718):    at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
  1058. E/AndroidRuntime( 5718):    at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
  1059. E/AndroidRuntime( 5718):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
  1060. E/AndroidRuntime( 5718):    at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
  1061. E/AndroidRuntime( 5718):    at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
  1062. E/AndroidRuntime( 5718):    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  1063. E/AndroidRuntime( 5718):    at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
  1064. E/AndroidRuntime( 5718):    at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
  1065. E/AndroidRuntime( 5718):    at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
  1066. E/AndroidRuntime( 5718):    at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
  1067. E/AndroidRuntime( 5718):    at android.app.Activity.performCreate(Activity.java:5241)
  1068. E/AndroidRuntime( 5718):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  1069. E/AndroidRuntime( 5718):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  1070. E/AndroidRuntime( 5718):    ... 11 more
  1071. W/ActivityManager(  662):   Force finishing activity com.android.launcher3/.Launcher
  1072. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{42a91598 u0 com.android.launcher3/.Launcher t34 f}
  1073. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
  1074. W/NFC-LLC ( 1250): LLC length mis-match
  1075. D/AudioFlinger(  233): start(4101), calling pid 662 session 250
  1076. D/AudioFlinger(  233): ? => ACTIVE (4101) on thread 0xb70e78b0
  1077. I/ActivityManager(  662): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from pid 1058
  1078. V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=834.0 v=-4500.0)
  1079. D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker* system_info* back home recent clock search >
  1080. D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
  1081. D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (26ms elapsed)
  1082. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{42b279c8 u0 com.android.launcher3/.Launcher t35}
  1083. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  1084. I/Process ( 5718): Sending signal. PID: 5718 SIG: 9
  1085. D/AudioFlinger(  233): start(4098), calling pid 662 session 251
  1086. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f550
  1087. I/ActivityManager(  662): Process com.android.launcher3 (pid 5718) has died.
  1088. D/WifiService(  662): setWifiEnabled: true pid=5456, uid=1000
  1089. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  1090. I/ActivityManager(  662): Displayed com.android.settings/.Settings: +596ms
  1091. W/NFC-LLC ( 1250): LLC length mis-match
  1092. I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@4253a9b0 time:829415
  1093. I/ActivityManager(  662): Timeline: Activity_windows_visible id: ActivityRecord{41f63798 u0 com.android.settings/.Settings t36} time:829542
  1094. D/ConnectivityService(  662): Sampling interval elapsed, updating statistics ..
  1095. D/ConnectivityService(  662): Done.
  1096. D/ConnectivityService(  662): Setting timer for 720seconds
  1097. I/EventLogService( 3746): Aggregate from 1395001058544 (log), 1394999705830 (data)
  1098. W/EventLogAggregator( 3746): Unknown tag: SYSTEM_AUDIT
  1099. I/ActivityManager( 5456): Timeline: Activity_launch_request id:com.carbon.fibers time:830536
  1100. I/ActivityManager(  662): START u0 {act=android.intent.action.MAIN cmp=com.carbon.fibers/.SettingsActivity} from pid 5456
  1101. D/AudioFlinger(  233): start(4099), calling pid 662 session 252
  1102. D/AudioFlinger(  233): ? => ACTIVE (4099) on thread 0xb710f618
  1103. V/Zygote  ( 5797): Switching descriptor 33 to /dev/null
  1104. V/Zygote  ( 5797): Switching descriptor 10 to /dev/null
  1105. I/ActivityManager(  662): Start proc com.carbon.fibers for activity com.carbon.fibers/.SettingsActivity: pid=5797 uid=1000 gids={41000, 3003, 1028, 1023, 1015, 1006, 3002, 3001}
  1106. I/CR_Settings( 5797): defualt locale: français (France)
  1107. D/AndroidRuntime( 5797): Shutting down VM
  1108. W/dalvikvm( 5797): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
  1109. E/AndroidRuntime( 5797): FATAL EXCEPTION: main
  1110. E/AndroidRuntime( 5797): Process: com.carbon.fibers, PID: 5797
  1111. E/AndroidRuntime( 5797): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.carbon.fibers/com.carbon.fibers.SettingsActivity}: java.lang.IllegalStateException: can't switch to header that has no fragment
  1112. E/AndroidRuntime( 5797):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
  1113. E/AndroidRuntime( 5797):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
  1114. E/AndroidRuntime( 5797):    at android.app.ActivityThread.access$800(ActivityThread.java:145)
  1115. E/AndroidRuntime( 5797):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
  1116. E/AndroidRuntime( 5797):    at android.os.Handler.dispatchMessage(Handler.java:102)
  1117. E/AndroidRuntime( 5797):    at android.os.Looper.loop(Looper.java:136)
  1118. E/AndroidRuntime( 5797):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  1119. E/AndroidRuntime( 5797):    at java.lang.reflect.Method.invokeNative(Native Method)
  1120. E/AndroidRuntime( 5797):    at java.lang.reflect.Method.invoke(Method.java:515)
  1121. E/AndroidRuntime( 5797):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
  1122. E/AndroidRuntime( 5797):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
  1123. E/AndroidRuntime( 5797):    at dalvik.system.NativeStart.main(Native Method)
  1124. E/AndroidRuntime( 5797): Caused by: java.lang.IllegalStateException: can't switch to header that has no fragment
  1125. E/AndroidRuntime( 5797):    at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1265)
  1126. E/AndroidRuntime( 5797):    at android.preference.PreferenceActivity.onCreate(PreferenceActivity.java:580)
  1127. E/AndroidRuntime( 5797):    at com.carbon.fibers.SettingsActivity.onCreate(SettingsActivity.java:74)
  1128. E/AndroidRuntime( 5797):    at android.app.Activity.performCreate(Activity.java:5241)
  1129. E/AndroidRuntime( 5797):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  1130. E/AndroidRuntime( 5797):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
  1131. E/AndroidRuntime( 5797):    ... 11 more
  1132. W/ActivityManager(  662):   Force finishing activity com.carbon.fibers/.SettingsActivity
  1133. W/NFC-LLC ( 1250): LLC length mis-match
  1134. W/ActivityManager(  662): Activity pause timeout for ActivityRecord{420003a8 u0 com.carbon.fibers/.SettingsActivity t36 f}
  1135. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  1136. D/WifiService(  662): setWifiEnabled: true pid=5456, uid=1000
  1137. D/BluetoothAdapter( 5456): 1108622360: getState() :  mService = null. Returning STATE_OFF
  1138. I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@4253a9b0 time:831756
  1139. I/ActivityManager(  662): Timeline: Activity_windows_visible id: ActivityRecord{41f63798 u0 com.android.settings/.Settings t36} time:831974
  1140. I/Process ( 5797): Sending signal. PID: 5797 SIG: 9
  1141. D/AudioFlinger(  233): start(4098), calling pid 662 session 253
  1142. D/AudioFlinger(  233): ? => ACTIVE (4098) on thread 0xb710f550
  1143. I/ActivityManager(  662): Process com.carbon.fibers (pid 5797) has died.
  1144. W/InputMethodManagerService(  662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@420134b0 attribute=null, token = android.os.BinderProxy@4220aeb8
  1145. W/NFC-LLC ( 1250): LLC length mis-match
  1146. W/NFC-LLC ( 1250): LLC length mis-match
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement