1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
11-10 12:10:27.192 5257 5257 E PackageManager: Unable to get canonical file java.io.IOException: Cannot create /system/priv-app/Velvet/lib
11-10 12:10:27.200 5257 5257 E PackageManager: updateAllSharedLibrariesLPw failed: Package com.android.nfc requires unavailable shared library com.felicanetworks.felica; failing!
11-10 12:10:27.227 5257 5257 E System : ******************************************
11-10 12:10:27.228 5257 5257 E System : ************ Failure starting system services
11-10 12:10:27.228 5257 5257 E System : java.lang.NullPointerException: Attempt to invoke virtual method 'com.android.server.pm.PermissionsState com.android.server.pm.PackageSetting.getPermissionsState()' on a null object reference
11-10 12:10:27.228 5257 5257 E System : at com.android.server.pm.PackageManagerService.grantSignaturePermission(PackageManagerService.java:9450)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.pm.PackageManagerService.grantPermissionsLPw(PackageManagerService.java:9208)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.pm.PackageManagerService.updatePermissionsLPw(PackageManagerService.java:9085)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:2688)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1898)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:451)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.SystemServer.run(SystemServer.java:318)
11-10 12:10:27.228 5257 5257 E System : at com.android.server.SystemServer.main(SystemServer.java:218)
11-10 12:10:27.228 5257 5257 E System : at java.lang.reflect.Method.invoke(Native Method)
11-10 12:10:27.228 5257 5257 E System : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797)
11-10 12:10:27.228 5257 5257 E System : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:687)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
11-10 12:10:27.228 5257 5257 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'com.android.server.pm.PermissionsState com.android.server.pm.PackageSetting.getPermissionsState()' on a null object reference
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.pm.PackageManagerService.grantSignaturePermission(PackageManagerService.java:9450)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.pm.PackageManagerService.grantPermissionsLPw(PackageManagerService.java:9208)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.pm.PackageManagerService.updatePermissionsLPw(PackageManagerService.java:9085)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:2688)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1898)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:451)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:318)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:218)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797)
11-10 12:10:27.228 5257 5257 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:687)
11-10 12:10:27.229 5257 5257 E AndroidRuntime: Error reporting crash
11-10 12:10:27.229 5257 5257 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'void android.app.IActivityManager.handleApplicationCrash(android.os.IBinder, android.app.ApplicationErrorReport$CrashInfo)' on a null object reference
11-10 12:10:27.229 5257 5257 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:103)
11-10 12:10:27.229 5257 5257 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
11-10 12:10:27.229 5257 5257 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
11-10 12:10:27.250 814 814 E installd: eof
11-10 12:10:27.250 814 814 E installd: failed to read size
11-10 12:10:27.327 4996 4996 E Zygote : Exit zygote because system server (5257) has terminated
11-10 12:10:27.537 5421 5421 E mm-camera: server_process_module_init:59, int mods
11-10 12:10:27.537 5421 5421 E mm-camera-sensor: module_sensor_init:3885 Enter
11-10 12:10:27.547 5421 5421 E mm-camera: isp_util_gen_hws_caps: integrating kernel vfe is pending
11-10 12:10:27.748 5421 5421 E mm-camera: isp_tintless_create: using BE stats for tintless!, isp main version = 28
11-10 12:10:27.748 5421 5421 E mm-camera: isp_tintless_open_version: E: 40
11-10 12:10:27.749 5421 5421 E mm-camera: is_module_init: Enter
11-10 12:10:27.749 5421 5421 E mm-camera: raw2_load_youshanii_proc_lib Error opening yushanii_proc library
11-10 12:10:27.749 5421 5421 E mm-camera: raw2_init Error loading yushanii proc library
11-10 12:10:27.799 5421 5421 E mm-camera: cpp_hardware_load_firmware:359, cpphw->hwinfo.version = 0x10010001
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_module_init:26 name=vpe
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=video0 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=msm_cci entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev0 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev1 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev2 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev3 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev4 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev5 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev6 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev7 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev8 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev9 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev10 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev11 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev12 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev13 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev14 entity.revision=0
11-10 12:10:27.801 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev15 entity.revision=0
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=v4l-subdev16 entity.revision=16
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:711: done enumerating media entities
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=video1 entity.revision=0
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:711: done enumerating media entities
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=video2 entity.revision=0
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:711: done enumerating media entities
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:716: entity.name=video3 entity.revision=0
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:711: done enumerating media entities
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:683: no more media devices
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_find_subdev:728: no vpe device found.
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_hardware_create:31: error: cannot find vpe subdev
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_module_create_vpe_ctrl:141, failed, cannnot create vpe hardware instance
11-10 12:10:27.802 5421 5421 E mm-camera: vpe_module_init:34 failed
11-10 12:10:27.802 5421 5421 E mm-camera: c2d_module_init:28 name=c2d
11-10 12:10:27.802 5421 5421 E mm-camera: c2d_module_init:67: info: C2D module_init successful
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:40] role 3 name qcom.cac
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[0] role 0 name qcom.wavelet
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[1] role 1 name qcom.hdr
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[2] role 2 name qcom.faceproc
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[3] role 3 name qcom.cac
11-10 12:10:27.802 5421 5421 E mm-camera-img: img_core_get_comp:50] find component role 3 name qcom.cac
11-10 12:10:27.803 5421 5421 E mm-camera-img: cac_comp_load:802] CAC library loaded successfully
11-10 12:10:27.803 5421 5421 E mm-camera-img: module_imglib_create_port:1254 portname imglib_d2_i0
11-10 12:10:27.804 5421 5421 E mm-camera-img: img_core_get_comp:40] role 1 name qcom.hdr
11-10 12:10:27.804 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[0] role 0 name qcom.wavelet
11-10 12:10:27.804 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[1] role 1 name qcom.hdr
11-10 12:10:27.804 5421 5421 E mm-camera-img: img_core_get_comp:50] find component role 1 name qcom.hdr
11-10 12:10:27.830 5421 5421 E mm-camera-img: hdr_comp_load:1153] HDR library loaded successfully
11-10 12:10:27.830 5421 5421 E hdr : Port hdr_dummy initialized
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:40] role 4 name qcom.gen_frameproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[0] role 0 name qcom.wavelet
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[1] role 1 name qcom.hdr
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[2] role 2 name qcom.faceproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[3] role 3 name qcom.cac
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[4] role 4 name qcom.gen_frameproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:50] find component role 4 name qcom.gen_frameproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: frameproc_comp_load:809] Error opening frameproc library libmmcamera_chromaflash_lib.so
11-10 12:10:27.831 5421 5421 E mm-camera: module_imgbase_init:1066] Error rc -6
11-10 12:10:27.831 5421 5421 E mm-camera-img: module_imglib_create_topology:365] Can not init the module imglib_chroma_flash
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:40] role 4 name qcom.gen_frameproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[0] role 0 name qcom.wavelet
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[1] role 1 name qcom.hdr
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[2] role 2 name qcom.faceproc
11-10 12:10:27.831 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[3] role 3 name qcom.cac
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[4] role 4 name qcom.gen_frameproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:50] find component role 4 name qcom.gen_frameproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: frameproc_comp_load:809] Error opening frameproc library libmmcamera_dummyalgo.so
11-10 12:10:27.832 5421 5421 E mm-camera: module_imgbase_init:1066] Error rc -6
11-10 12:10:27.832 5421 5421 E mm-camera-img: module_imglib_create_topology:365] Can not init the module imglib_optizoom
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:40] role 4 name qcom.gen_frameproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[0] role 0 name qcom.wavelet
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[1] role 1 name qcom.hdr
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[2] role 2 name qcom.faceproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[3] role 3 name qcom.cac
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:45] comp_index[4] role 4 name qcom.gen_frameproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: img_core_get_comp:50] find component role 4 name qcom.gen_frameproc
11-10 12:10:27.832 5421 5421 E mm-camera-img: frameproc_comp_load:809] Error opening frameproc library libmmcamera_ubifocus_lib.so
11-10 12:10:27.832 5421 5421 E mm-camera: module_imgbase_init:1066] Error rc -6
11-10 12:10:27.832 5421 5421 E mm-camera-img: module_imglib_create_topology:365] Can not init the module imglib_ubifocus
11-10 12:10:27.832 5421 5421 E mm-camera-img: module_imglib_create_dummy_port:1362 portname imglib_dymmy_d1_i0
11-10 12:10:28.003 5416 5416 E cutils-trace: Error opening trace file: No such file or directory (2)
11-10 12:10:28.201 5416 5416 E BaseLoader: parseConfig error:java.io.FileNotFoundException: /system/customize/spn_map.xml: open failed: ENOENT (No such file or directory)
11-10 12:10:28.202 5416 5416 E BaseLoader: parseConfig error:java.io.FileNotFoundException: /system/customize/mvno_map.xml: open failed: ENOENT (No such file or directory)
11-10 12:10:28.332 5416 5416 E ActTriggerJNI: open library fail.
11-10 12:10:28.394 5418 5418 E SsdAudDPcm: open fail at /data/audio/persist.htc.audio.dumptool.open
11-10 12:10:28.395 5418 5418 E : batterystats service unavailable!
11-10 12:10:28.395 5418 5418 E : batterystats service unavailable!
11-10 12:10:28.396 5418 5418 E : batterystats service unavailable!
11-10 12:10:28.396 5418 5418 E : batterystats service unavailable!
11-10 12:10:28.429 5418 5418 E cutils-trace: Error opening trace file: No such file or directory (2)
11-10 12:10:28.431 5416 5416 E Minikin : addFont failed to create font /system/fonts/NanumGothic.ttf
11-10 12:10:28.431 5418 5418 E QCamera2HWI: [TimeHelper] void qcamera::QCamera2HardwareInterface::TimeHelper::reset():7284, open device /dev/time_helper error!
11-10 12:10:28.431 5416 5416 E Minikin : addFont failed to create font /system/fonts/DroidSansFallback.ttf
11-10 12:10:28.431 5416 5416 E Minikin : addFont failed to create font /system/fonts/MTLmr3m.ttf
11-10 12:10:28.434 5418 5418 E QCOM PowerHAL: Unable to open /vendor/lib/libqc-opt.so: dlopen failed: library "/vendor/lib/libqc-opt.so" not found
11-10 12:10:28.434 5418 5418 E QCOM PowerHAL: Failed to get qcopt handle.
11-10 12:10:28.434 5418 5418 E QCamera2HWI: [KPI Perf] int qcamera::QCamera2HardwareInterface::openCamera(hw_device_t**): E PROFILE_OPEN_CAMERA CameraID:0
11-10 12:10:28.434 5418 5418 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
11-10 12:10:28.479 5421 5490 E mm-camera-sensor: module_sensor_start_session:558 session 1
11-10 12:10:28.481 5421 5492 E mm-camera: isp_tintless_open: E: b6e4b7fd
11-10 12:10:28.482 5421 5492 E mm-camera: isp_tintless_get_version: lib returned version 3.61 err=0
11-10 12:10:28.484 5421 5498 E hdr : Session id 0x1 started
11-10 12:10:28.494 5421 5494 E mm-camera: is_module_start_session: Enter
11-10 12:10:28.494 5421 5494 E mm-camera: is_module_start_session: Exit successful
11-10 12:10:28.494 5421 5494 E mm-camera: is_module_get_port: Exit successful
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: actuator_process:1786 ACTUATOR_SET_SENSOR_INFO : imx214
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_af_value:1416 (lc898212_act), act_name ti201_act
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_af_value:1416 (lc898212_act), act_name rumbas_act
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_af_value:1416 (lc898212_act), act_name lc898212_act
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_af_value:1450 af_actuator_set_af_value s_actuator_type:5
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:248 ACTUATOR_LC898212
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:282 af_actuator_set_OTP_info: VCM_Infinity = 0x4032 (16434)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:283 af_actuator_set_OTP_info: VCM_Macro = 0xed69 (-4759)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:284 af_actuator_set_OTP_info: VCM_Bias = 0x34 (52)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:285 af_actuator_set_OTP_info: VCM_Offset = 0x6a (106)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:286 af_actuator_set_OTP_info: VCM_Bottom_Mech = 0x7085 (28805)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:287 af_actuator_set_OTP_info: VCM_Top_Mech = 0x8cc0 (-29504)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:288 af_actuator_set_OTP_info: VCM_Vendor_Id_Version = 0x13 (19)
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:302 OTP_data[2] 64 OTP_data[3] 50 OTP_data[4] 237 OTP_data[5] 105
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:303 VCM_Start = 0, MODULE_ID_AB = 0x0
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:304 VCM_Infinity = 16434
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:305 VCM_Macro = 60777
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_OTP_info:307 ori_VCM_Infinity = (0x4032)16434
11-10 12:10:28.529 5421 5490 E mm-camera-sensor:
11-10 12:10:28.529 5421 5490 E mm-camera-sensor: af_actuator_set_af_value:1465 CFG_SET_ACTUATOR_AF_VALUE
11-10 12:10:28.530 5421 5490 E mm-camera-sensor: af_actuator_check_vcm_property:720 af_actuator_check_vcm_property: Not enable VCM sorting
11-10 12:10:28.530 5421 5490 E mm-camera-sensor:
11-10 12:10:28.531 5421 5503 E mm-camera-sensor: sensor_thread_func:101 sensor_thread_func: readfd:22 writefd:23
11-10 12:10:28.534 5421 5497 E mm-camera: c2d_module_start_session:227, info: starting session 1
11-10 12:10:28.534 5421 5497 E mm-camera: c2d_module_start_session:274, info: c2d_thread created.
11-10 12:10:28.535 5421 5505 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
11-10 12:10:28.535 5421 5497 E mm-camera: pp_buf_mgr_open_subdev: MSM_CAMERA_SUBDEV_BUF_MNGR opened =25
11-10 12:10:28.536 5421 5497 E mm-camera: c2d_module_start_session:296, info: session 1 started.
11-10 12:10:28.537 5421 5421 E hdr : Sensor 4208x3120 = 13128960 > 2M (1928*1088),HDR supported 1
11-10 12:10:28.538 5421 5506 E mm-camera-img: module_imglib_msg_thread:75] abort 0
11-10 12:10:28.538 5418 5418 E mm-camera-intf: mm_camera_open: opened, break out while loop
11-10 12:10:28.548 5421 5507 E hdr : Sensor 4208x3120 = 13128960 > 2M (1928*1088),HDR supported 1
11-10 12:10:28.554 5418 5418 E mm-jpeg-intf: mm_jpeg_init:1651] Launch jobmgr thread rc 0
11-10 12:10:28.554 5418 5418 E mm-jpeg-intf: Max picture size 4208 x 3120, WorkBufSize = 19869696
11-10 12:10:28.555 5418 5418 E qomx_image_core: OMX_Init:94] Complete 2
11-10 12:10:28.570 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters() supportd_feature_mask 0x63e
11-10 12:10:28.571 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int): Setting preview fps range 7500,25200
11-10 12:10:28.577 5418 5515 E Thermal-Lib: Thermal-Lib-Client: No Callback registered for camcorder
11-10 12:10:28.577 5418 5418 E IAF_Camera: Calibration data V1 is good valid size:2993
11-10 12:10:28.644 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2414] E
11-10 12:10:28.644 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2419]
11-10 12:10:28.644 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2427]
11-10 12:10:28.644 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2437]
11-10 12:10:28.644 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2444] X
11-10 12:10:28.645 5418 5418 E qomx_image_core: OMX_Deinit:118] Complete
11-10 12:10:28.647 5418 5418 E QCameraPostProc: int32_t qcamera::QCameraPostProcessor::deinit(): Jpeg closed, rc = 0,mJpegClientHandle = 100
11-10 12:10:28.647 5421 5507 E mm-camera: mct_pipeline_get_stream: no children
11-10 12:10:28.647 5421 5507 E mm-camera: mct_pipeline_process_set:1654: Couldn't find stream
11-10 12:10:28.648 5421 5525 E mm-camera-sensor: module_sensor_stop_session:624 session 1
11-10 12:10:28.651 5418 5418 E QCamera2HWI: [TimeHelper] void qcamera::QCamera2HardwareInterface::TimeHelper::reset():7284, open device /dev/time_helper error!
11-10 12:10:28.652 5418 5418 E QCamera2HWI: [KPI Perf] int qcamera::QCamera2HardwareInterface::openCamera(hw_device_t**): E PROFILE_OPEN_CAMERA CameraID:1
11-10 12:10:28.652 5418 5418 E mm-camera-intf: mm_camera_open: dev name = /dev/video2, cam_idx = 2
11-10 12:10:28.653 5421 5528 E mm-camera: stats_module_stop_session: list =0xb8dedf08, remove port =0xb8de9198 name=stats_sink from module=0xb8de3400, name=stats
11-10 12:10:28.653 5421 5528 E mm-camera: stats_module_stop_session: 1 port =0xb8de9198 name=stats_sink
11-10 12:10:28.653 5421 5528 E mm-camera: stats_module_stop_session: 2 port =0xb8de9198 name=stats_sink
11-10 12:10:28.655 5421 5528 E mm-camera: is_module_stop_session: Enter
11-10 12:10:28.655 5421 5528 E mm-camera: is_module_stop_session: Exit successful
11-10 12:10:28.655 5421 5528 E mm-camera: stats_module_stop_session: 3 port =0xb8de9198 name=stats_sink
11-10 12:10:28.656 5421 5531 E hdr : Session id 0x1 stopped
11-10 12:10:28.657 5421 5530 E mm-camera: c2d_module_stop_session:312, info: stopping session 1 ...
11-10 12:10:28.657 5421 5505 E mm-camera: c2d_thread_process_pipe_message:682, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
11-10 12:10:28.657 5421 5530 E mm-camera: pp_buf_mgr_close: MSM_CAMERA_SUBDEV_BUF_MNGR close =25
11-10 12:10:28.658 5421 5530 E mm-camera: c2d_module_stop_session:354, info: session 1 stopped.
11-10 12:10:28.658 5421 5506 E mm-camera-img: module_imglib_msg_thread:121] X
11-10 12:10:28.679 5421 5525 E mm-camera-sensor: actuator_close:1818 imx214 0 5
11-10 12:10:28.680 5421 5525 E mm-camera-sensor: module_sensor_stop_session:659 module_sensor_stop_session:send stop sensor thread,fd:23
11-10 12:10:28.680 5421 5503 E mm-camera-sensor: Got some events
11-10 12:10:28.680 5421 5503 E mm-camera-sensor: sensor_thread_func:127 sensor_thread_func:Sensor thread is exiting
11-10 12:10:28.733 5421 5537 E mm-camera-sensor: module_sensor_start_session:558 session 2
11-10 12:10:28.734 5421 5539 E mm-camera: isp_tintless_open: E: b6e4b7fd
11-10 12:10:28.735 5421 5539 E mm-camera: isp_tintless_get_version: lib returned version 3.61 err=0
11-10 12:10:28.739 5416 5416 E EmojiFactory_jni: Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found
11-10 12:10:28.746 5421 5544 E hdr : Session id 0x2 started
11-10 12:10:28.747 5421 5540 E mm-camera: is_module_start_session: Enter
11-10 12:10:28.747 5421 5540 E mm-camera: is_module_start_session: Exit successful
11-10 12:10:28.747 5421 5540 E mm-camera: is_module_get_port: Exit successful
11-10 12:10:28.787 5421 5543 E mm-camera: c2d_module_start_session:227, info: starting session 2
11-10 12:10:28.787 5421 5550 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
11-10 12:10:28.787 5421 5543 E mm-camera: c2d_module_start_session:274, info: c2d_thread created.
11-10 12:10:28.787 5421 5543 E mm-camera: pp_buf_mgr_open_subdev: MSM_CAMERA_SUBDEV_BUF_MNGR opened =22
11-10 12:10:28.788 5421 5543 E mm-camera: c2d_module_start_session:296, info: session 2 started.
11-10 12:10:28.789 5421 5551 E mm-camera-img: module_imglib_msg_thread:75] abort 0
11-10 12:10:28.882 5421 5561 E mm-camera-sensor: sensor_thread_func:101 sensor_thread_func: readfd:21 writefd:23
11-10 12:10:28.882 5421 5421 E mm-camera-sensor: module_sensor_query_mod:3335 led flash is not supported for this sensor.
11-10 12:10:28.883 5421 5421 E hdr : Sensor 2576x1936 = 4987136 > 2M (1928*1088),HDR supported 1
11-10 12:10:28.883 5418 5418 E mm-camera-intf: mm_camera_open: opened, break out while loop
11-10 12:10:28.884 5421 5562 E mm-camera-sensor: module_sensor_query_mod:3335 led flash is not supported for this sensor.
11-10 12:10:28.885 5421 5562 E hdr : Sensor 2576x1936 = 4987136 > 2M (1928*1088),HDR supported 1
11-10 12:10:28.891 5418 5418 E mm-jpeg-intf: mm_jpeg_init:1651] Launch jobmgr thread rc 0
11-10 12:10:28.891 5418 5418 E mm-jpeg-intf: Max picture size 2560 x 1920, WorkBufSize = 7372800
11-10 12:10:28.891 5418 5418 E qomx_image_core: OMX_Init:94] Complete 2
11-10 12:10:28.901 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters() supportd_feature_mask 0x63e
11-10 12:10:28.901 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int): Setting preview fps range 7500,30000
11-10 12:10:28.902 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported flash modes cnt is 0!!!
11-10 12:10:28.905 5418 5418 E IAF_Camera: Calibration data V1 is good valid size:2993
11-10 12:10:28.927 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2414] E
11-10 12:10:28.927 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2419]
11-10 12:10:28.927 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2427]
11-10 12:10:28.927 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2437]
11-10 12:10:28.927 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2444] X
11-10 12:10:28.927 5418 5418 E qomx_image_core: OMX_Deinit:118] Complete
11-10 12:10:28.928 5418 5418 E QCameraPostProc: int32_t qcamera::QCameraPostProcessor::deinit(): Jpeg closed, rc = 0,mJpegClientHandle = 200
11-10 12:10:28.929 5421 5562 E mm-camera: mct_pipeline_get_stream: no children
11-10 12:10:28.929 5421 5562 E mm-camera: mct_pipeline_process_set:1654: Couldn't find stream
11-10 12:10:28.931 5421 5574 E mm-camera-sensor: module_sensor_stop_session:624 session 2
11-10 12:10:28.932 5418 5418 E QCamera2HWI: [TimeHelper] void qcamera::QCamera2HardwareInterface::TimeHelper::reset():7284, open device /dev/time_helper error!
11-10 12:10:28.933 5418 5418 E QCamera2HWI: [KPI Perf] int qcamera::QCamera2HardwareInterface::openCamera(hw_device_t**): E PROFILE_OPEN_CAMERA CameraID:2
11-10 12:10:28.933 5418 5418 E mm-camera-intf: mm_camera_open: dev name = /dev/video3, cam_idx = 3
11-10 12:10:28.934 5421 5578 E mm-camera: stats_module_stop_session: list =0xb8df2e20, remove port =0xb8de90c8 name=stats_sink from module=0xb8de3400, name=stats
11-10 12:10:28.934 5421 5578 E mm-camera: stats_module_stop_session: 1 port =0xb8de90c8 name=stats_sink
11-10 12:10:28.934 5421 5578 E mm-camera: stats_module_stop_session: 2 port =0xb8de90c8 name=stats_sink
11-10 12:10:28.937 5421 5578 E mm-camera: is_module_stop_session: Enter
11-10 12:10:28.937 5421 5578 E mm-camera: is_module_stop_session: Exit successful
11-10 12:10:28.937 5421 5578 E mm-camera: stats_module_stop_session: 3 port =0xb8de90c8 name=stats_sink
11-10 12:10:28.938 5421 5580 E hdr : Session id 0x2 stopped
11-10 12:10:28.938 5421 5579 E mm-camera: c2d_module_stop_session:312, info: stopping session 2 ...
11-10 12:10:28.938 5421 5550 E mm-camera: c2d_thread_process_pipe_message:682, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
11-10 12:10:28.938 5421 5579 E mm-camera: pp_buf_mgr_close: MSM_CAMERA_SUBDEV_BUF_MNGR close =22
11-10 12:10:28.939 5421 5579 E mm-camera: c2d_module_stop_session:354, info: session 2 stopped.
11-10 12:10:28.939 5421 5551 E mm-camera-img: module_imglib_msg_thread:121] X
11-10 12:10:29.053 5421 5574 E mm-camera-sensor: module_sensor_stop_session:659 module_sensor_stop_session:send stop sensor thread,fd:23
11-10 12:10:29.053 5421 5561 E mm-camera-sensor: Got some events
11-10 12:10:29.053 5421 5561 E mm-camera-sensor: sensor_thread_func:127 sensor_thread_func:Sensor thread is exiting
11-10 12:10:29.105 5421 5593 E mm-camera-sensor: module_sensor_start_session:558 session 3
11-10 12:10:29.108 5421 5595 E mm-camera: isp_tintless_open: E: b6e4b7fd
11-10 12:10:29.109 5421 5595 E mm-camera: isp_tintless_get_version: lib returned version 3.61 err=0
11-10 12:10:29.118 5421 5600 E hdr : Session id 0x3 started
11-10 12:10:29.119 5421 5596 E mm-camera: is_module_start_session: Enter
11-10 12:10:29.119 5421 5596 E mm-camera: is_module_start_session: Exit successful
11-10 12:10:29.119 5421 5596 E mm-camera: is_module_get_port: Exit successful
11-10 12:10:29.167 5421 5597 E mm-camera: c2d_module_start_session:227, info: starting session 3
11-10 12:10:29.167 5421 5597 E mm-camera: c2d_module_start_session:274, info: c2d_thread created.
11-10 12:10:29.167 5421 5608 E mm-camera: c2d_thread_func:41: c2d_thread entering the polling loop...
11-10 12:10:29.167 5421 5597 E mm-camera: pp_buf_mgr_open_subdev: MSM_CAMERA_SUBDEV_BUF_MNGR opened =22
11-10 12:10:29.168 5421 5597 E mm-camera: c2d_module_start_session:296, info: session 3 started.
11-10 12:10:29.168 5421 5609 E mm-camera-img: module_imglib_msg_thread:75] abort 0
11-10 12:10:29.177 5421 5421 E mm-camera-sensor: module_sensor_query_mod:3335 led flash is not supported for this sensor.
11-10 12:10:29.177 5421 5611 E mm-camera-sensor: sensor_thread_func:101 sensor_thread_func: readfd:21 writefd:23
11-10 12:10:29.178 5421 5421 E hdr : Sensor 1928x1088 = 2097664 > 2M (1928*1088),HDR supported 1
11-10 12:10:29.178 5418 5418 E mm-camera-intf: mm_camera_open: opened, break out while loop
11-10 12:10:29.179 5421 5612 E mm-camera-sensor: module_sensor_query_mod:3335 led flash is not supported for this sensor.
11-10 12:10:29.180 5421 5612 E hdr : Sensor 1928x1088 = 2097664 > 2M (1928*1088),HDR supported 1
11-10 12:10:29.186 5418 5418 E mm-jpeg-intf: mm_jpeg_init:1651] Launch jobmgr thread rc 0
11-10 12:10:29.186 5418 5418 E mm-jpeg-intf: Max picture size 1920 x 1088, WorkBufSize = 3133440
11-10 12:10:29.186 5418 5418 E qomx_image_core: OMX_Init:94] Complete 2
11-10 12:10:29.195 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters() supportd_feature_mask 0x63e
11-10 12:10:29.196 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int): Setting preview fps range 10200,30040
11-10 12:10:29.196 5418 5418 E QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported flash modes cnt is 0!!!
11-10 12:10:29.199 5418 5418 E IAF_Camera: Calibration data V1 is good valid size:2993
11-10 12:10:29.223 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2414] E
11-10 12:10:29.223 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2419]
11-10 12:10:29.223 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2427]
11-10 12:10:29.223 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2437]
11-10 12:10:29.223 5418 5418 E mm-jpeg-intf: mm_jpeg_close:2444] X
11-10 12:10:29.223 5418 5418 E qomx_image_core: OMX_Deinit:118] Complete
11-10 12:10:29.225 5418 5418 E QCameraPostProc: int32_t qcamera::QCameraPostProcessor::deinit(): Jpeg closed, rc = 0,mJpegClientHandle = 300
11-10 12:10:29.225 5421 5612 E mm-camera: mct_pipeline_get_stream: no children
11-10 12:10:29.225 5421 5612 E mm-camera: mct_pipeline_process_set:1654: Couldn't find stream
11-10 12:10:29.226 5421 5624 E mm-camera-sensor: module_sensor_stop_session:624 session 3
11-10 12:10:29.247 5421 5627 E mm-camera: stats_module_stop_session: list =0xb8df2e20, remove port =0xb8de9058 name=stats_sink from module=0xb8de3400, name=stats
11-10 12:10:29.247 5421 5627 E mm-camera: stats_module_stop_session: 1 port =0xb8de9058 name=stats_sink
11-10 12:10:29.247 5421 5627 E mm-camera: stats_module_stop_session: 2 port =0xb8de9058 name=stats_sink
11-10 12:10:29.248 5421 5629 E hdr : Session id 0x3 stopped
11-10 12:10:29.249 5421 5628 E mm-camera: c2d_module_stop_session:312, info: stopping session 3 ...
11-10 12:10:29.249 5421 5608 E mm-camera: c2d_thread_process_pipe_message:682, C2D_THREAD_MSG_ABORT: c2d_thread exiting..
11-10 12:10:29.249 5421 5628 E mm-camera: pp_buf_mgr_close: MSM_CAMERA_SUBDEV_BUF_MNGR close =22
11-10 12:10:29.249 5421 5627 E mm-camera: is_module_stop_session: Enter
11-10 12:10:29.249 5421 5627 E mm-camera: is_module_stop_session: Exit successful
11-10 12:10:29.249 5421 5627 E mm-camera: stats_module_stop_session: 3 port =0xb8de9058 name=stats_sink
11-10 12:10:29.250 5421 5628 E mm-camera: c2d_module_stop_session:354, info: session 3 stopped.
11-10 12:10:29.250 5421 5609 E mm-camera-img: module_imglib_msg_thread:121] X
11-10 12:10:29.271 5421 5624 E mm-camera-sensor: module_sensor_stop_session:659 module_sensor_stop_session:send stop sensor thread,fd:23
11-10 12:10:29.271 5421 5611 E mm-camera-sensor: Got some events
11-10 12:10:29.271 5421 5611 E mm-camera-sensor: sensor_thread_func:127 sensor_thread_func:Sensor thread is exiting
11-10 12:10:29.655 5665 5665 E art : Unknown bits set in debug_flags: 0x80000000
11-10 12:10:29.678 814 814 E installd: eof
11-10 12:10:29.678 814 814 E installd: failed to read size
11-10 12:10:29.745 5665 5665 E BatteryService: No charger supplies found
11-10 12:10:30.142 5665 5665 E QCOM PowerHAL: Unable to open /vendor/lib/libqc-opt.so: dlopen failed: library "/vendor/lib/libqc-opt.so" not found
11-10 12:10:30.142 5665 5665 E QCOM PowerHAL: Failed to get qcopt handle.
11-10 12:10:30.172 5665 5665 E qdlights: [LedErr] open_lights no mattched name bluetooth
11-10 12:10:30.172 5665 5665 E qdlights: [LedErr] open_lights no mattched name wifi
11-10 12:10:30.213 5665 5665 E NFC : No such file: /sys/class/NFC_sensor/pn544/nxp_chip_alive
11-10 12:10:31.650 5665 5665 E art : DexFile_getDexOptNeeded file '/system/framework/com.qti.dpmframework.jar' does not exist
11-10 12:10:31.655 5665 5665 E art : DexFile_getDexOptNeeded file '/system/framework/imscmlibrary.jar' does not exist
11-10 12:10:31.668 5665 5665 E art : DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist
11-10 12:10:31.916 5417 5417 E Netd : netlink response contains error (File exists)
11-10 12:10:31.916 5417 5417 E Netd : Can't add IPv4 default route to dummy0: File exists
11-10 12:10:34.256 5665 5665 E PackageManager: Unable to get canonical file java.io.IOException: Cannot create /system/priv-app/Velvet/lib
11-10 12:10:34.433 5418 5418 E audio_route: Control 'MultiMedia4 Mixer MI2S_TX' doesn't exist - skipping
11-10 12:10:34.455 5418 5418 E ACDB-LOADER: Error: ACDB get asm topologies returned = -18
11-10 12:10:34.459 5418 5418 E msm8974_platform: platform_setup_24bit_playback
11-10 12:10:34.459 5418 5418 E msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2), mode=0, adev->usehwaec=0
11-10 12:10:34.490 5418 5418 E HTC Acoustic: TFA9887_KLOCK_INIT: enter. isLeftTfa=0
11-10 12:10:34.490 5418 5418 E HTC Acoustic: TFA9887_KLOCK_INIT: enter. isLeftTfa=1
11-10 12:10:34.696 5418 5418 E HTC Acoustic: Re-calibrate(0) 0 times
11-10 12:10:34.898 5418 5418 E HTC Acoustic: Re-calibrate(1) 0 times
11-10 12:10:34.904 5418 5418 E msm8974_platform: platform_get_output_snd_device: enter: output devices(0x2), mode=0, adev->usehwaec=0
11-10 12:10:35.079 5418 5418 E audio_hw_primary: out->usecase 0, out->format = 0x4
11-10 12:10:35.094 5418 5832 E AudFlgTh: no wake lock to update!
11-10 12:10:35.097 5418 5418 E MonoPipe: Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
11-10 12:10:35.097 5418 5834 E AudFlgTh: no wake lock to update!
11-10 12:10:35.108 5418 5418 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
11-10 12:10:35.109 5418 5418 E RadioService: couldn't load radio module radio.primary (No such file or directory)