forked from XPerience-x8/Shakira-Logcats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path29-April-2014.log
2247 lines (2247 loc) · 201 KB
/
29-April-2014.log
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
--------- beginning of /dev/log/main
I/cm ( 1476): Welcome to Android 4.4.2 / 11-20140429-UNOFFICIAL-shakira
I/cm ( 1467): __ __ _ _ _____ __ __ _
I/cm ( 1468): XPERIENCE CN10 BY TEAMMEX
I/cm ( 1469): E/mountext( 1497): linux partition not found on sdcard
I/mountext( 1500): No swap partition found.
I/apps2sd ( 1503): /sd-ext not mounted...nothing to do
--------- beginning of /dev/log/system
I/auditd ( 1518): Starting up
E/audit_log( 1518): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1518): Failed on audit_log_open
I/auditd ( 1518): Exiting
E/libaudit( 1518): Could net set pid for audit events, error: Protocol error
I/AKMD2 ( 1529): AK8975/B for Android v0.9.0.1016 (Library: v1.0.0.929) started.
E/AKMD2 ( 1529): akmd2 : Device opened.
I/DEBUG ( 1520): debuggerd: Apr 27 2014 06:18:23
I/installd( 1526): installd firing up
E/cutils ( 1526): Failed to read /data/.layout_version: No such file or directory
D/installd( 1526): Upgrading /data/media for multi-user
D/installd( 1526): Upgrading to shared /data/media/obb
I/ChargAlg( 1530): USB connected: 1, AC connected: 0
I/ChargAlg( 1530): USB connected: 1, AC connected: 0
I/Vold ( 1517): Vold 2.1 (the revenge) firing up
D/Vold ( 1517): Volume sdcard0 state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 1517): Volume sdcard0 state changing 0 (No-Media) -> 2 (Pending)
D/DirectVolume( 1517): DirectVolume::handlePartitionAdded -> MAJOR 179, MINOR 1, PARTN 1
D/Vold ( 1517): Volume sdcard0 state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/Netd ( 1519): Netd 1.0 starting
W/InterfaceController( 1519): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/SurfaceFlinger( 1522): SurfaceFlinger is starting
I/SurfaceFlinger( 1522): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 1522): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 1522): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 1522): loaded /system/lib/egl/libGLESv2_adreno200.so
I/gralloc ( 1522): using (fd=13)
I/gralloc ( 1522): id = msmfb30_1ffff
I/gralloc ( 1522): xres = 320 px
I/gralloc ( 1522): yres = 480 px
I/gralloc ( 1522): xres_virtual = 320 px
I/gralloc ( 1522): yres_virtual = 1440 px
I/gralloc ( 1522): bpp = 16
I/gralloc ( 1522): r = 11:5
I/gralloc ( 1522): g = 5:6
I/gralloc ( 1522): b = 0:5
I/gralloc ( 1522): width = 51 mm (159.372543 dpi)
I/gralloc ( 1522): height = 76 mm (160.421051 dpi)
I/gralloc ( 1522): refresh rate = 60.00 Hz
D/CALCFPS ( 1522): DEBUG_CALC_FPS: 0
D/CALCFPS ( 1522): period: 10
D/CALCFPS ( 1522): ignorethresh_us: 500000
D/CALCFPS ( 1522): DEBUG_CALC_FPS: 0
D/CALCFPS ( 1522): period: 10
D/CALCFPS ( 1522): ignorethresh_us: 500000
E/SurfaceFlinger( 1522): hwcomposer module not found
W/SurfaceFlinger( 1522): getting VSYNC period from fb HAL: 16666666
E/Adreno200-EGL( 1522): <qeglDrvAPI_eglChooseConfig:757>: EGL_BAD_ATTRIBUTE
E/Adreno200-EGL( 1522): <qeglDrvAPI_eglChooseConfig:757>: EGL_BAD_ATTRIBUTE
W/SurfaceFlinger( 1522): no suitable EGLConfig found, trying a simpler query
I/SurfaceFlinger( 1522): EGL informations:
I/SurfaceFlinger( 1522): vendor : Android
I/SurfaceFlinger( 1522): version : 1.4 Android META-EGL
I/SurfaceFlinger( 1522): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_lock_surface EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 1522): Client API: OpenGL_ES
I/SurfaceFlinger( 1522): EGLSurface: 5-6-5-0, config=0x1
I/SurfaceFlinger( 1522): OpenGL ES informations:
I/SurfaceFlinger( 1522): vendor : Qualcomm
I/SurfaceFlinger( 1522): renderer : Adreno (TM) 200
I/SurfaceFlinger( 1522): version : OpenGL ES 2.0 2131267
I/SurfaceFlinger( 1522): extensions: GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_AMD_compressed_3DC_texture
I/SurfaceFlinger( 1522): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 1522): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace( 1522): Error opening trace file: No such file or directory (2)
D/SurfaceFlinger( 1522): Screen acquired, type=0 flinger=0xf450
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/ChargAlg( 1530): USB maximum current: 500
I/mediaserver( 1525): ServiceManager: 0x13460
I/AudioFlinger( 1525): Using default 3000 mSec as standby time.
E/MediaPlayerFactory( 1525): calling dlopen on FACTORY_LIB
E/MediaPlayerFactory( 1525): Failed to open FACTORY_LIB Error : dlopen failed: library "libdashplayer.so" not found
I/CameraService( 1525): CameraService started (pid=1525)
E/CameraService( 1525): Could not load camera HAL module
E/AudioPolicyManagerBase( 1525): could not load audio policy configuration file, setting defaults
I/ChargAlg( 1530): USB maximum current: 0
I/XPe_AudioHardware( 1525): get_audpp_filter
E/XPe_AudioHardware( 1525): failed to open AUDIO_NORMAL_FILTER /system/etc/AudioFilter.csv: No such file or directory (2).
E/XPe_AudioHardware( 1525): failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
I/XPe_AudioHardware( 1525): Set master volume to 1.
I/AudioFlinger( 1525): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1
I/AudioFlinger( 1525): HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
D/libEGL ( 1647): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 1647): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 1647): loaded /system/lib/egl/libGLESv2_adreno200.so
E/cutils-trace( 1647): Error opening trace file: No such file or directory (2)
D/memalloc( 1522): init_pmem_area: Initializing pmem area
D/memalloc( 1522): init_pmem_area_locked: Opening master pmem FD
D/memalloc( 1522): getPmemTotalSize: Allocating 4000000 bytes of pmem for camera
D/memalloc( 1522): init_pmem_area_locked: Total pmem size: 8832768
I/AudioMixer( 1525): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger( 1525): Using module 1 has the primary audio interface
D/AudioHardwareInterface( 1525): setMode(NORMAL)
I/AudioFlinger( 1525): AudioFlinger's thread 0x40e98008 ready to run
W/AudioFlinger( 1525): Thread AudioOut_2 cannot connect to the power manager service
I/XPe_AudioHardware( 1525): Routing audio to Speakerphone (0,2)
D/XPe_AudioHardware( 1525): doAudioRouteOrMute() device 25, mMode 0, mMicMute 1, mBuiltinMicSelected 0, muted
I/XPe_AudioHardware( 1525): Routing audio to Speakerphone (0,2)
W/AudioFlinger( 1525): Thread AudioOut_2 cannot connect to the power manager service
D/XPe_AudioHardware( 1525): setVoiceVolume(0.000000)
I/XPe_AudioHardware( 1525): Setting in-call volume to 1 (available range is 1 to 6)
W/AudioFlinger( 1525): Thread AudioOut_2 cannot connect to the power manager service
E/AudioFlinger( 1525): no wake lock to update!
I/AudioPolicyService( 1525): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
I/ChargAlg( 1530): USB maximum current: 500
I/ChargAlg( 1530): Safety timer updated to 60 min.
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
D/AndroidRuntime( 1523):
D/AndroidRuntime( 1523): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1523): CheckJNI is OFF
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1711): Starting up
E/audit_log( 1711): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1711): Failed on audit_log_open
I/auditd ( 1711): Exiting
E/libaudit( 1711): Could net set pid for audit events, error: Protocol error
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1523): DexOpt: --- BEGIN 'core.jar' (bootstrap=1) ---
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1730): Ignoring duplicate verify attempt on Ljava/lang/Object;
D/dalvikvm( 1730): Ignoring duplicate verify attempt on Ljava/lang/Class;
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1730): Ignoring duplicate verify attempt on Ljava/lang/ref/Reference;
D/dalvikvm( 1730): Ignoring duplicate verify attempt on Ljava/lang/ref/ReferenceQueue;
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1730): Ignoring duplicate verify attempt on Ljava/lang/ref/FinalizerReference;
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
V/NatController( 1519): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController( 1519): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController( 1519): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController( 1519): runCmd(/system/bin/ip route flush cache) res=0
V/NatController( 1519): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1
I/auditd ( 1856): Starting up
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/audit_log( 1856): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1856): Failed on audit_log_open
I/auditd ( 1856): Exiting
E/libaudit( 1856): Could net set pid for audit events, error: Protocol error
V/NatController( 1519): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1
V/NatController( 1519): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/MDnsDS ( 1519): MDnsSdListener::Hander starting up
D/MDnsDS ( 1519): MDnsSdListener starting to monitor
D/MDnsDS ( 1519): Going to poll with pollCount 1
D/dalvikvm( 1730): DexOpt: load 475ms, verify+opt 5906ms, 1514052 bytes
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1523): DexOpt: --- END 'core.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/core.jar': unzip in 828ms, rewrite 7841ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'conscrypt.jar' (bootstrap=1) ---
D/dalvikvm( 1932): DexOpt: load 36ms, verify+opt 373ms, 422604 bytes
D/dalvikvm( 1523): DexOpt: --- END 'conscrypt.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/conscrypt.jar': unzip in 74ms, rewrite 533ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'okhttp.jar' (bootstrap=1) ---
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1933): DexOpt: load 22ms, verify+opt 218ms, 346252 bytes
D/dalvikvm( 1523): DexOpt: --- END 'okhttp.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/okhttp.jar': unzip in 40ms, rewrite 335ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'core-junit.jar' (bootstrap=1) ---
D/dalvikvm( 1934): DexOpt: load 11ms, verify+opt 25ms, 143956 bytes
D/dalvikvm( 1523): DexOpt: --- END 'core-junit.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/core-junit.jar': unzip in 4ms, rewrite 94ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) ---
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1936): Starting up
E/audit_log( 1936): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1936): Failed on audit_log_open
I/auditd ( 1936): Exiting
E/libaudit( 1936): Could net set pid for audit events, error: Protocol error
D/dalvikvm( 1935): DexOpt: load 74ms, verify+opt 1150ms, 694804 bytes
D/dalvikvm( 1523): DexOpt: --- END 'bouncycastle.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/bouncycastle.jar': unzip in 226ms, rewrite 1507ms
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1523): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) ---
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1939): DexOpt: load 111ms, verify+opt 1575ms, 945156 bytes
D/dalvikvm( 1523): DexOpt: --- END 'ext.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/ext.jar': unzip in 335ms, rewrite 2037ms
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/auditd ( 1941): Starting up
E/audit_log( 1941): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1941): Failed on audit_log_open
I/auditd ( 1941): Exiting
E/libaudit( 1941): Could net set pid for audit events, error: Protocol error
D/dalvikvm( 1523): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) ---
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1944): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1946): Starting up
E/audit_log( 1946): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1946): Failed on audit_log_open
I/auditd ( 1946): Exiting
E/libaudit( 1946): Could net set pid for audit events, error: Protocol error
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
I/auditd ( 1950): Starting up
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/audit_log( 1950): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1950): Failed on audit_log_open
I/auditd ( 1950): Exiting
E/libaudit( 1950): Could net set pid for audit events, error: Protocol error
D/dalvikvm( 1944): DexOpt: load 1013ms, verify+opt 7337ms, 5178572 bytes
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1523): DexOpt: --- END 'framework.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/framework.jar': unzip in 2467ms, rewrite 10726ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'framework2.jar' (bootstrap=1) ---
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1954): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1954): DexOpt: load 346ms, verify+opt 1525ms, 1917564 bytes
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1523): DexOpt: --- END 'framework2.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/framework2.jar': unzip in 349ms, rewrite 2347ms
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1523): DexOpt: --- BEGIN 'telephony-common.jar' (bootstrap=1) ---
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1957): Starting up
E/audit_log( 1957): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1957): Failed on audit_log_open
I/auditd ( 1957): Exiting
E/libaudit( 1957): Could net set pid for audit events, error: Protocol error
D/dalvikvm( 1956): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1956): DexOpt: load 239ms, verify+opt 1996ms, 1206948 bytes
D/dalvikvm( 1523): DexOpt: --- END 'telephony-common.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/telephony-common.jar': unzip in 349ms, rewrite 2607ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'voip-common.jar' (bootstrap=1) ---
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1960): DexOpt: load 20ms, verify+opt 176ms, 350364 bytes
D/dalvikvm( 1523): DexOpt: --- END 'voip-common.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/voip-common.jar': unzip in 30ms, rewrite 302ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'mms-common.jar' (bootstrap=1) ---
D/dalvikvm( 1961): DexOpt: load 13ms, verify+opt 182ms, 224380 bytes
D/dalvikvm( 1523): DexOpt: --- END 'mms-common.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/mms-common.jar': unzip in 23ms, rewrite 287ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'android.policy.jar' (bootstrap=1) ---
D/dalvikvm( 1962): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1962): DexOpt: load 78ms, verify+opt 528ms, 899004 bytes
D/dalvikvm( 1523): DexOpt: --- END 'android.policy.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/android.policy.jar': unzip in 56ms, rewrite 738ms
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1523): DexOpt: --- BEGIN 'services.jar' (bootstrap=1) ---
D/dalvikvm( 1963): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/auditd ( 1965): Starting up
E/audit_log( 1965): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1965): Failed on audit_log_open
I/auditd ( 1965): Exiting
E/libaudit( 1965): Could net set pid for audit events, error: Protocol error
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1968): Starting up
E/audit_log( 1968): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1968): Failed on audit_log_open
I/auditd ( 1968): Exiting
E/libaudit( 1968): Could net set pid for audit events, error: Protocol error
D/dalvikvm( 1963): DexOpt: load 264ms, verify+opt 5352ms, 2720164 bytes
D/dalvikvm( 1523): DexOpt: --- END 'services.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/services.jar': unzip in 801ms, rewrite 6361ms
D/dalvikvm( 1523): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) ---
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 1972): DexOpt: load 136ms, verify+opt 1297ms, 839500 bytes
D/dalvikvm( 1523): DexOpt: --- END 'apache-xml.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/apache-xml.jar': unzip in 288ms, rewrite 1791ms
D/dalvikvm( 1523): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 1523): DexOpt: --- BEGIN 'telephony-msim.jar' (bootstrap=1) ---
D/dalvikvm( 1973): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 1973): DexOpt: load 67ms, verify+opt 225ms, 586108 bytes
D/dalvikvm( 1523): DexOpt: --- END 'telephony-msim.jar' (success) ---
D/dalvikvm( 1523): DEX prep '/system/framework/telephony-msim.jar': unzip in 30ms, rewrite 399ms
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
D/dalvikvm( 1523): Trying to load lib libjavacore.so 0x0
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 1523): Added shared lib libjavacore.so 0x0
D/dalvikvm( 1523): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 1523): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 1523): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
D/dalvikvm( 1523): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/memtrack( 1523): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 1523): failed to load memtrack module: -2
I/SamplingProfilerIntegration( 1523): Profiling disabled.
I/Zygote ( 1523): Preloading classes...
E/cutils-trace( 1523): Error opening trace file: No such file or directory (2)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/idmap ( 1977): error: no read access to /vendor/overlay: No such file or directory
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/auditd ( 1978): Starting up
E/audit_log( 1978): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1978): Failed on audit_log_open
I/auditd ( 1978): Exiting
E/libaudit( 1978): Could net set pid for audit events, error: Protocol error
D/TextLayoutCache( 1523): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 1523): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 1523): register_android_mtp_MtpDevice
I/dalvikvm( 1523): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 1523): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 1523): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/WebViewFactory( 1523): Provider overridden by property: persist.webview.provider=classic
W/dalvikvm( 1523): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/webkit/JniUtil;
E/webview ( 1523): failed to load JNI libraries
W/WebViewFactory( 1523): error preloading provider
W/WebViewFactory( 1523): android.util.AndroidRuntimeException: java.lang.ClassNotFoundException: android.webkit.JniUtil
W/WebViewFactory( 1523): at android.webkit.WebViewClassic$Factory.<init>(WebViewClassic.java:1309)
W/WebViewFactory( 1523): at java.lang.Class.newInstanceImpl(Native Method)
W/WebViewFactory( 1523): at java.lang.Class.newInstance(Class.java:1208)
W/WebViewFactory( 1523): at android.webkit.WebViewFactory$Preloader.<clinit>(WebViewFactory.java:49)
W/WebViewFactory( 1523): at java.lang.Class.classForName(Native Method)
W/WebViewFactory( 1523): at java.lang.Class.forName(Class.java:251)
W/WebViewFactory( 1523): at java.lang.Class.forName(Class.java:216)
W/WebViewFactory( 1523): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:301)
W/WebViewFactory( 1523): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:241)
W/WebViewFactory( 1523): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:574)
W/WebViewFactory( 1523): at dalvik.system.NativeStart.main(Native Method)
W/WebViewFactory( 1523): Caused by: java.lang.ClassNotFoundException: android.webkit.JniUtil
W/WebViewFactory( 1523): at java.lang.Class.classForName(Native Method)
W/WebViewFactory( 1523): at java.lang.Class.forName(Class.java:251)
W/WebViewFactory( 1523): at java.lang.Class.forName(Class.java:216)
W/WebViewFactory( 1523): at android.webkit.WebViewClassic$Factory.<init>(WebViewClassic.java:1305)
W/WebViewFactory( 1523): ... 10 more
W/WebViewFactory( 1523): Caused by: java.lang.UnsatisfiedLinkError: Library webcore not found; tried [/vendor/lib/libwebcore.so, /system/lib/libwebcore.so]
W/WebViewFactory( 1523): at java.lang.Runtime.loadLibrary(Runtime.java:388)
W/WebViewFactory( 1523): at java.lang.System.loadLibrary(System.java:526)
W/WebViewFactory( 1523): at android.webkit.JniUtil.<clinit>(JniUtil.java:31)
W/WebViewFactory( 1523): ... 14 more
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
W/Zygote ( 1523): Class not found for preloading: java.lang.UnsafeByteSequence
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/System ( 1523): Loaded time zone names for "" in 227ms (207ms in ICU)
I/System ( 1523): Loaded time zone names for "en_US" in 158ms (133ms in ICU)
I/Zygote ( 1523): ...preloaded 2815 classes in 5880ms.
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/auditd ( 1982): Starting up
E/audit_log( 1982): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 1982): Failed on audit_log_open
I/auditd ( 1982): Exiting
E/libaudit( 1982): Could net set pid for audit events, error: Protocol error
D/libEGL ( 1523): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 1523): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/libEGL ( 1523): loaded /system/lib/egl/libGLESv2_adreno200.so
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/dalvikvm( 1523): System server process 1986 has been created
W/dalvikvm( 1986): PR_CAPBSET_DROP 0 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 1 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 2 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 3 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 4 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 5 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 6 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 7 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 8 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 9 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 10 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 11 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 12 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 13 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 14 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 15 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 16 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 17 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 18 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 19 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 20 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 21 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 22 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 23 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 24 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 25 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 26 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 27 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 28 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 29 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 30 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 31 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 32 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 33 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 34 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
W/dalvikvm( 1986): PR_CAPBSET_DROP 35 failed: Invalid argument. Please make sure your kernel is compiled with file capabilities support enabled.
I/Zygote ( 1523): Accepting command socket connections
D/SensorService( 1986): nuSensorService starting...
I/SystemServer( 1986): Entered the Android system server!
I/AKMD2 ( 1529): akmd2 : Compass Opened.
E/AKMD2 ( 1529): akmd2 : Setting file can't be read. Default value is used.
I/SensorService( 1986): BMA150 3-axis Accelerometer
I/SensorService( 1986): AK8975 3-axis Magnetic field sensor
I/SensorService( 1986): AK8975 Orientation sensor
I/SensorService( 1986): APDS9700 Proximity sensor
I/SensorService( 1986): MSM Light sensor
D/SensorService( 1986): Max socket buffer size 112640
I/SystemServer( 1986): Waiting for installd to be ready.
I/SystemServer( 1986): Enabled StrictMode logging for WM Looper
I/installd( 1526): new connection
D/SensorService( 1986): nuSensorService thread starting...
I/Installer( 1986): connecting...
E/Klzz PowerHAL( 1986): Error opening /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate: No such file or directory
I/SystemServer( 1986): Power Manager
I/SystemServer( 1986): Activity Manager
I/ActivityManager( 1986): Memory class: 24
I/AppOps ( 1986): No existing app ops /data/system/appops.xml; starting empty
I/AKMD2 ( 1529): akmd2 : Compass Closed.
I/UiThread( 1986): Enabled StrictMode logging for UI thread
I/IntentFirewall( 1986): Read new rules (A:0 B:0 S:0)
I/ActivityManager( 1986): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 1986): Display Manager
I/SystemServer( 1986): Telephony Registry
I/DisplayManagerService( 1986): Display device added: DisplayDeviceInfo{"Built-in Screen": 320 x 480, 60.000004 fps, density 160, 159.37254 x 160.42105 dpi, touch INTERNAL, rotation 0, type BUILT_IN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
I/SystemServer( 1986): Scheduling Policy
I/SystemServer( 1986): Package Manager
W/FileUtils( 1986): Failed to chmod(/data/system/packages.list): libcore.io.ErrnoException: chmod failed: ENOENT (No such file or directory)
D/SELinuxMMAC( 1986): Couldn't find install policy /data/security/mac_permissions.xml
D/SELinuxMMAC( 1986): Using install policy file /system/etc/security/mac_permissions.xml
I/PackageManager( 1986): No settings file; creating initial state
W/PackageManager( 1986): Library not found: /system/framework/com.sonyericsson.suquashi.jar
D/dalvikvm( 2018): DexOpt: sleeping on flock(/data/dalvik-cache/system@[email protected]@classes.dex)
D/dalvikvm( 2018): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2019): Unable to stat classpath element '/system/framework/webviewchromium.jar'
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 2019): DexOpt: load 24ms, verify+opt 24ms, 121628 bytes
D/dalvikvm( 2018): DexOpt: load 23ms, verify+opt 106ms, 136028 bytes
D/dalvikvm( 2021): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2021): DexOpt: load 32ms, verify+opt 23ms, 105388 bytes
D/dalvikvm( 2023): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2025): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2025): DexOpt: load 24ms, verify+opt 38ms, 154580 bytes
D/dalvikvm( 2027): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2027): DexOpt: load 24ms, verify+opt 1ms, 83452 bytes
D/dalvikvm( 2023): DexOpt: load 103ms, verify+opt 346ms, 536356 bytes
D/dalvikvm( 2029): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2029): DexOpt: load 23ms, verify+opt 35ms, 143972 bytes
D/dalvikvm( 2031): Unable to stat classpath element '/system/framework/webviewchromium.jar'
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 2031): DexOpt: load 12ms, verify+opt 7ms, 103924 bytes
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 2035): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2037): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2035): DexOpt: load 20ms, verify+opt 22ms, 121972 bytes
D/dalvikvm( 2039): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2039): DexOpt: load 20ms, verify+opt 36ms, 132524 bytes
D/dalvikvm( 2037): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 2041): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2037): DexOpt: load 20ms, verify+opt 427ms, 484796 bytes
D/dalvikvm( 2041): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 2041): DexOpt: load 27ms, verify+opt 28ms, 141324 bytes
D/dalvikvm( 2043): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2043): DexOpt: load 19ms, verify+opt 33ms, 114860 bytes
D/dalvikvm( 2045): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2045): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
D/dalvikvm( 2045): DexOpt: load 15ms, verify+opt 133ms, 231124 bytes
D/dalvikvm( 2047): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2047): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 2049): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2049): DexOpt: load 22ms, verify+opt 35ms, 142036 bytes
D/dalvikvm( 2047): DexOpt: load 41ms, verify+opt 299ms, 378988 bytes
D/dalvikvm( 2051): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2051): DexOpt: load 12ms, verify+opt 28ms, 131188 bytes
D/dalvikvm( 2053): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2053): DexOpt: load 21ms, verify+opt 33ms, 107668 bytes
D/dalvikvm( 2055): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2055): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 2055): DexOpt: load 22ms, verify+opt 60ms, 160012 bytes
D/dalvikvm( 2057): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2057): DexOpt: load 21ms, verify+opt 21ms, 111220 bytes
D/dalvikvm( 2059): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2059): DexOpt: load 22ms, verify+opt 39ms, 113684 bytes
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
D/dalvikvm( 2061): Unable to stat classpath element '/system/framework/webviewchromium.jar'
D/dalvikvm( 2061): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
D/dalvikvm( 2061): DexOpt: load 16ms, verify+opt 82ms, 225020 bytes
D/PackageManager( 1986): No files in app dir /vendor/overlay
I/auditd ( 2062): Starting up
E/audit_log( 2062): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 2062): Failed on audit_log_open
I/auditd ( 2062): Exiting
E/libaudit( 2062): Could net set pid for audit events, error: Protocol error
I/PackageManager( 1986): /system/framework/framework-res.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/priv-app/WallpaperCropper.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/VpnDialogs.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/VoiceDialer.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/Trebuchet.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/ThemeManager.apk changed; collecting certs
I/PackageManager( 1986): New shared user com.tmobile.thememanager: id=10003
I/PackageManager( 1986): /system/priv-app/TeleService.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/SystemUI.apk changed; collecting certs
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): /system/priv-app/Shell.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/SharedStorageBackup.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/SettingsProvider.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/Settings.apk changed; collecting certs
I/PackageManager( 1986): New shared user android.uid.systemui: id=10006
I/PackageManager( 1986): /system/priv-app/ProxyHandler.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/priv-app/PicoTts.apk changed; collecting certs
I/auditd ( 2079): Starting up
E/audit_log( 2079): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 2079): Failed on audit_log_open
I/auditd ( 2079): Exiting
E/libaudit( 2079): Could net set pid for audit events, error: Protocol error
I/PackageManager( 1986): /system/priv-app/OneTimeInitializer.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/Mms.apk changed; collecting certs
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): /system/priv-app/MediaProvider.apk changed; collecting certs
I/PackageManager( 1986): New shared user android.media: id=10011
I/PackageManager( 1986): /system/priv-app/Keyguard.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/InputDevices.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/FusedLocation.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/ExternalStorageProvider.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/DownloadProvider.apk changed; collecting certs
W/PackageParser( 1986): No actions in intent filter at /system/priv-app/Dialer.apk Binary XML file line #189
I/PackageManager( 1986): /system/priv-app/Dialer.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/priv-app/DefaultContainerService.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/ContactsProvider.apk changed; collecting certs
I/PackageManager( 1986): New shared user android.uid.shared: id=10014
W/PackageParser( 1986): No actions in intent filter at /system/priv-app/Contacts.apk Binary XML file line #375
I/PackageManager( 1986): /system/priv-app/Contacts.apk changed; collecting certs
I/PackageManager( 1986): New shared user com.android.dialer: id=10015
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
I/PackageManager( 1986): /system/priv-app/CalendarProvider.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): New shared user android.uid.calendar: id=10016
I/PackageManager( 1986): /system/priv-app/CMUpdater.apk changed; collecting certs
I/PackageManager( 1986): /system/priv-app/BackupRestoreConfirmation.apk changed; collecting certs
I/PackageManager( 1986): /system/app/WAPPushManager.apk changed; collecting certs
I/PackageManager( 1986): /system/app/WhisperPush.apk changed; collecting certs
I/PackageManager( 1986): /system/app/UserDictionaryProvider.apk changed; collecting certs
I/PackageManager( 1986): /system/app/ThemeChooser.apk changed; collecting certs
I/PackageManager( 1986): /system/app/Term.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/app/TelephonyProvider.apk changed; collecting certs
I/PackageManager( 1986): /system/app/SystemConnector.apk changed; collecting certs
I/PackageManager( 1986): /system/app/Stk.apk changed; collecting certs
I/PackageManager( 1986): /system/app/SoundRecorder.apk changed; collecting certs
I/PackageManager( 1986): /system/app/Provision.apk changed; collecting certs
I/PackageManager( 1986): /system/app/PackageInstaller.apk changed; collecting certs
I/PackageManager( 1986): /system/app/PrintSpooler.apk changed; collecting certs
I/PackageManager( 1986): /system/app/PacProcessor.apk changed; collecting certs
I/PackageManager( 1986): /system/app/LockClock.apk changed; collecting certs
W/PackageParser( 1986): Unknown element under <application>: reciever at /system/app/LockClock.apk Binary XML file line #104
I/PackageManager( 1986): /system/app/LiveWallpapersPicker.apk changed; collecting certs
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=16)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=21)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=36)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): /system/app/LiveWallpapers.apk changed; collecting certs
I/auditd ( 2115): Starting up
E/audit_log( 2115): Could not stat audit logfile /data/misc/audit/audit.log: Permission denied
E/auditd ( 2115): Failed on audit_log_open
I/auditd ( 2115): Exiting
E/libaudit( 2115): Could net set pid for audit events, error: Protocol error
I/PackageManager( 1986): /system/app/LatinIME.apk changed; collecting certs
I/PackageManager( 1986): /system/app/KeyChain.apk changed; collecting certs
I/PackageManager( 1986): /system/app/InCallUI.apk changed; collecting certs
I/PackageManager( 1986): /system/app/HwaSettings.apk changed; collecting certs
I/PackageManager( 1986): /system/app/HTMLViewer.apk changed; collecting certs
W/PackageParser( 1986): Unknown element under <application>: permission at /system/app/Gallery2.apk Binary XML file line #252
W/PackageParser( 1986): Unknown element under <application>: permission at /system/app/Gallery2.apk Binary XML file line #255
I/PackageManager( 1986): /system/app/Gallery2.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=30)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x1: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/app/Exchange2.apk changed; collecting certs
I/PackageManager( 1986): /system/app/DownloadProviderUi.apk changed; collecting certs
I/PackageManager( 1986): /system/app/DocumentsUI.apk changed; collecting certs
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=23)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=18)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=24)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=30)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): /system/app/Development.apk changed; collecting certs
I/PackageManager( 1986): /system/app/DSPManager.apk changed; collecting certs
I/PackageManager( 1986): /system/app/DeskClock.apk changed; collecting certs
I/PackageManager( 1986): /system/app/CertInstaller.apk changed; collecting certs
I/PackageManager( 1986): /system/app/CellBroadcastReceiver.apk changed; collecting certs
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=33)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x2: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
W/ResourceType( 1986): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
W/ResourceType( 1986): Failure getting entry for 0x7f04000f (t=3 e=15) in package 0 (error -75)
I/PackageManager( 1986): /system/app/Camera2.apk changed; collecting certs
I/PackageManager( 1986): /system/app/Calendar.apk changed; collecting certs
I/PackageManager( 1986): /system/app/Calculator.apk changed; collecting certs
E/libgenlock( 1647): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=12)
E/Adreno200-EGLSUB( 1647): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=21)
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=18)
W/Adreno200-EGLSUB( 1522): updater_thread() genlock_unlock_buffer already unlocked
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x0,err=Invalid argument fd=33)
E/Adreno200-EGLSUB( 1522): UnlockImage() genlock_unlock_buffer failed
I/PackageManager( 1986): /system/app/CMFileManager.apk changed; collecting certs
W/PackageParser( 1986): No actions in intent filter at /system/app/CMFileManager.apk Binary XML file line #137
I/PackageManager( 1986): /system/app/Browser.apk changed; collecting certs
W/PackageParser( 1986): Unknown element under <application>: uses-feature at /system/app/BluetoothExt.apk Binary XML file line #55
W/PackageParser( 1986): No actions in intent filter at /system/app/BluetoothExt.apk Binary XML file line #82
W/PackageParser( 1986): No actions in intent filter at /system/app/BluetoothExt.apk Binary XML file line #106
I/PackageManager( 1986): /system/app/BluetoothExt.apk changed; collecting certs
W/PackageParser( 1986): No actions in intent filter at /system/app/BluetoothExt.apk Binary XML file line #159
W/PackageParser( 1986): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #227
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=36)
E/Adreno200-EGLSUB( 1522): LockImage() genlock_lock_buffer GENLOCK_READ_LOCK failed
E/Adreno200-ES20( 1522): <qgl2DrvAPI_glEGLImageTargetTexture2DOES:2612>: GL_INVALID_OPERATION
E/GLConsumer( 1522): [BootAnimation] bindTextureImage: error binding external texture image 0x3: 0x502
E/libgenlock( 1522): perform_lock_unlock_operation: GENLOCK_IOC_DREADLOCK failed (lockType0x2,err=Connection timed out fd=24)
E/Adreno200-EGLSUB( 1522): updater_thread() genlock_lock_buffer GENLOCK_READ_LOCK failed
I/PackageManager( 1986): /system/app/Bluetooth.apk changed; collecting certs
I/PackageManager( 1986): /system/app/BasicDreams.apk changed; collecting certs
I/PackageManager( 1986): /system/app/AntHalService.apk changed; collecting certs