Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.68 KB | None | 0 0
  1. ▶ ./emulator -avd Nexus_5X_API_23 -verbose -show-kernel -no-accel
  2. emulator:Found AVD name 'Nexus_5X_API_23'
  3. emulator:Found AVD target architecture: x86
  4. emulator: Found directory: /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86/
  5.  
  6. emulator:Probing for /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//kernel-ranchu: file exists
  7. emulator:Auto-config: -engine qemu2 (based on configuration)
  8. emulator:Found target-specific 64-bit emulator binary: /Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386
  9. emulator:Adding library search path: '/Users/kinsbane/Library/Android/sdk/tools/./lib64'
  10. emulator: Found directory: /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86/
  11.  
  12. emulator: Found directory: /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86/
  13.  
  14. emulator:GPU emulation enabled using 'host' mode
  15. emulator: Adding library search path for Qt: '/Users/kinsbane/Library/Android/sdk/tools/./lib64/qt/lib'
  16. emulator: Setting Qt plugin search path: QT_QPA_PLATFORM_PLUGIN_PATH=/Users/kinsbane/Library/Android/sdk/tools/./lib64/qt/plugins
  17. emulator: Running :/Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386
  18. emulator: qemu backend: argv[00] = "/Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386"
  19. emulator: qemu backend: argv[01] = "-avd"
  20. emulator: qemu backend: argv[02] = "Nexus_5X_API_23"
  21. emulator: qemu backend: argv[03] = "-verbose"
  22. emulator: qemu backend: argv[04] = "-show-kernel"
  23. emulator: qemu backend: argv[05] = "-no-accel"
  24. emulator: Concatenated backend parameters:
  25. /Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386 -avd Nexus_5X_API_23 -verbose -show-kernel -no-accel
  26. emulator: Android virtual device file at: /Users/kinsbane/.android/avd/Nexus_5X_API_23.ini
  27. emulator: virtual device content at /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd
  28. emulator: virtual device config file: /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/config.ini
  29. emulator: using core hw config path: /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/hardware-qemu.ini
  30. emulator: Found AVD target API level: 23
  31. emulator: Read property file at /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//build.prop
  32. emulator: No boot.prop property file found.
  33. emulator: found skin 'nexus_5x' in directory: /Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources/
  34. emulator: autoconfig: -skin nexus_5x
  35. emulator: autoconfig: -skindir /Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources/
  36. emulator: trying to load skin file '/Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources//nexus_5x/layout'
  37. emulator: autoconfig: -kernel /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//kernel-ranchu
  38. emulator: Target arch = 'x86'
  39. emulator: Auto-config: -qemu -cpu qemu32
  40. emulator: Auto-detect: Kernel image requires new device naming scheme.
  41. emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
  42. emulator: autoconfig: -ramdisk /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//ramdisk.img
  43. emulator: Using initial system image: /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//system.img
  44. emulator: autoconfig: -data /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/userdata-qemu.img
  45. emulator: autoconfig: -initdata /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/userdata.img
  46. emulator: autoconfig: -cache /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/cache.img
  47. emulator: Physical RAM size: 1536MB
  48.  
  49. emulator: WARNING: VM heap size set below hardware specified minimum of 228MB
  50. emulator: WARNING: Setting VM heap size to 384MB
  51. emulator: GPU emulation enabled using 'host' mode
  52. emulator: CPU Acceleration: working, but disabled by user
  53. emulator: CPU Acceleration status: HAXM version 6.0.1 (3) is installed and usable.
  54. emulator: WARNING: x86 emulation may not work without hardware acceleration!
  55. Content of hardware configuration file:
  56. hw.cpu.arch = x86
  57. hw.cpu.model = qemu32
  58. hw.cpu.ncore = 2
  59. hw.ramSize = 1536
  60. hw.screen = multi-touch
  61. hw.mainKeys = false
  62. hw.trackBall = false
  63. hw.keyboard = true
  64. hw.keyboard.lid = false
  65. hw.keyboard.charmap = qwerty2
  66. hw.dPad = false
  67. hw.gsmModem = true
  68. hw.gps = true
  69. hw.battery = true
  70. hw.accelerometer = true
  71. hw.audioInput = true
  72. hw.audioOutput = true
  73. hw.sdCard = true
  74. disk.cachePartition = true
  75. disk.cachePartition.path = /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/cache.img
  76. disk.cachePartition.size = 66m
  77. hw.lcd.width = 1080
  78. hw.lcd.height = 1920
  79. hw.lcd.depth = 32
  80. hw.lcd.density = 420
  81. hw.lcd.backlight = true
  82. hw.gpu.enabled = true
  83. hw.gpu.mode = host
  84. hw.gpu.blacklisted = no
  85. hw.initialOrientation = portrait
  86. hw.camera.back = none
  87. hw.camera.front = none
  88. vm.heapSize = 384
  89. hw.sensors.light = true
  90. hw.sensors.pressure = true
  91. hw.sensors.humidity = true
  92. hw.sensors.proximity = true
  93. hw.sensors.magnetic_field = true
  94. hw.sensors.orientation = true
  95. hw.sensors.temperature = true
  96. hw.useext4 = true
  97. kernel.path = /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//kernel-ranchu
  98. kernel.newDeviceNaming = yes
  99. kernel.supportsYaffs2 = no
  100. disk.ramdisk.path = /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//ramdisk.img
  101. disk.systemPartition.initPath = /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//system.img
  102. disk.systemPartition.size = 1280m
  103. disk.dataPartition.path = /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/userdata-qemu.img
  104. disk.dataPartition.size = 800m
  105. avd.name = Nexus_5X_API_23
  106. .
  107. QEMU options list:
  108. emulator: argv[00] = "/Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386"
  109. emulator: argv[01] = "-serial"
  110. emulator: argv[02] = "stdio"
  111. emulator: argv[03] = "-cpu"
  112. emulator: argv[04] = "qemu32"
  113. emulator: argv[05] = "-smp"
  114. emulator: argv[06] = "cores=2"
  115. emulator: argv[07] = "-m"
  116. emulator: argv[08] = "1536"
  117. emulator: argv[09] = "-append"
  118. emulator: argv[10] = "qemu=1 clocksource=pit android.checkjni=1 console=ttyS0,38400 androidboot.hardware=ranchu qemu.gles=1 android.qemud=1"
  119. emulator: argv[11] = "-lcd-density"
  120. emulator: argv[12] = "420"
  121. emulator: argv[13] = "-kernel"
  122. emulator: argv[14] = "/Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//kernel-ranchu"
  123. emulator: argv[15] = "-initrd"
  124. emulator: argv[16] = "/Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//ramdisk.img"
  125. emulator: argv[17] = "-drive"
  126. emulator: argv[18] = "if=none,index=0,id=system,read-only,file=/Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//system.img"
  127. emulator: argv[19] = "-device"
  128. emulator: argv[20] = "virtio-blk-pci,drive=system"
  129. emulator: argv[21] = "-drive"
  130. emulator: argv[22] = "if=none,index=1,id=cache,file=/Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/cache.img"
  131. emulator: argv[23] = "-device"
  132. emulator: argv[24] = "virtio-blk-pci,drive=cache"
  133. emulator: argv[25] = "-drive"
  134. emulator: argv[26] = "if=none,index=2,id=userdata,file=/Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/userdata-qemu.img"
  135. emulator: argv[27] = "-device"
  136. emulator: argv[28] = "virtio-blk-pci,drive=userdata"
  137. emulator: argv[29] = "-netdev"
  138. emulator: argv[30] = "user,id=mynet"
  139. emulator: argv[31] = "-device"
  140. emulator: argv[32] = "virtio-net-pci,netdev=mynet"
  141. emulator: argv[33] = "-show-cursor"
  142. emulator: argv[34] = "-L"
  143. emulator: argv[35] = "/Users/kinsbane/Library/Android/sdk/tools/lib/pc-bios"
  144. emulator: argv[36] = "-vga"
  145. emulator: argv[37] = "none"
  146. emulator: argv[38] = "-android-hw"
  147. emulator: argv[39] = "/Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/hardware-qemu.ini"
  148. Concatenated QEMU options:
  149. /Users/kinsbane/Library/Android/sdk/tools/./qemu/darwin-x86_64/qemu-system-i386 -serial stdio -cpu qemu32 -smp cores=2 -m 1536 -append 'qemu=1 clocksource=pit android.checkjni=1 console=ttyS0,38400 androidboot.hardware=ranchu qemu.gles=1 android.qemud=1' -lcd-density 420 -kernel /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//kernel-ranchu -initrd /Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//ramdisk.img -drive if=none,index=0,id=system,read-only,file=/Users/kinsbane/Library/Android/sdk/system-images/android-23/google_apis/x86//system.img -device virtio-blk-pci,drive=system -drive if=none,index=1,id=cache,file=/Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/cache.img -device virtio-blk-pci,drive=cache -drive if=none,index=2,id=userdata,file=/Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/userdata-qemu.img -device virtio-blk-pci,drive=userdata -netdev user,id=mynet -device virtio-net-pci,netdev=mynet -show-cursor -L /Users/kinsbane/Library/Android/sdk/tools/lib/pc-bios -vga none -android-hw /Users/kinsbane/.android/avd/Nexus_5X_API_23.avd/hardware-qemu.ini
  150. emulator: Starting QEMU main loop
  151. emulator: registered 'boot-properties' qemud service
  152. emulator: Adding boot property: 'qemu.sf.fake_camera' = 'none'
  153. emulator: Initializing hardware OpenGLES emulation support
  154. emulator: Adding boot property: 'ro.opengles.version' = '131072'
  155. emulator: Adding boot property: 'dalvik.vm.heapsize' = '384m'
  156. emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
  157. emulator: Adding boot property: 'qemu.sf.lcd_density' = '420'
  158. Hax is disabled
  159. console on port 5554, ADB on port 5555
  160. emulator: android_hw_fingerprint_init: fingerprint qemud listen service initialized
  161.  
  162. Your emulator is out of date, please update by launching Android Studio:
  163. - Start Android Studio
  164. - Select menu "Tools > Android > SDK Manager"
  165. - Click "SDK Tools" tab
  166. - Check "Android SDK Tools" checkbox
  167. - Click "OK"
  168.  
  169. [ 0.000000] Initializing cgroup subsys cpu
  170. [ 0.000000] Initializing cgroup subsys cpuacct
  171. [ 0.000000] Linux version 3.10.0+ (jinqian@jinqian.mtv.corp.google.com) (gcc version 4.9 20150123 (prerelease) (GCC) ) #449 SMP PREEMPT Mon Feb 29 13:55:39 PST 2016
  172. [ 0.000000] e820: BIOS-provided physical RAM map:
  173. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
  174. [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
  175. [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
  176. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005ffdffff] usable
  177. [ 0.000000] BIOS-e820: [mem 0x000000005ffe0000-0x000000005fffffff] reserved
  178. [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
  179. [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
  180. [ 0.000000] SMBIOS 2.8 present.
  181. [ 0.000000] e820: last_pfn = 0x5ffe0 max_arch_pfn = 0x100000
  182. [ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [c00f0e80]
  183. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  184. [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
  185. [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
  186. [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
  187. [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
  188. [ 0.000000] cma: CMA: reserved 16 MiB at 36400000
  189. [ 0.000000] RAMDISK: [mem 0x5feac000-0x5ffdffff]
  190. [ 0.000000] Allocated new RAMDISK: [mem 0x376ca000-0x377fd887]
  191. [ 0.000000] Move RAMDISK from [mem 0x5feac000-0x5ffdf887] to [mem 0x376ca000-0x377fd887]
  192. [ 0.000000] ACPI: RSDP 000f0c80 00014 (v00 BOCHS )
  193. [ 0.000000] ACPI: RSDT 5ffe1ab3 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
  194. [ 0.000000] ACPI: FACP 5ffe1033 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
  195. [ 0.000000] ACPI: DSDT 5ffe0040 00FF3 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
  196. [ 0.000000] ACPI: FACS 5ffe0000 00040
  197. [ 0.000000] ACPI: SSDT 5ffe10a7 00954 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
  198. [ 0.000000] ACPI: APIC 5ffe19fb 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
  199. [ 0.000000] ACPI: HPET 5ffe1a7b 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
  200. [ 0.000000] 647MB HIGHMEM available.
  201. [ 0.000000] 887MB LOWMEM available.
  202. [ 0.000000] mapped low ram: 0 - 377fe000
  203. [ 0.000000] low ram: 0 - 377fe000
  204. [ 0.000000] Zone ranges:
  205. [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
  206. [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
  207. [ 0.000000] HighMem [mem 0x377fe000-0x5ffdffff]
  208. [ 0.000000] Movable zone start for each node
  209. [ 0.000000] Early memory node ranges
  210. [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
  211. [ 0.000000] node 0: [mem 0x00100000-0x5ffdffff]
  212. [ 0.000000] Using APIC driver default
  213. [ 0.000000] ACPI: PM-Timer IO Port: 0x608
  214. [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  215. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
  216. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
  217. [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
  218. [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
  219. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  220. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
  221. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  222. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
  223. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
  224. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  225. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  226. [ 0.000000] smpboot: Allowing CPUs, 0 hotplug CPUs
  227. [ 0.000000] e820: [mem 0x60000000-0xfffbffff] available for PCI devices
  228. [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
  229. [ 0.000000] PERCPU: Embedded 11 pages/cpu @f76ab000 s31872 r0 d13184 u45056
  230. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 391310
  231. [ 0.000000] Kernel command line: qemu=1 clocksource=pit android.checkjni=1 console=ttyS0,38400 androidboot.hardware=ranchu qemu.gles=1 android.qemud=1 ndns=2
  232. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  233. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  234. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  235. [ 0.000000] Initializing CPU#0
  236. [ 0.000000] Initializing HighMem for node 0 (000377fe:0005ffe0)
  237. [ 0.000000] Memory: 1533128k/1572736k available (4996k kernel code, 39216k reserved, 2245k data, 480k init, 663432k highmem)
  238. [ 0.000000] virtual kernel memory layout:
  239. [ 0.000000] fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
  240. [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
  241. [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
  242. [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
  243. [ 0.000000] .init : 0xc0913000 - 0xc098b000 ( 480 kB)
  244. [ 0.000000] .data : 0xc06e1306 - 0xc0912880 (2245 kB)
  245. [ 0.000000] .text : 0xc0200000 - 0xc06e1306 (4996 kB)
  246. [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  247. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  248. [ 0.000000] Preemptible hierarchical RCU implementation.
  249. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
  250. [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
  251. [ 0.000000] Console: colour dummy device 80x25
  252. [ 0.000000] console [ttyS0] enabled
  253. [ 0.000000] tsc: Fast TSC calibration failed
  254. [ 0.000000] tsc: Unable to calibrate against PIT
  255. [ 0.000000] tsc: using HPET reference calibration
  256. [ 0.000000] tsc: Detected 2792.965 MHz processor
  257. [ 0.040414] Calibrating delay loop (skipped), value calculated using timer frequency.. 5585.93 BogoMIPS (lpj=27929650)
  258. [ 0.041121] pid_max: default: 32768 minimum: 301
  259. [ 0.042443] Security Framework initialized
  260. [ 0.051937] SELinux: Initializing.
  261. [ 0.053694] Mount-cache hash table entries: 512
  262. [ 0.066470] Initializing cgroup subsys debug
  263. [ 0.066840] Initializing cgroup subsys freezer
  264. [ 0.068845] CPU: Physical Processor ID: 0
  265. [ 0.069010] CPU: Processor Core ID: 0
  266. [ 0.070430] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
  267. [ 0.070430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
  268. [ 0.070430] tlb_flushall_shift: 6
  269. [ 0.073031] Freeing SMP alternatives: 24k freed
  270. [ 0.073614] ACPI: Core revision 20130328
  271. [ 0.106867] ACPI: All ACPI Tables successfully acquired
  272. [ 0.119763] Enabling APIC mode: Flat. Using 1 I/O APICs
  273. [ 0.123840] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  274. [ 0.225686] smpboot: CPU0: Intel QEMU Virtual CPU version 2.2.0 (fam: 06, model: 06, stepping: 03)
  275. [ 0.230000] Performance Events: Broken PMU hardware detected, using software events only.
  276. [ 0.230000] Failed to access perfctr msr (MSR c1 is 0)
  277. [ 0.282688] smpboot: Booting Node 0, Processors #1 OK
  278. [ 0.050000] Initializing CPU#1
  279. [ 0.050000] calibrate_delay_direct() dropping max bogoMips estimate 2 = 760119647
  280. [ 0.050000] calibrate_delay_direct() dropping min bogoMips estimate 1 = 28337477
  281. [ 0.050000] calibrate_delay_direct() dropping min bogoMips estimate 4 = 86393608
  282. [ 0.482217] Brought up 2 CPUs
  283. [ 0.482482] smpboot: Total of 2 processors activated (25933.61 BogoMIPS)
  284. [ 0.515914] NET: Registered protocol family 16
  285. [ 0.531064] ACPI: bus type PCI registered
  286. [ 0.541642] PCI: PCI BIOS revision 2.10 entry at 0xfd456, last bus=0
  287. [ 0.542066] PCI: Using configuration type 1 for base access
  288. [ 0.730655] bio: create slab <bio-0> at 0
  289. [ 0.731653] ACPI: Added _OSI(Module Device)
  290. [ 0.731653] ACPI: Added _OSI(Processor Device)
  291. [ 0.731653] ACPI: Added _OSI(3.0 _SCP Extensions)
  292. [ 0.731653] ACPI: Added _OSI(Processor Aggregator Device)
  293. [ 0.779522] ACPI: Interpreter enabled
  294. [ 0.780125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
  295. [ 0.780617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
  296. [ 0.781583] ACPI: (supports S0 S3 S5)
  297. [ 0.781795] ACPI: Using IOAPIC for interrupt routing
  298. [ 0.782951] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  299. [ 0.882760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  300. [ 0.892564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
  301. [ 0.894081] PCI host bridge to bus 0000:00
  302. [ 0.894081] pci_bus 0000:00: root bus resource [bus 00-ff]
  303. [ 0.894081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
  304. [ 0.894081] pci_bus 0000:00: root bus resource [io 0x0d00-0xadff]
  305. [ 0.894081] pci_bus 0000:00: root bus resource [io 0xae0f-0xaeff]
  306. [ 0.894081] pci_bus 0000:00: root bus resource [io 0xaf20-0xafdf]
  307. [ 0.894081] pci_bus 0000:00: root bus resource [io 0xafe4-0xffff]
  308. [ 0.894081] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  309. [ 0.894081] pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff]
  310. [ 0.920291] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
  311. [ 0.920625] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
  312. [ 0.990594] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
  313. [ 0.997113] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
  314. [ 0.998755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
  315. [ 1.000153] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
  316. [ 1.001389] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
  317. [ 1.002348] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
  318. [ 1.004412] ACPI: Enabled 16 GPEs in block 00 to 0F
  319. [ 1.010890] vgaarb: loaded
  320. [ 1.014170] SCSI subsystem initialized
  321. [ 1.014170] ACPI: bus type ATA registered
  322. [ 1.021511] ACPI: bus type USB registered
  323. [ 1.021511] usbcore: registered new interface driver usbfs
  324. [ 1.030453] usbcore: registered new interface driver hub
  325. [ 1.032131] usbcore: registered new device driver usb
  326. [ 1.032131] pps_core: LinuxPPS API ver. 1 registered
  327. [ 1.032131] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  328. [ 1.032131] PTP clock support registered
  329. [ 1.040658] Advanced Linux Sound Architecture Driver Initialized.
  330. [ 1.040812] PCI: Using ACPI for IRQ routing
  331. [ 1.054571] cfg80211: Calling CRDA to update world regulatory domain
  332. [ 1.063350] NetLabel: Initializing
  333. [ 1.063503] NetLabel: domain hash size = 128
  334. [ 1.063655] NetLabel: protocols = UNLABELED CIPSOv4
  335. [ 1.064572] NetLabel: unlabeled traffic allowed by default
  336. [ 1.065981] Switching to clocksource hpet
  337. [ 1.192442] pnp: PnP ACPI init
  338. [ 1.192847] ACPI: bus type PNP registered
  339. [ 1.208461] pnp: PnP ACPI: found 8 devices
  340. [ 1.208675] ACPI: bus type PNP unregistered
  341. [ 1.320433] NET: Registered protocol family 2
  342. [ 1.326653] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  343. [ 1.327471] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  344. [ 1.328429] TCP: Hash tables configured (established 8192 bind 8192)
  345. [ 1.329188] TCP: reno registered
  346. [ 1.329469] UDP hash table entries: 512 (order: 2, 16384 bytes)
  347. [ 1.329824] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  348. [ 1.336041] NET: Registered protocol family 1
  349. [ 1.336678] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  350. [ 1.336996] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  351. [ 1.337375] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  352. [ 1.344501] Trying to unpack rootfs image as initramfs...
  353. [ 1.644844] Freeing initrd memory: 1232k freed
  354. [ 1.669772] audit: initializing netlink socket (disabled)
  355. [ 1.670737] type=2000 audit(1466121376.660:1): initialized
  356. [ 1.678125] bounce pool size: 64 pages
  357. [ 1.678715] HugeTLB registered 4 MB page size, pre-allocated 0 pages
  358. [ 1.736473] VFS: Disk quotas dquot_6.5.2
  359. [ 1.737890] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  360. [ 1.759662] fuse init (API version 7.22)
  361. [ 1.765428] msgmni has been set to 1733
  362. [ 1.783749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  363. [ 1.784201] io scheduler noop registered
  364. [ 1.784390] io scheduler deadline registered
  365. [ 1.785645] io scheduler cfq registered (default)
  366. [ 1.788085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  367. [ 1.827735] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
  368. [ 1.828730] ACPI: Power Button [PWRF]
  369. [ 2.483730] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
  370. [ 2.652287] tsc: Refined TSC clocksource calibration: 2792.834 MHz
  371. [ 2.652706] Switching to clocksource tsc
  372. [ 3.122119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
  373. [ 3.756965] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
  374. [ 4.381728] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
  375. [ 4.389081] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  376. [ 4.418019] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
  377. [ 4.436396] Non-volatile memory driver v1.3
  378. [ 4.437170] Linux agpgart interface v0.103
  379. [ 4.443495] [drm] Initialized drm 1.1.0 20060810
  380. [ 4.484876] brd: module loaded
  381. [ 4.509015] loop: module loaded
  382. [ 4.526573] vda: unknown partition table
  383. [ 4.538045] vdb: unknown partition table
  384. [ 4.548789] vdc: unknown partition table
  385. [ 4.557627] Loading iSCSI transport class v2.0-870.
  386. [ 4.591781] scsi0 : ata_piix
  387. [ 4.595272] scsi1 : ata_piix
  388. [ 4.597244] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14
  389. [ 4.597510] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15
  390. [ 4.608852] tun: Universal TUN/TAP device driver, 1.6
  391. [ 4.609106] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  392. [ 4.622383] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  393. [ 4.622631] e100: Copyright(c) 1999-2006 Intel Corporation
  394. [ 4.623532] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  395. [ 4.623782] e1000: Copyright (c) 1999-2006 Intel Corporation.
  396. [ 4.624701] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
  397. [ 4.624910] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
  398. [ 4.625850] sky2: driver version 1.30
  399. [ 4.628667] PPP generic driver version 2.4.2
  400. [ 4.631100] PPP BSD Compression module registered
  401. [ 4.631329] PPP Deflate Compression module registered
  402. [ 4.631881] PPP MPPE Compression module registered
  403. [ 4.632079] NET: Registered protocol family 24
  404. [ 4.635581] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  405. [ 4.635988] ehci-pci: EHCI PCI platform driver
  406. [ 4.636939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  407. [ 4.637961] uhci_hcd: USB Universal Host Controller Interface driver
  408. [ 4.639663] usbcore: registered new interface driver usblp
  409. [ 4.640511] usbcore: registered new interface driver usb-storage
  410. [ 4.644142] mousedev: PS/2 mouse device common for all mice
  411. [ 4.648814] input: qwerty2 as /devices/platform/GFSH0002:00/input/input1
  412. [ 4.656165] rtc_cmos 00:00: RTC can wake from S4
  413. [ 4.661957] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
  414. [ 4.663065] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs
  415. [ 4.675384] device-mapper: uevent: version 1.0.3
  416. [ 4.677670] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  417. [ 4.679050] cpuidle: using governor ladder
  418. [ 4.679297] cpuidle: using governor menu
  419. [ 4.682790] hidraw: raw HID events driver (C) Jiri Kosina
  420. [ 4.696842] usbcore: registered new interface driver usbhid
  421. [ 4.697097] usbhid: USB HID core driver
  422. [ 4.698156] ashmem: initialized
  423. [ 4.709499] u32 classifier
  424. [ 4.709693] Actions configured
  425. [ 4.709973] Netfilter messages via NETLINK v0.30.
  426. [ 4.712631] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  427. [ 4.718504] ctnetlink v0.93: registering with nfnetlink.
  428. [ 4.720048] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
  429. [ 4.720272] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
  430. [ 4.724714] xt_time: kernel timezone is -0000
  431. [ 4.727447] ip_tables: (C) 2000-2006 Netfilter Core Team
  432. [ 4.730431] arp_tables: (C) 2002 David S. Miller
  433. [ 4.732676] TCP: cubic registered
  434. [ 4.732831] Initializing XFRM netlink socket
  435. [ 4.740131] NET: Registered protocol family 10
  436. [ 4.748462] mip6: Mobile IPv6
  437. [ 4.748804] ip6_tables: (C) 2000-2006 Netfilter Core Team
  438. [ 4.751200] sit: IPv6 over IPv4 tunneling driver
  439. [ 4.756627] NET: Registered protocol family 17
  440. [ 4.757447] NET: Registered protocol family 15
  441. [ 4.758575] Using IPI No-Shortcut mode
  442. [ 4.773719] registered taskstats version 1
  443. [ 4.778377] ata2.00: ATAPI: QEMU DVD-ROM, 2.2.0, max UDMA/100
  444. [ 4.782005] console [netcon0] enabled
  445. [ 4.782214] netconsole: network logging started
  446. [ 4.784342] init: failed to probe driver -19
  447. [ 4.787961] ALSA device list:
  448. [ 4.788132] No soundcards found.
  449. [ 4.795866] ata2.00: configured for MWDMA2
  450. [ 4.821355] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.2. PQ: 0 ANSI: 5
  451. [ 4.829735] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
  452. [ 4.830172] cdrom: Uniform CD-ROM driver Revision: 3.20
  453. [ 4.839015] sr 1:0:0:0: Attached scsi generic sg0 type 5
  454. [ 4.841777] Freeing unused kernel memory: 480k freed
  455. [ 4.953567] Write protecting the kernel text: 5000k
  456. [ 4.954276] Write protecting the kernel read-only data: 1816k
  457. [ 5.053596] init: init started!
  458. [ 5.223806] type=1403 audit(1466121380.213:2): policy loaded auid=4294967295 ses=4294967295
  459. [ 5.231420] type=1404 audit(1466121380.213:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
  460. [ 5.308133] init: (Initializing SELinux enforcing took 0.25s.)
  461. [ 5.379968] init: init second stage started!
  462. [ 5.544195] init: waitpid failed: No child processes
  463. [ 5.548222] init: (Loading properties from /default.prop took 0.00s.)
  464. [ 5.574690] init: (Parsing /init.environ.rc took 0.00s.)
  465. [ 5.576004] init: (Parsing /init.usb.rc took 0.00s.)
  466. [ 5.577138] init: (Parsing /init.ranchu.rc took 0.00s.)
  467. [ 5.577705] init: (Parsing /init.zygote32.rc took 0.00s.)
  468. [ 5.578551] init: (Parsing /init.trace.rc took 0.00s.)
  469. [ 5.578830] init: (Parsing /init.rc took 0.02s.)
  470. [ 5.582086] init: SELinux: Could not get canonical path /adb_keys restorecon: No such file or directory.
  471. [ 5.583913] init: Starting service 'ueventd'...
  472. [ 5.589641] init: Waiting for /dev/.coldboot_done...
  473. [ 5.610746] ueventd: ueventd started!
  474. [ 6.597559] init: Timed out waiting for /dev/.coldboot_done
  475. [ 6.598336] init: Waiting for /dev/.coldboot_done took 1.01s.
  476. [ 6.598902] init: /dev/hw_random not found
  477. [ 6.703166] init: write_file: Unable to open '/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
  478. [ 6.703757] init: write_file: Unable to open '/proc/cpu/alignment': No such file or directory
  479. [ 6.704966] init: write_file: Unable to open '/proc/sys/kernel/sched_compat_yield': No such file or directory
  480. [ 6.724408] init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': Invalid argument
  481. [ 6.776209] init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory
  482. [ 6.784407] init: /dev/hw_random not found
  483. [ 6.923107] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
  484. [ 6.925556] fs_mgr: __mount(source=/dev/block/vda,target=/system,type=ext4)=0
  485. [ 6.932209] EXT4-fs (vdb): Ignoring removed nomblk_io_submit option
  486. [ 7.002676] ueventd: Coldboot took 1.35s.
  487. [ 7.013883] EXT4-fs (vdb): recovery complete
  488. [ 7.015823] EXT4-fs (vdb): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
  489. [ 7.016744] fs_mgr: __mount(source=/dev/block/vdb,target=/cache,type=ext4)=0
  490. [ 7.019721] EXT4-fs (vdc): Ignoring removed nomblk_io_submit option
  491. [ 7.106719] EXT4-fs (vdc): recovery complete
  492. [ 7.107987] EXT4-fs (vdc): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
  493. [ 7.109086] fs_mgr: check_fs(): mount(/dev/block/vdc,/data,ext4)=0: Success
  494. [ 7.123508] fs_mgr: check_fs(): unmount(/data) succeeded
  495. [ 7.150611] fs_mgr: Running /system/bin/e2fsck on /dev/block/vdc
  496. [ 7.622677] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
  497. [ 7.622677]
  498. [ 7.623502] e2fsck: data: clean, 531/49280 files, 28876/204800 blocks
  499. [ 7.623502]
  500. [ 7.631850] EXT4-fs (vdc): Ignoring removed nomblk_io_submit option
  501. [ 7.646320] EXT4-fs (vdc): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
  502. [ 7.647218] fs_mgr: __mount(source=/dev/block/vdc,target=/data,type=ext4)=0
  503. [ 7.664626] init: Starting service 'logd'...
  504. [ 7.770628] init: Starting service 'vold'...
  505. [ 7.812225] init: Not bootcharting.
  506. [ 8.174357] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
  507. [ 8.273129] logd.auditd: start
  508. [ 8.274244] logd.klogd: 8273781628
  509. [ 8.484053] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 1168) exited with status 0
  510. [ 8.855710] init: (Loading properties from /system/build.prop took 0.37s.)
  511. [ 8.856623] init: (Loading properties from /vendor/build.prop took 0.00s.)
  512. [ 8.857165] init: (Loading properties from /factory/factory.prop took 0.00s.)
  513. [ 8.857672] init: (Loading properties from /data/local.prop took 0.00s.)
  514. [ 9.399361] init: /recovery not specified in fstab
  515. [ 9.405800] init: Starting service 'logd-reinit'...
  516. [ 9.480396] init: Starting service 'healthd'...
  517. [ 9.515342] init: Starting service 'lmkd'...
  518. [ 9.518254] init: Starting service 'servicemanager'...
  519. [ 9.520707] init: Starting service 'surfaceflinger'...
  520. [ 9.610415] init: Starting service 'qemu-props'...
  521. [ 9.643835] init: property_set("ro.build.product", "generic") failed
  522. [ 9.644254] init: property_set("ro.product.device", "generic") failed
  523. [ 9.646548] init: Starting service 'goldfish-logcat'...
  524. [ 9.649194] init: Starting service 'goldfish-setup'...
  525. [ 9.732302] init: Starting service 'console'...
  526. [ 9.768584] binder: 1177:1177 transaction failed 29189, size 0-0
  527. [ 9.845046] init: Starting service 'adbd'...
  528. [ 9.848626] init: Starting service 'netd'...
  529. [ 9.964224] init: Starting service 'debuggerd'...
  530. [ 9.966200] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
  531. [ 9.968169] init: Starting service 'ril-daemon'...
  532. [ 9.970742] init: Starting service 'drm'...
  533. [ 10.094939] init: Starting service 'media'...
  534. [ 10.097740] init: Starting service 'installd'...
  535. [ 10.099084] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
  536. [ 10.100704] init: Starting service 'keystore'...
  537. [ 10.186338] init: Starting service 'zygote'...
  538. [ 10.189153] init: Starting service 'gatekeeperd'...
  539. [ 10.224060] init: Starting service 'perfprofd'...
  540. [ 10.227036] init: Starting service 'fingerprintd'...
  541. [ 10.228613] init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
  542. [ 10.229144] init: write_file: Unable to open '/sys/class/android_usb/android0/idVendor': No such file or directory
  543. [ 10.229656] init: write_file: Unable to open '/sys/class/android_usb/android0/idProduct': No such file or directory
  544. [ 10.230208] init: write_file: Unable to open '/sys/class/android_usb/android0/functions': No such file or directory
  545. [ 10.436218] init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
  546. [ 10.774106] binder: 1177:1177 transaction failed 29189, size 0-0
  547. [ 10.798753] init: Service 'logd-reinit' (pid 1176) exited with status 194
  548. [ 11.509978] init: Service 'goldfish-logcat' (pid 1182) exited with status 0
  549. [ 11.551842] logd.daemon: reinit
  550. [ 12.311086] init: Service 'qemu-props' (pid 1181) exited with status 0
  551. [ 13.136965] healthd: BatteryVoltagePath not found
  552. [ 13.137506] healthd: BatteryTemperaturePath not found
  553. [ 15.560411] init: Starting service 'bootanim'...
  554. shell@generic_x86:/ $ [ 20.776457] type=1400 audit(1466121395.753:4): avc: denied { write } for pid=1273 comm="BootAnimation" name="property_service" dev="tmpfs" ino=118 scontext=u:r:bootanim:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
  555. [ 22.708234] init: Service 'goldfish-setup' (pid 1183) exited with status 0
  556. [ 61.721785] warning: `main' uses 32-bit capabilities (legacy support in use)
  557. [ 72.579492] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  558. [ 94.166610] type=1400 audit(1466121469.033:5): avc: denied { write } for pid=1193 comm="main" name="property_service" dev="tmpfs" ino=118 scontext=u:r:zygote:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
  559. [ 132.558871] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  560. [ 135.158611] type=1400 audit(1466121510.013:6): avc: denied { sys_module } for pid=1186 comm="netd" capability=16 scontext=u:r:netd:s0 tcontext=u:r:netd:s0 tclass=capability permissive=0
  561. [ 146.731894] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  562. [ 151.299259] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
  563. [ 151.299689] lowmemorykiller: oom_adj 0 => oom_score_adj 0
  564. [ 151.300784] lowmemorykiller: oom_adj 1 => oom_score_adj 58
  565. [ 151.300987] lowmemorykiller: oom_adj 2 => oom_score_adj 117
  566. [ 151.301826] lowmemorykiller: oom_adj 3 => oom_score_adj 176
  567. [ 151.302025] lowmemorykiller: oom_adj 9 => oom_score_adj 529
  568. [ 151.302235] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
  569. [ 159.155918] init: Service 'bootanim' (pid 1248) exited with status 0
  570. emulator: _hwFingerprint_connect: connect finger print listen is called
  571.  
  572. emulator: got message from guest system fingerprint HAL
  573.  
  574. [ 192.627048] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  575. [ 207.016893] binder: release 1433:1565 transaction 16946 in, still active
  576. [ 207.052301] binder: send failed reply for transaction 16946 to 1623:1671
  577. [ 207.052868] binder: release 1433:1658 transaction 16947 in, still active
  578. [ 207.053173] binder: send failed reply for transaction 16947 to 1623:1623
  579. [ 207.064384] binder: undelivered transaction 16954
  580. [ 207.064771] binder: undelivered transaction 16957
  581. [ 207.064950] binder: undelivered transaction 16958
  582. [ 207.065118] binder: undelivered transaction 16964
  583. [ 207.065289] binder: undelivered transaction 16966
  584. [ 207.111394] binder: 1180:1240 transaction failed 29189, size 68-0
  585. [ 207.167286] init: Starting service 'bootanim'...
  586. [ 207.551589] binder: 1623:1623 transaction failed 29189, size 68-0
  587. [ 207.558710] binder: 1623:1623 transaction failed 29189, size 116-0
  588. [ 208.225592] binder: undelivered transaction 16968
  589. [ 208.226381] binder: undelivered transaction 16971
  590. [ 208.364352] init: Service 'zygote' (pid 1193) killed by signal 9
  591. [ 208.364925] init: Service 'zygote' (pid 1193) killing any children in process group
  592. [ 208.370138] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
  593. [ 208.393138] init: write_file: Unable to write to '/sys/power/state': Invalid argument
  594. [ 208.394234] init: Service 'media' is being killed...
  595. [ 208.397424] init: Service 'netd' is being killed...
  596. [ 208.423722] init: Untracked pid 1623 killed by signal 9
  597. [ 208.426330] init: Service 'netd' (pid 1186) killed by signal 9
  598. [ 208.426742] init: Service 'netd' (pid 1186) killing any children in process group
  599. [ 208.486659] init: Starting service 'netd'...
  600. [ 208.493638] init: Starting service 'zygote'...
  601. [ 208.496476] init: Service 'media' (pid 1190) killed by signal 9
  602. [ 208.496857] init: Service 'media' (pid 1190) killing any children in process group
  603. [ 208.499072] init: Starting service 'media'...
  604. [ 208.664451] init: Untracked pid 1645 killed by signal 9
  605. [ 210.574387] type=1400 audit(1466121585.423:7): avc: denied { write } for pid=1761 comm="BootAnimation" name="property_service" dev="tmpfs" ino=118 scontext=u:r:bootanim:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement