Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.82 KB | None | 0 0
  1. ▶ ./emulator -netdelay none -netspeed full -avd Nexus_5_API_22 -engine classic -verbose -show-kernel
  2. emulator:Found AVD name 'Nexus_5_API_22'
  3. emulator:Found AVD target architecture: x86
  4. emulator:Looking for emulator-x86 to emulate 'x86' CPU
  5. emulator:Probing program: /Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86
  6. emulator:return result: /Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86
  7. emulator:Found target-specific 64-bit emulator binary: /Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86
  8. emulator:Adding library search path: '/Users/kinsbane/Library/Android/sdk/tools/./lib64'
  9. emulator: Found directory: /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86/
  10.  
  11. emulator: Found directory: /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86/
  12.  
  13. emulator:GPU emulation enabled using 'host' mode
  14. emulator: Adding library search path for Qt: '/Users/kinsbane/Library/Android/sdk/tools/./lib64/qt/lib'
  15. emulator: Setting Qt plugin search path: QT_QPA_PLATFORM_PLUGIN_PATH=/Users/kinsbane/Library/Android/sdk/tools/./lib64/qt/plugins
  16. emulator: Running :/Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86
  17. emulator: qemu backend: argv[00] = "/Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86"
  18. emulator: qemu backend: argv[01] = "-netdelay"
  19. emulator: qemu backend: argv[02] = "none"
  20. emulator: qemu backend: argv[03] = "-netspeed"
  21. emulator: qemu backend: argv[04] = "full"
  22. emulator: qemu backend: argv[05] = "-avd"
  23. emulator: qemu backend: argv[06] = "Nexus_5_API_22"
  24. emulator: qemu backend: argv[07] = "-engine"
  25. emulator: qemu backend: argv[08] = "classic"
  26. emulator: qemu backend: argv[09] = "-verbose"
  27. emulator: qemu backend: argv[10] = "-show-kernel"
  28. emulator: Concatenated backend parameters:
  29. /Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86 -netdelay none -netspeed full -avd Nexus_5_API_22 -engine classic -verbose -show-kernel
  30. emulator: Android virtual device file at: /Users/kinsbane/.android/avd/Nexus_5_API_22.ini
  31. emulator: virtual device content at /Users/kinsbane/.android/avd/Nexus_5_API_22.avd
  32. emulator: virtual device config file: /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/config.ini
  33. emulator: using core hw config path: /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/hardware-qemu.ini
  34. emulator: Found AVD target API level: 22
  35. emulator: Read property file at /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//build.prop
  36. emulator: No boot.prop property file found.
  37. emulator: found skin 'nexus_5' in directory: /Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources/
  38. emulator: autoconfig: -skin nexus_5
  39. emulator: autoconfig: -skindir /Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources/
  40. emulator: trying to load skin file '/Applications/Android Studio.app/Contents/plugins/android/lib/device-art-resources//nexus_5/layout'
  41. emulator: autoconfig: -kernel /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//kernel-qemu
  42. emulator: Target arch = 'x86'
  43. emulator: Auto-config: -qemu -cpu qemu32
  44. emulator: Auto-detect: Kernel image requires legacy device naming scheme.
  45. emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
  46. emulator: autoconfig: -ramdisk /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//ramdisk.img
  47. emulator: Using initial system image: /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//system.img
  48. emulator: autoconfig: -data /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/userdata-qemu.img
  49. emulator: autoconfig: -initdata /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/userdata.img
  50. emulator: autoconfig: -cache /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/cache.img
  51. emulator: autoconfig: -sdcard /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/sdcard.img
  52. emulator: Physical RAM size: 1536MB
  53.  
  54. emulator: WARNING: VM heap size set below hardware specified minimum of 256MB
  55. emulator: WARNING: Setting VM heap size to 384MB
  56. emulator: GPU emulation enabled using 'host' mode
  57. emulator: CPU Acceleration: working
  58. emulator: CPU Acceleration status: HAXM version 6.0.1 (3) is installed and usable.
  59. emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored.
  60. Content of hardware configuration file:
  61. hw.cpu.arch = x86
  62. hw.cpu.model = qemu32
  63. hw.cpu.ncore = 2
  64. hw.ramSize = 1536
  65. hw.screen = multi-touch
  66. hw.mainKeys = false
  67. hw.trackBall = false
  68. hw.keyboard = true
  69. hw.keyboard.lid = false
  70. hw.keyboard.charmap = qwerty2
  71. hw.dPad = false
  72. hw.gsmModem = true
  73. hw.gps = true
  74. hw.battery = true
  75. hw.accelerometer = true
  76. hw.audioInput = true
  77. hw.audioOutput = true
  78. hw.sdCard = true
  79. hw.sdCard.path = /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/sdcard.img
  80. disk.cachePartition = true
  81. disk.cachePartition.path = /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/cache.img
  82. disk.cachePartition.size = 66m
  83. hw.lcd.width = 1080
  84. hw.lcd.height = 1920
  85. hw.lcd.depth = 16
  86. hw.lcd.density = 480
  87. hw.lcd.backlight = true
  88. hw.gpu.enabled = true
  89. hw.gpu.mode = host
  90. hw.gpu.blacklisted = no
  91. hw.initialOrientation = portrait
  92. hw.camera.back = none
  93. hw.camera.front = none
  94. vm.heapSize = 384
  95. hw.sensors.light = true
  96. hw.sensors.pressure = true
  97. hw.sensors.humidity = true
  98. hw.sensors.proximity = true
  99. hw.sensors.magnetic_field = true
  100. hw.sensors.orientation = true
  101. hw.sensors.temperature = true
  102. hw.useext4 = true
  103. kernel.path = /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//kernel-qemu
  104. kernel.parameters = androidboot.hardware=goldfish clocksource=pit android.checkjni=1
  105. kernel.newDeviceNaming = no
  106. kernel.supportsYaffs2 = no
  107. disk.ramdisk.path = /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//ramdisk.img
  108. disk.systemPartition.initPath = /Users/kinsbane/Library/Android/sdk/system-images/android-22/google_apis/x86//system.img
  109. disk.systemPartition.size = 850m
  110. disk.dataPartition.path = /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/userdata-qemu.img
  111. disk.dataPartition.size = 800m
  112. avd.name = Nexus_5_API_22
  113. .
  114. QEMU options list:
  115. emulator: argv[00] = "/Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86"
  116. emulator: argv[01] = "-netspeed"
  117. emulator: argv[02] = "full"
  118. emulator: argv[03] = "-netdelay"
  119. emulator: argv[04] = "none"
  120. emulator: argv[05] = "-show-kernel"
  121. emulator: argv[06] = "-enable-hax"
  122. emulator: argv[07] = "-android-hw"
  123. emulator: argv[08] = "/Users/kinsbane/.android/avd/Nexus_5_API_22.avd/hardware-qemu.ini"
  124. Concatenated QEMU options:
  125. /Users/kinsbane/Library/Android/sdk/tools/./emulator64-x86 -netspeed full -netdelay none -show-kernel -enable-hax -android-hw /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/hardware-qemu.ini
  126. emulator: Starting QEMU main loop
  127. emulator: registered 'boot-properties' qemud service
  128. emulator: Using kernel serial device prefix: ttyS
  129. emulator: Ramdisk image contains fstab.goldfish file
  130. emulator: Found format of system partition: 'ext4'
  131. emulator: Found format of userdata partition: 'ext4'
  132. emulator: Found format of cache partition: 'ext4'
  133. emulator: system partition format: ext4
  134. emulator: Mapping 'system' partition image to /tmp/android-kinsbane/emulator-TM1SnS
  135. emulator: nand_add_dev: system,size=0x35200000,file=/tmp/android-kinsbane/emulator-TM1SnS,pagesize=512,extrasize=0
  136. emulator: userdata partition format: ext4
  137. emulator: nand_add_dev: userdata,size=0x32000000,file=/Users/kinsbane/.android/avd/Nexus_5_API_22.avd/userdata-qemu.img,pagesize=512,extrasize=0
  138. emulator: cache partition format: ext4
  139. emulator: nand_add_dev: cache,size=0x4200000,file=/Users/kinsbane/.android/avd/Nexus_5_API_22.avd/cache.img,pagesize=512,extrasize=0
  140. emulator: Adding boot property: 'dalvik.vm.heapsize' = '384m'
  141. emulator: Adding boot property: 'qemu.sf.lcd_density' = '480'
  142. emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
  143. emulator: Adding boot property: 'qemu.sf.fake_camera' = 'none'
  144. emulator: Initializing hardware OpenGLES emulation support
  145. emulator: Adding boot property: 'ro.opengles.version' = '131072'
  146. HAXM is working and emulator runs in fast virt mode
  147. emulator: Kernel parameters: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 ndns=2
  148. emulator: trying to find: /Users/kinsbane/Library/Android/sdk/tools/bios.bin
  149.  
  150. emulator: trying to find: /Users/kinsbane/Library/Android/sdk/tools/lib/pc-bios/bios.bin
  151.  
  152. emulator: trying to find: /Users/kinsbane/Library/Android/sdk/tools/vgabios-cirrus.bin
  153.  
  154. emulator: trying to find: /Users/kinsbane/Library/Android/sdk/tools/lib/pc-bios/vgabios-cirrus.bin
  155.  
  156. serial0 console
  157. emulator: Forcing ro.adb.qemud to "0".
  158. emulator: control console listening on port 5554, ADB on port 5555
  159. emulator: sent '0012host:emulator:5555' to ADB server
  160. emulator: android_hw_fingerprint_init: fingerprint qemud listen service initialized
  161.  
  162. emulator: Skipping metrics reporting: No user opt-in.
  163. [ 0.000000] Initializing cgroup subsys cpu
  164. [ 0.000000] Linux version 3.4.67+ (digit@tyrion.par.corp.google.com) (gcc version 4.8 (GCC) ) #3 PREEMPT Tue Sep 16 19:46:22 CEST 2014
  165. [ 0.000000] Disabled fast string operations
  166. [ 0.000000] BIOS-provided physical RAM map:
  167. [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  168. [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
  169. [ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
  170. [ 0.000000] BIOS-e820: 0000000000100000 - 000000005fff0000 (usable)
  171. [ 0.000000] BIOS-e820: 000000005fff0000 - 0000000060000000 (ACPI data)
  172. [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
  173. [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
  174. [ 0.000000] SMBIOS 2.4 present.
  175. [ 0.000000] last_pfn = 0x5fff0 max_arch_pfn = 0x100000
  176. [ 0.000000] PAT not supported by CPU.
  177. [ 0.000000] CPU MTRRs all blank - virtualized system.
  178. [ 0.000000] Warning only 895MB will be used.
  179. [ 0.000000] Use a HIGHMEM enabled kernel.
  180. [ 0.000000] init_memory_mapping: 0000000000000000-0000000037fe1000
  181. [ 0.000000] RAMDISK: 5fede000 - 5fff0000
  182. [ 0.000000] Allocated new RAMDISK: 37ecf000 - 37fe0ef5
  183. [ 0.000000] Move RAMDISK from 000000005fede000 - 000000005ffefef4 to 37ecf000 - 37fe0ef4
  184. [ 0.000000] ACPI Error: A valid RSDP was not found (20120320/tbxfroot-219)
  185. [ 0.000000] 895MB LOWMEM available.
  186. [ 0.000000] mapped low ram: 0 - 37fe1000
  187. [ 0.000000] low ram: 0 - 37fe1000
  188. [ 0.000000] Zone PFN ranges:
  189. [ 0.000000] DMA 0x00000010 -> 0x00001000
  190. [ 0.000000] Normal 0x00001000 -> 0x00037fe1
  191. [ 0.000000] Movable zone start PFN for each node
  192. [ 0.000000] Early memory PFN ranges
  193. [ 0.000000] 0: 0x00000010 -> 0x0000009f
  194. [ 0.000000] 0: 0x00000100 -> 0x0005fff0
  195. [ 0.000000] Allocating PCI resources starting at 60000000 (gap: 60000000:9ffc0000)
  196. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227440
  197. [ 0.000000] Kernel command line: qemu.gles=1 qemu=1 console=ttyS0 android.qemud=ttyS1 androidboot.hardware=goldfish clocksource=pit android.checkjni=1 ndns=2
  198. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  199. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  200. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  201. [ 0.000000] Initializing CPU#0
  202. [ 0.000000] Memory: 899336k/917380k available (4590k kernel code, 17592k reserved, 2136k data, 312k init, 0k highmem)
  203. [ 0.000000] virtual kernel memory layout:
  204. [ 0.000000] fixmap : 0xfffe3000 - 0xfffff000 ( 112 kB)
  205. [ 0.000000] vmalloc : 0xf87e1000 - 0xfffe1000 ( 120 MB)
  206. [ 0.000000] lowmem : 0xc0000000 - 0xf7fe1000 ( 895 MB)
  207. [ 0.000000] .init : 0xc0892000 - 0xc08e0000 ( 312 kB)
  208. [ 0.000000] .data : 0xc067b9f7 - 0xc0891d00 (2136 kB)
  209. [ 0.000000] .text : 0xc0200000 - 0xc067b9f7 (4590 kB)
  210. [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  211. [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  212. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  213. [ 0.000000] Console: colour *CGA 80x25
  214. [ 0.000000] Fast TSC calibration failed
  215. [ 0.000000] TSC: Unable to calibrate against PIT
  216. [ 0.000000] TSC: No reference (HPET/PMTIMER) available
  217. [ 0.000000] Marking TSC unstable due to could not calculate TSC khz
  218. [ 0.020000] Calibrating delay loop... 5407.53 BogoMIPS (lpj=27037696)
  219. [ 0.080000] pid_max: default: 32768 minimum: 301
  220. [ 0.090000] Security Framework initialized
  221. [ 0.090000] SELinux: Initializing.
  222. [ 0.090000] Mount-cache hash table entries: 512
  223. [ 0.090000] Initializing cgroup subsys debug
  224. [ 0.090000] Initializing cgroup subsys cpuacct
  225. [ 0.090000] Initializing cgroup subsys freezer
  226. [ 0.100000] Disabled fast string operations
  227. [ 0.100000] CPU: Intel Virtual CPU stepping 06
  228. [ 0.100000] Performance Events: unsupported p6 CPU model 23 no PMU driver, software events only.
  229. [ 0.100000] NET: Registered protocol family 16
  230. [ 0.100000] PCI: PCI BIOS revision 2.10 entry at 0xfb3c0, last bus=0
  231. [ 0.100000] PCI: Using configuration type 1 for base access
  232. [ 0.110000] bio: create slab <bio-0> at 0
  233. [ 0.110000] ACPI: Interpreter disabled.
  234. [ 0.110000] vgaarb: loaded
  235. [ 0.110000] SCSI subsystem initialized
  236. [ 0.110000] usbcore: registered new interface driver usbfs
  237. [ 0.110000] usbcore: registered new interface driver hub
  238. [ 0.110000] usbcore: registered new device driver usb
  239. [ 0.110000] PCI: Probing PCI hardware
  240. [ 0.110000] PCI host bridge to bus 0000:00
  241. [ 0.110000] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  242. [ 0.110000] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
  243. [ 0.120000] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
  244. [ 0.120000] cfg80211: Calling CRDA to update world regulatory domain
  245. [ 0.120000] NetLabel: Initializing
  246. [ 0.120000] NetLabel: domain hash size = 128
  247. [ 0.120000] NetLabel: protocols = UNLABELED CIPSOv4
  248. [ 0.120000] NetLabel: unlabeled traffic allowed by default
  249. [ 0.120000] Switching to clocksource pit
  250. [ 0.123477] pnp: PnP ACPI: disabled
  251. [ 0.133380] NET: Registered protocol family 2
  252. [ 0.133380] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  253. [ 0.133380] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  254. [ 0.133380] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  255. [ 0.133380] TCP: Hash tables configured (established 131072 bind 65536)
  256. [ 0.133380] TCP: reno registered
  257. [ 0.133380] UDP hash table entries: 512 (order: 1, 8192 bytes)
  258. [ 0.133380] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  259. [ 0.133380] NET: Registered protocol family 1
  260. [ 0.133380] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  261. [ 0.133380] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  262. [ 0.133380] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  263. [ 0.133380] Trying to unpack rootfs image as initramfs...
  264. [ 0.163516] Freeing initrd memory: 1096k freed
  265. [ 0.163516] platform rtc_cmos: registered platform RTC device (no PNP device found)
  266. [ 0.163516] goldfish_new_pdev goldfish_device_bus at ff001000 irq 4
  267. [ 0.163516] goldfish_new_pdev goldfish-battery at ff010000 irq 5
  268. [ 0.163516] goldfish_new_pdev goldfish_nand at ff011000 irq -1
  269. [ 0.163516] goldfish_new_pdev qemu_pipe at ff012000 irq 6
  270. [ 0.163516] goldfish_new_pdev goldfish_mmc at ff005000 irq 7
  271. [ 0.163516] goldfish_new_pdev goldfish_tty at ff014000 irq 9
  272. [ 0.163516] goldfish_new_pdev goldfish_tty at ff015000 irq 10
  273. [ 0.163516] goldfish_new_pdev goldfish_fb at ff016000 irq 11
  274. [ 0.163516] goldfish_new_pdev goldfish_events at ff017000 irq 3
  275. [ 0.163516] goldfish_new_pdev goldfish_audio at ff004000 irq 14
  276. [ 0.174006] audit: initializing netlink socket (disabled)
  277. [ 0.174006] type=2000 audit(1464050309.170:1): initialized
  278. [ 0.186853] goldfish_pdev_worker registered goldfish_device_bus
  279. [ 0.186853] goldfish_pdev_worker registered goldfish-battery
  280. [ 0.186853] goldfish_pdev_worker registered goldfish_nand
  281. [ 0.186853] goldfish_pdev_worker registered qemu_pipe
  282. [ 0.186853] goldfish_pdev_worker registered goldfish_mmc
  283. [ 0.186853] goldfish_pdev_worker registered goldfish_tty
  284. [ 0.186853] goldfish_pdev_worker registered goldfish_tty
  285. [ 0.186853] goldfish_pdev_worker registered goldfish_fb
  286. [ 0.186853] goldfish_pdev_worker registered goldfish_events
  287. [ 0.186853] goldfish_pdev_worker registered goldfish_audio
  288. [ 0.203231] HugeTLB registered 4 MB page size, pre-allocated 0 pages
  289. [ 0.203231] VFS: Disk quotas dquot_6.5.2
  290. [ 0.203231] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  291. [ 0.213372] fuse init (API version 7.18)
  292. [ 0.213372] msgmni has been set to 1758
  293. [ 0.213372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  294. [ 0.213372] io scheduler noop registered
  295. [ 0.213372] io scheduler deadline registered
  296. [ 0.213372] io scheduler cfq registered (default)
  297. [ 0.213372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  298. [ 0.213372] goldfish_fb goldfish_fb.0: no framebuffer memblock
  299. [ 0.213372] ------------[ cut here ]------------
  300. [ 0.213372] WARNING: at mm/page_alloc.c:2262 __alloc_pages_nodemask+0x11f/0x536()
  301. [ 0.213372] Hardware name:
  302. [ 0.213372] Modules linked in:
  303. [ 0.213372] Pid: 1, comm: swapper Not tainted 3.4.67+ #3
  304. [ 0.213372] Call Trace:
  305. [ 0.213372] [<c021a68f>] warn_slowpath_common+0x63/0x78
  306. [ 0.213372] [<c02813dc>] ? __alloc_pages_nodemask+0x11f/0x536
  307. [ 0.213372] [<c021a708>] warn_slowpath_null+0xf/0x13
  308. [ 0.213372] [<c02813dc>] __alloc_pages_nodemask+0x11f/0x536
  309. [ 0.213372] [<c0299bcd>] ? insert_vmalloc_vmlist+0x3f/0x55
  310. [ 0.213372] [<c029a940>] ? __get_vm_area_node.isra.37+0xea/0xf4
  311. [ 0.213372] [<c02207cc>] ? iomem_map_sanity_check+0xa3/0xc1
  312. [ 0.213372] [<c0204744>] dma_generic_alloc_coherent+0x54/0xa5
  313. [ 0.213372] [<c02046f0>] ? dma_set_mask+0x31/0x31
  314. [ 0.213372] [<c0660321>] goldfish_fb_probe+0x3ea/0x3f9
  315. [ 0.213372] [<c02f03a3>] ? sysfs_create_link+0xa/0xc
  316. [ 0.213372] [<c04510ea>] platform_drv_probe+0xc/0xe
  317. [ 0.213372] [<c0450393>] driver_probe_device+0x74/0x152
  318. [ 0.213372] [<c04504e4>] __driver_attach+0x47/0x63
  319. [ 0.213372] [<c044f06f>] bus_for_each_dev+0x55/0x5f
  320. [ 0.213372] [<c0450059>] driver_attach+0x14/0x16
  321. [ 0.213372] [<c045049d>] ? __device_attach+0x2c/0x2c
  322. [ 0.213372] [<c044fd40>] bus_add_driver+0xd2/0x1d6
  323. [ 0.213372] [<c08a5a72>] ? genericbl_driver_init+0xf/0xf
  324. [ 0.213372] [<c08a5a72>] ? genericbl_driver_init+0xf/0xf
  325. [ 0.213372] [<c0450901>] driver_register+0x70/0xbf
  326. [ 0.213372] [<c08a5a72>] ? genericbl_driver_init+0xf/0xf
  327. [ 0.213372] [<c0451474>] platform_driver_register+0x38/0x3a
  328. [ 0.213372] [<c08a5a7f>] goldfish_fb_init+0xd/0xf
  329. [ 0.213372] [<c020114a>] do_one_initcall+0x6a/0x104
  330. [ 0.213372] [<c089274b>] kernel_init+0xd1/0x146
  331. [ 0.213372] [<c089267a>] ? start_kernel+0x295/0x295
  332. [ 0.213372] [<c067adf6>] kernel_thread_helper+0x6/0xd
  333. [ 0.213372] ---[ end trace 489128b981718788 ]---
  334. [ 0.213372] allocating frame buffer 1080 * 1920, got (null)
  335. [ 0.213372] goldfish_fb: probe of goldfish_fb.0 failed with error -12
  336. [ 0.213372] Non-volatile memory driver v1.3
  337. [ 0.213372] console [ttyS0] enabled
  338. [ 0.223379] Linux agpgart interface v0.103
  339. [ 0.223379] [drm] Initialized drm 1.1.0 20060810
  340. [ 0.223379] [drm:i915_init] *ERROR* drm/i915 can't work without intel_agp module!
  341. [ 0.223379] brd: module loaded
  342. [ 0.223379] loop: module loaded
  343. [ 0.223379] goldfish_audio_probe
  344. [ 0.223379] mtrr: no more MTRRs available
  345. [ 0.223379] Loading iSCSI transport class v2.0-870.
  346. [ 0.223379] goldfish nand dev0: size 35200000, page 512, extra 0, erase 0
  347. [ 0.233457] goldfish nand dev1: size 32000000, page 512, extra 0, erase 0
  348. [ 0.233457] goldfish nand dev2: size 4200000, page 512, extra 0, erase 0
  349. [ 0.233457] tun: Universal TUN/TAP device driver, 1.6
  350. [ 0.233457] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  351. [ 0.233457] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
  352. [ 0.233457] ne2k-pci 0000:00:02.0: found PCI INT A -> IRQ 9
  353. [ 0.233457] eth0: RealTek RTL-8029 found at 0xc000, IRQ 9, 52:54:00:12:34:56.
  354. [ 0.233457] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  355. [ 0.233457] e100: Copyright(c) 1999-2006 Intel Corporation
  356. [ 0.233457] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  357. [ 0.233457] e1000: Copyright (c) 1999-2006 Intel Corporation.
  358. [ 0.233457] e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k
  359. [ 0.233457] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
  360. [ 0.233457] sky2: driver version 1.30
  361. [ 0.233457] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  362. [ 0.233457] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  363. [ 0.233457] uhci_hcd: USB Universal Host Controller Interface driver
  364. [ 0.233457] usbcore: registered new interface driver usblp
  365. [ 0.233457] Initializing USB Mass Storage driver...
  366. [ 0.233457] usbcore: registered new interface driver usb-storage
  367. [ 0.233457] USB Mass Storage support registered.
  368. [ 0.233457] usbcore: registered new interface driver libusual
  369. [ 0.233457] mousedev: PS/2 mouse device common for all mice
  370. [ 0.233457] *** events probe ***
  371. [ 0.233457] events_probe() addr=0xf87fa000 irq=3
  372. [ 0.233457] events_probe() keymap=qwerty2
  373. [ 0.233457] input: qwerty2 as /devices/virtual/input/input0
  374. [ 0.233457] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
  375. [ 0.233457] rtc0: alarms up to one day, 114 bytes nvram
  376. [ 0.243339] device-mapper: uevent: version 1.0.3
  377. [ 0.243339] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
  378. [ 0.243339] cpuidle: using governor ladder
  379. [ 0.243339] cpuidle: using governor menu
  380. [ 0.243339] usbcore: registered new interface driver usbhid
  381. [ 0.243339] usbhid: USB HID core driver
  382. [ 0.243339] ashmem: initialized
  383. [ 0.243339] logger: created 256K log 'log_main'
  384. [ 0.243339] logger: created 256K log 'log_events'
  385. [ 0.243339] logger: created 256K log 'log_radio'
  386. [ 0.243339] logger: created 256K log 'log_system'
  387. [ 0.243339] Netfilter messages via NETLINK v0.30.
  388. [ 0.243339] nf_conntrack version 0.5.0 (14069 buckets, 56276 max)
  389. [ 0.243339] ctnetlink v0.93: registering with nfnetlink.
  390. [ 0.243339] ip_tables: (C) 2000-2006 Netfilter Core Team
  391. [ 0.243339] TCP: cubic registered
  392. [ 0.243339] NET: Registered protocol family 10
  393. [ 0.243339] ip6_tables: (C) 2000-2006 Netfilter Core Team
  394. [ 0.243339] IPv6 over IPv4 tunneling driver
  395. [ 0.243339] NET: Registered protocol family 17
  396. [ 0.243339] NET: Registered protocol family 15
  397. [ 0.243339] registered taskstats version 1
  398. [ 0.253510] console [netcon0] enabled
  399. [ 0.253510] netconsole: network logging started
  400. [ 0.253510] Freeing unused kernel memory: 312k freed
  401. [ 0.253510] Write protecting the kernel text: 4592k
  402. [ 0.253510] Write protecting the kernel read-only data: 1812k
  403. [ 0.273396] type=1403 audit(1464050309.270:2): policy loaded auid=4294967295 ses=4294967295
  404. [ 0.283348] mmc0: new SD card at address e118
  405. [ 0.293235] type=1404 audit(1464050309.290:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
  406. [ 0.303241] mmcblk0: mmc0:e118 SU02G 100 MiB
  407. [ 0.303241] mmcblk0:
  408. [ 0.384045] init: /dev/hw_random not found
  409. [ 0.384045] init: /dev/hw_random not found
  410. [ 0.393259] EXT4-fs (mtdblock0): mounted filesystem with ordered data mode. Opts: barrier=1
  411. [ 0.393259] fs_mgr: __mount(source=/dev/block/mtdblock0,target=/system,type=ext4)=0
  412. [ 0.453135] EXT4-fs (mtdblock1): 2 orphan inodes deleted
  413. [ 0.453135] EXT4-fs (mtdblock1): recovery complete
  414. [ 0.463137] EXT4-fs (mtdblock1): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
  415. [ 0.463137] fs_mgr: check_fs(): mount(/dev/block/mtdblock1,/data,ext4)=0
  416. [ 0.474182] fs_mgr: Running /system/bin/e2fsck on /dev/block/mtdblock1
  417. [ 0.573147] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
  418. [ 0.573147] e2fsck: /dev/block/mtdblock1: clean, 511/49280 files, 88519/204800 blocks
  419. [ 0.583090] EXT4-fs (mtdblock1): mounted filesystem with ordered data mode. Opts: barrier=1,nomblk_io_submit
  420. [ 0.583090] fs_mgr: __mount(source=/dev/block/mtdblock1,target=/data,type=ext4)=0
  421. [ 0.603106] EXT4-fs (mtdblock2): recovery complete
  422. [ 0.603106] EXT4-fs (mtdblock2): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
  423. [ 0.603106] fs_mgr: check_fs(): mount(/dev/block/mtdblock2,/cache,ext4)=0
  424. [ 0.614266] fs_mgr: Running /system/bin/e2fsck on /dev/block/mtdblock2
  425. [ 0.643116] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
  426. [ 0.643116] e2fsck: /dev/block/mtdblock2: clean, 15/4224 files, 1306/16896 blocks
  427. [ 0.643116] EXT4-fs (mtdblock2): mounted filesystem with ordered data mode. Opts: (null)
  428. [ 0.643116] fs_mgr: __mount(source=/dev/block/mtdblock2,target=/cache,type=ext4)=0
  429. [ 0.802801] init: Warning! Service qemu-props needs a SELinux domain defined; please fix!
  430. [ 0.822865] binder: 927:927 transaction failed 29189, size 0-0
  431. [ 0.822865] init: Warning! Service goldfish-logcat needs a SELinux domain defined; please fix!
  432. [ 0.822865] init: Warning! Service goldfish-setup needs a SELinux domain defined; please fix!
  433. [ 0.923359] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
  434. [ 0.993718] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
  435. [ 1.663191] logd.auditd: start
  436. shell@generic_x86:/ $ [ 1.832987] healthd: BatteryVoltagePath not found
  437. [ 1.832987] healthd: BatteryTemperaturePath not found
  438. [ 12.623280] type=1400 audit(1464050321.610:4): avc: denied { module_request } for pid=1175 comm="iptables" kmod="ipt_TCPMSS" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  439. [ 15.343685] type=1400 audit(1464050324.330:5): avc: denied { module_request } for pid=1226 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  440. [ 15.373689] type=1400 audit(1464050324.340:6): avc: denied { module_request } for pid=1226 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  441. [ 15.373689] type=1400 audit(1464050324.360:7): avc: denied { module_request } for pid=1226 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  442. [ 15.403811] type=1400 audit(1464050324.390:8): avc: denied { module_request } for pid=1227 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  443. [ 15.403811] type=1400 audit(1464050324.390:9): avc: denied { module_request } for pid=1227 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  444. [ 15.453887] type=1400 audit(1464050324.390:10): avc: denied { module_request } for pid=1227 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  445. [ 18.503922] warning: `main' uses 32-bit capabilities (legacy support in use)
  446. [ 58.654707] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  447. [ 59.534763] type=1400 audit(1464050368.520:11): avc: denied { write } for pid=1239 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  448. [ 59.824390] type=1400 audit(1464050368.810:12): avc: denied { write } for pid=1239 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  449. [ 60.323926] type=1400 audit(1464050369.310:13): avc: denied { write } for pid=1239 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  450. [ 60.444196] QEMU Pipe Device:rw, wait_event error
  451. [ 60.464138] binder: 931:1010 transaction failed 29189, size 68-0
  452. [ 61.844655] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  453. [ 70.264004] type=1400 audit(1464050379.251:14): avc: denied { module_request } for pid=1436 comm="iptables" kmod="ipt_TCPMSS" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  454. [ 73.184393] type=1400 audit(1464050382.151:15): avc: denied { module_request } for pid=1483 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  455. [ 73.184393] type=1400 audit(1464050382.161:16): avc: denied { module_request } for pid=1483 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  456. [ 73.194421] type=1400 audit(1464050382.181:17): avc: denied { module_request } for pid=1483 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  457. [ 73.234373] type=1400 audit(1464050382.221:18): avc: denied { module_request } for pid=1484 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  458. [ 73.234373] type=1400 audit(1464050382.221:19): avc: denied { module_request } for pid=1484 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  459. [ 73.264285] type=1400 audit(1464050382.241:20): avc: denied { module_request } for pid=1484 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  460. [ 121.495690] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  461. [ 121.845446] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  462. [ 122.225087] type=1400 audit(1464050431.211:21): avc: denied { write } for pid=1501 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  463. [ 122.484754] type=1400 audit(1464050431.471:22): avc: denied { write } for pid=1501 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  464. [ 122.875435] type=1400 audit(1464050431.861:23): avc: denied { write } for pid=1501 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  465. [ 123.005561] QEMU Pipe Device:rw, wait_event error
  466. [ 123.015561] binder: undelivered transaction 11569
  467. [ 123.065808] binder: 931:1010 transaction failed 29189, size 68-0
  468. [ 131.035147] type=1400 audit(1464050440.021:24): avc: denied { module_request } for pid=1738 comm="iptables" kmod="ipt_TCPMSS" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  469. [ 133.496542] type=1400 audit(1464050442.472:25): avc: denied { module_request } for pid=1785 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  470. [ 133.504872] type=1400 audit(1464050442.492:26): avc: denied { module_request } for pid=1785 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  471. [ 133.524991] type=1400 audit(1464050442.512:27): avc: denied { module_request } for pid=1785 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  472. [ 133.555818] type=1400 audit(1464050442.542:28): avc: denied { module_request } for pid=1786 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  473. [ 133.555818] type=1400 audit(1464050442.542:29): avc: denied { module_request } for pid=1786 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  474. [ 133.564849] type=1400 audit(1464050442.552:30): avc: denied { module_request } for pid=1786 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  475. [ 168.335541] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  476. [ 169.135826] type=1400 audit(1464050478.122:31): avc: denied { write } for pid=1798 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  477. [ 169.375578] type=1400 audit(1464050478.362:32): avc: denied { write } for pid=1798 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  478. [ 169.776139] type=1400 audit(1464050478.762:33): avc: denied { write } for pid=1798 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  479. [ 169.956272] QEMU Pipe Device:rw, wait_event error
  480. [ 169.996001] binder: 931:1010 transaction failed 29189, size 68-0
  481. [ 179.016276] type=1400 audit(1464050488.002:34): avc: denied { module_request } for pid=1994 comm="iptables" kmod="ipt_TCPMSS" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  482. [ 181.626583] type=1400 audit(1464050490.612:35): avc: denied { module_request } for pid=2041 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  483. [ 181.626583] type=1400 audit(1464050490.612:36): avc: denied { module_request } for pid=2041 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  484. [ 181.626583] type=1400 audit(1464050490.612:37): avc: denied { module_request } for pid=2041 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  485. [ 181.686423] type=1400 audit(1464050490.672:38): avc: denied { module_request } for pid=2042 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  486. [ 181.686423] type=1400 audit(1464050490.672:39): avc: denied { module_request } for pid=2042 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  487. [ 181.686423] type=1400 audit(1464050490.672:40): avc: denied { module_request } for pid=2042 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  488. [ 181.846512] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  489. [ 225.986659] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  490. [ 226.876982] type=1400 audit(1464050535.863:41): avc: denied { write } for pid=2059 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  491. [ 227.126621] type=1400 audit(1464050536.113:42): avc: denied { write } for pid=2059 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  492. [ 227.516273] type=1400 audit(1464050536.503:43): avc: denied { write } for pid=2059 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  493. [ 227.667135] QEMU Pipe Device:rw, wait_event error
  494. [ 227.677234] binder: undelivered transaction 21852
  495. [ 227.717110] binder: 931:1010 transaction failed 29189, size 68-0
  496. [ 236.617095] type=1400 audit(1464050545.583:44): avc: denied { module_request } for pid=2297 comm="iptables" kmod="ipt_TCPMSS" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  497. [ 239.086885] type=1400 audit(1464050548.073:45): avc: denied { module_request } for pid=2344 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  498. [ 239.107514] type=1400 audit(1464050548.093:46): avc: denied { module_request } for pid=2344 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  499. [ 239.107514] type=1400 audit(1464050548.093:47): avc: denied { module_request } for pid=2344 comm="iptables" kmod="ipt_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  500. [ 239.176791] type=1400 audit(1464050548.163:48): avc: denied { module_request } for pid=2345 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  501. [ 239.176791] type=1400 audit(1464050548.163:49): avc: denied { module_request } for pid=2345 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  502. [ 239.207439] type=1400 audit(1464050548.173:50): avc: denied { module_request } for pid=2345 comm="ip6tables" kmod="ip6t_owner" scontext=u:r:netd:s0 tcontext=u:r:kernel:s0 tclass=system permissive=0
  503. [ 241.847420] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  504. [ 273.787551] healthd: battery l=50 v=0 t=0.0 h=2 st=2 chg=a
  505. [ 274.597956] type=1400 audit(1464050583.584:51): avc: denied { write } for pid=2357 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  506. [ 274.857635] type=1400 audit(1464050583.844:52): avc: denied { write } for pid=2357 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  507. [ 275.257287] type=1400 audit(1464050584.244:53): avc: denied { write } for pid=2357 comm="system_server" name="settings.db" dev="mtdblock1" ino=21299 scontext=u:r:system_server:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
  508. [ 275.416987] QEMU Pipe Device:rw, wait_event error
  509. [ 275.437063] binder: 931:1010 transaction failed 29189, size 68-0
  510. ^C[ 280.887491] init: no such service 'zygote_secondary'
  511. [ 280.948644] binder: undelivered death notification, b6050140
  512. [ 280.997213] init: untracked pid 2489 killed by signal 9
  513. emulator: Done with QEMU main loop
  514. emulator: User configuration saved to /Users/kinsbane/.android/avd/Nexus_5_API_22.avd/emulator-user.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement