Status Update
Comments
rk...@google.com <rk...@google.com> #2
Hi Sandeep, please attach idea.log (in Android Studio, Help > Show Log).
sa...@gmail.com <sa...@gmail.com> #3
rk...@google.com <rk...@google.com>
ko...@google.com <ko...@google.com> #4
...
2025-03-10 17:39:23,299 [ 281214] WARN - Emulator: Pixel 9 - Failed to load snapshot 'default_boot'
2025-03-10 17:39:23,999 [ 281914] INFO - Emulator: Pixel 9 - Camera notification event: cameraNotification { }
2025-03-10 17:39:23,999 [ 281914] INFO - Emulator: Pixel 9 - Not yet booted
2025-03-10 17:39:24,000 [ 281915] INFO - #com.android.tools.idea.streaming.emulator.EmulatorView - Received notification: cameraNotification { }
2025-03-10 17:39:26,179 [ 284094] INFO - Emulator: Pixel 9 - Activated packet streamer for bluetooth emulation
2025-03-10 17:39:31,108 [ 289023] INFO - Emulator: Pixel 9 - Not yet booted
2025-03-10 17:39:35,936 [ 293851] INFO - Emulator: Pixel 9 - Displaychange event: 0
2025-03-10 17:39:35,936 [ 293851] INFO - Emulator: Pixel 9 - Display notification event: event: DISPLAY_CONFIGURATIONS_CHANGED_UI displayConfigurationsChangedNotification { displayConfigurations { displays { width: 1080 height: 2424 dpi: 420 } userConfigurable: 3 maxDisplays: 11 } }
2025-03-10 17:39:35,937 [ 293852] INFO - #com.android.tools.idea.streaming.emulator.EmulatorView - Received notification: event: DISPLAY_CONFIGURATIONS_CHANGED_UI displayConfigurationsChangedNotification { displayConfigurations { displays { width: 1080 height: 2424 dpi: 420 } userConfigurable: 3 maxDisplays: 11 } }
2025-03-10 17:39:36,698 [ 294613] INFO - #com.android.tools.idea.adb.AdbService - Device [emulator-5554] is offline (device state is `AUTHORIZING`)
2025-03-10 17:39:36,714 [ 294629] INFO - #com.android.tools.idea.adb.AdbService - Device [emulator-5554] is offline (device state is `UNAUTHORIZED`)
2025-03-10 17:39:41,683 [ 299598] WARN - #com.android.tools.idea.streaming.emulator.EmulatorController - android.emulation.control.EmulatorController/streamNotification call failed - UNAVAILABLE: io exception
2025-03-10 17:39:41,683 [ 299598] WARN - #com.android.tools.idea.streaming.emulator.EmulatorController - android.emulation.control.EmulatorController/streamClipboard call failed - UNAVAILABLE: io exception
2025-03-10 17:39:41,683 [ 299598] WARN - #com.android.tools.idea.streaming.emulator.EmulatorController - android.emulation.control.EmulatorController/streamScreenshot call failed - UNAVAILABLE: io exception
2025-03-10 17:39:41,683 [ 299598] INFO - #com.android.tools.idea.streaming.emulator.EmulatorController - Disconnected from Pixel 9 (5554)
2025-03-10 17:39:41,692 [ 299607] INFO - #com.android.tools.idea.adb.AdbService - Device [emulator-5554] is offline (device state is `OFFLINE`)
2025-03-10 17:39:41,874 [ 299789] INFO - Emulator: Pixel 9 - Process finished with exit code -1073740940 (0xC0000374)
2025-03-10 17:39:41,875 [ 299790] WARN - Emulator: Pixel 9 - Emulator terminated with exit code -1073740940
2025-03-10 17:39:41,945 [ 299860] INFO - #com.android.tools.idea.adb.AdbService - Device [emulator-5554] is offline (device state is `DISCONNECTED`)
The logs are not providing detailed information about the crash, but Intel(R) UHD Graphics 620
is not very well supported on the emulator. Can you try running with software rendering mode, by creating a new AVD and running the emulator from the command line with emulator.exe -verbose -feature -Vulkan -gpu swiftshader -no-snapshot -avd YOUR_AVD_NAME
, and share the terminal output if it's still crashing?
sa...@gmail.com <sa...@gmail.com> #5
Below is the log:
INFO | Android emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
INFO | Graphics backend: gfxstream
DEBUG | Current emulator version 35.4.9 is the same as the required version 35.4.9.
INFO | Found AVD name 'Pixel_9_Pro_XL'
INFO | Found AVD target architecture: x86_64
INFO | argv[0]: 'emulator.exe'; program directory: 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator'
INFO | Found systemPath C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\
INFO | emuDirName: 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator'
INFO | try dir C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator
INFO | Trying emulator path 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe'
INFO | Found target-specific 64-bit emulator binary: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe
INFO | Adding library search path: 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\lib64'
INFO | Adding library search path: 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\lib64\gles_swiftshader'
INFO | Quoted param: [C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe]
INFO | Quoted param: [-verbose]
INFO | Quoted param: [-feature]
INFO | Quoted param: [-Vulkan]
INFO | Quoted param: [-gpu]
INFO | Quoted param: [swiftshader]
INFO | Quoted param: [-no-snapshot]
INFO | Quoted param: [-avd]
INFO | Quoted param: [Pixel_9_Pro_XL]
DEBUG | emulator: Running :C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe
DEBUG | qemu backend: argv[00] = "C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe"
DEBUG | qemu backend: argv[01] = "-verbose"
DEBUG | qemu backend: argv[02] = "-feature"
DEBUG | qemu backend: argv[03] = "-Vulkan"
DEBUG | qemu backend: argv[04] = "-gpu"
DEBUG | qemu backend: argv[05] = "swiftshader"
DEBUG | qemu backend: argv[06] = "-no-snapshot"
DEBUG | qemu backend: argv[07] = "-avd"
DEBUG | qemu backend: argv[08] = "Pixel_9_Pro_XL"
DEBUG | Concatenated backend parameters: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe -verbose -feature -Vulkan -gpu swiftshader -no-snapshot -avd Pixel_9_Pro_XL
DEBUG | autoconfig: -skin pixel_9_pro_xl
DEBUG | autoconfig: -skindir C:\Users\Sandeep.c\AppData\Local\Android\Sdk\skins\
WARNING | Please update the emulator to one that supports the feature(s): VulkanVirtualQueue
DEBUG | [FeatureControl] Feature 'Vulkan' (21) state set to disabled
DEBUG | querying file version info API...
DEBUG | found kernelbase.dll
DEBUG | GetFileVersionInfoSizeW found. On Windows 10?
DEBUG | GetFileVersionInfoW found. On Windows 10?
DEBUG | VerQueryValueW found. Can query file versions
DEBUG | queryFileVersionInfo: path not found: amdvlk64.dll
DEBUG | querying file version info API...
DEBUG | queryFileVersionInfo: path not found: amdvlk32.dll
DEBUG | querying file version info API...
DEBUG | autoconfig: -kernel C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\kernel-ranchu
DEBUG | Target arch = 'x86_64'
DEBUG | Auto-detect: Kernel image requires new device naming scheme.
DEBUG | Auto-detect: Kernel does not support YAFFS2 partitions.
DEBUG | autoconfig: -ramdisk C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\ramdisk.img
DEBUG | Using initial system image: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\system.img
DEBUG | Using initial vendor image: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\vendor.img
DEBUG | autoconfig: -data C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\userdata-qemu.img
DEBUG | autoconfig: -initdata (null)
DEBUG | autoconfig: -cache C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\cache.img
DEBUG | autoconfig: -sdcard C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\sdcard.img
DEBUG | foldable or large screen devices with api >=33 is set to have minimum ram 3G
INFO | Increasing RAM size to 3072MB
DEBUG | VM heap size 256MB is below hardware specified minimum of 576MB,setting it to that value
DEBUG | System image is read only
INFO | IPv4 server found: 172.16.10.110
INFO | Ignore IPv6 address: e0fb:1193:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: e0fb:1193:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: e0fb:1193:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d001:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d001:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d001:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: e807:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: e807:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: e807:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: 80e:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: 80e:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: 80e:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d81b:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d81b:1293:3c01:0:e0fb:1193:3c01:0
INFO | Ignore IPv6 address: d81b:1293:3c01:0:e0fb:1193:3c01:0
DEBUG | Found 1 DNS servers:
DEBUG | 172.16.10.110
INFO | Checking system compatibility:
INFO | Checking: hasCompatibleHypervisor
DEBUG | Checking whether Windows Hypervisor Platform (WHPX) is available.
DEBUG | WinHvPlatform.dll found. Looking for WHvGetCapability...
DEBUG | WHvGetCapability found. Querying WHPX capabilities...
DEBUG | WHPX (10.0.26100) is installed and usable.
INFO | Ok: Hypervisor compatibility to run avd: `Pixel_9_Pro_XL` are met
INFO | Checking: hasSufficientSystem
INFO | Ok: System requirements to run avd: `Pixel_9_Pro_XL` are met
INFO | Checking: hasSufficientHwGpu
INFO | Ok: Hardware GPU requirements to run avd: `Pixel_9_Pro_XL` are passed
INFO | Checking: hasSufficientDiskSpace
INFO | Ok: Disk space requirements to run avd: `Pixel_9_Pro_XL` are met
DEBUG | Starting hostapd main loop.
DEBUG | trying to load skin file 'C:\Users\Sandeep.c\AppData\Local\Android\Sdk\skins\\pixel_9_pro_xl\layout'
DEBUG | CPU Acceleration: working
DEBUG | CPU Acceleration status: WHPX(10.0.26100) is installed and usable.
DEBUG | handleCpuAcceleration: feature check for hvf
DEBUG | Uwb feature is enabled
DEBUG | Bluetooth requested by guest
DEBUG | started modem simulator host server at port: 53410
INFO | Critical: Failed to load opengl32sw (The specified module could not be found.) (:0, )
INFO | Warning: Software OpenGL failed. Falling back to system OpenGL. (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_day_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_btn_xr_environment_living_room_night_clicked() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_posture_requested(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_posture_selection_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_resizable_requested(PresetEmulatorSizeType) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_resizable_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_environment_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_environment_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_xr_input_mode_changed(int) (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_xr_input_mode_dialog() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_sleep_timer_done() (:0, )
INFO | Warning: QMetaObject::connectSlotsByName: No matching signal for on_unfold_timer_done() (:0, )
INFO | Storing crashdata in: C:\Users\Sandeep.c\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.4.9.db, detection is enabled for process: 17244
INFO | Guest Driver: Auto (ext controls)
library_mode swiftshader_indirect gpu mode swiftshader_indirect
DEBUG | GPU emulation enabled using 'swiftshader_indirect' mode
INFO | Initializing hardware OpenGLES emulation support
I0318 16:19:46.910694 12252 opengles.cpp:285] android_startOpenglesRenderer: gpu info
I0318 16:19:46.910830 12252 opengles.cpp:286] GPU #1
Make: 8086
Model: Intel(R) UHD Graphics 620
Device ID: 5917
INFO | HealthMonitor disabled.
DEBUG | create display 0
DEBUG | setDisplayPose 0 x 0 y 0 w 1344 h 2992 dpi 0
INFO | SharedLibrary::open for [libGLESv2.dll]: not found in map, open for the first time
INFO | SharedLibrary::open for [libGLESv2.dll] (win32): call LoadLibraryA
INFO | SharedLibrary::open succeeded for [libGLESv2.dll]. File name: [C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\lib64\gles_swiftshader\libGLESv2.dll]
INFO | SharedLibrary::open for [libEGL.dll]: not found in map, open for the first time
INFO | SharedLibrary::open for [libEGL.dll] (win32): call LoadLibraryA
INFO | SharedLibrary::open succeeded for [libEGL.dll]. File name: [C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\lib64\gles_swiftshader\libEGL.dll]
INFO | Graphics Adapter Vendor Google (Google Inc.)
INFO | Graphics Adapter Android Emulator OpenGL ES Translator (Google SwiftShader)
INFO | Graphics API Version OpenGL ES 3.0 (OpenGL ES 3.0 SwiftShader 4.0.0.1)
INFO | Graphics API Extensions GL_OES_EGL_sync GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_standard_derivatives GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_texture_format_BGRA8888 GL_APPLE_texture_format_BGRA8888
INFO | Graphics Device Extensions N/A
INFO | Setting vsync to 60 hz
INFO | Sending adb public key [QAAAACu5ib59wko2EwwXuh+2UhISxQvOxYni6cvI+lY8+HL3xLknhy7g/stxbKf2VQ+6MfAWj2Ni7jGMMXnwwYOH2EBcfzFP4kCcRfLP4MVhE+y9SuDIPpYdDEH140XrMi1maqRn5Av6v3Ajd+tnqEX83WaN7YnMDj5Sm/A0nOnEni2KKF0rfxza3ogUwoOA6qUn4Uofzm2yvH2uorrTz1UMZXSjswR6FacU2gz3A+804P5okAGo5gGN5yQ1TlsU2sMRfsoW5sq6++RSG6hDnERgnpt/RKx2c/JnhRY1RN2uWWD+XNH8IRm0EbDQDFtS7CmdJmz2k4+RHZH8+H6MqcvXS178GIm8j7HHKMHJyqAIINp2AUHejlRUk9psd28rUOo3X/N540b26D+3Ot408r/t4Kj2zyiUz9Y1AF4U8FEzNXyiTmt0TLn53Wz9ujNxhnBskTcf+hbcBzCmyOhPN3z90PM79Mz4CRbmCmSpvuqveeUS8/LH+IIiBHOMwdUdos5g/bbcpN+2Dg1KhWgH39UMTmL8f2TTpoQPxbd39NhLODF3JZcOoOs2+k1Kigxj+ogaiUG/bEZ0ebh3EL0rquLHEQLN3XZhe21vhkZYjuFPe9/iIhUJjIX1mfwt7WMmxbeeLejYV+iC+amN0Y0xzM6qcs1bTxFdHc0nnCg8B0pKJFzVyi95qgEAAQA= @unknown]
I0318 16:19:47.159446 12252 userspace-boot-properties.cpp:713] Userspace boot properties:
I0318 16:19:47.159634 12252 userspace-boot-properties.cpp:717] androidboot.boot_devices=pci0000:00/0000:00:03.0 pci0000:00/0000:00:06.0
I0318 16:19:47.159804 12252 userspace-boot-properties.cpp:717] androidboot.dalvik.vm.heapsize=576m
I0318 16:19:47.159949 12252 userspace-boot-properties.cpp:717] androidboot.debug.hwui.renderer=skiagl
I0318 16:19:47.160105 12252 userspace-boot-properties.cpp:717] androidboot.hardware=ranchu
I0318 16:19:47.160268 12252 userspace-boot-properties.cpp:717] androidboot.hardware.gltransport=pipe
I0318 16:19:47.160431 12252 userspace-boot-properties.cpp:717] androidboot.logcat=*:V
I0318 16:19:47.160583 12252 userspace-boot-properties.cpp:717] androidboot.opengles.version=196608
I0318 16:19:47.160737 12252 userspace-boot-properties.cpp:717] androidboot.qemu=1
I0318 16:19:47.160882 12252 userspace-boot-properties.cpp:717] androidboot.qemu.adb.pubkey=QAAAACu5ib59wko2EwwXuh+2UhISxQvOxYni6cvI+lY8+HL3xLknhy7g/stxbKf2VQ+6MfAWj2Ni7jGMMXnwwYOH2EBcfzFP4kCcRfLP4MVhE+y9SuDIPpYdDEH140XrMi1maqRn5Av6v3Ajd+tnqEX83WaN7YnMDj5Sm/A0nOnEni2KKF0rfxza3ogUwoOA6qUn4Uofzm2yvH2uorrTz1UMZXSjswR6FacU2gz3A+804P5okAGo5gGN5yQ1TlsU2sMRfsoW5sq6++RSG6hDnERgnpt/RKx2c/JnhRY1RN2uWWD+XNH8IRm0EbDQDFtS7CmdJmz2k4+RHZH8+H6MqcvXS178GIm8j7HHKMHJyqAIINp2AUHejlRUk9psd28rUOo3X/N540b26D+3Ot408r/t4Kj2zyiUz9Y1AF4U8FEzNXyiTmt0TLn53Wz9ujNxhnBskTcf+hbcBzCmyOhPN3z90PM79Mz4CRbmCmSpvuqveeUS8/LH+IIiBHOMwdUdos5g/bbcpN+2Dg1KhWgH39UMTmL8f2TTpoQPxbd39NhLODF3JZcOoOs2+k1Kigxj+ogaiUG/bEZ0ebh3EL0rquLHEQLN3XZhe21vhkZYjuFPe9/iIhUJjIX1mfwt7WMmxbeeLejYV+iC+amN0Y0xzM6qcs1bTxFdHc0nnCg8B0pKJFzVyi95qgEAAQA= @unknown
I0318 16:19:47.161067 12252 userspace-boot-properties.cpp:717] androidboot.qemu.avd_name=Pixel_9_Pro_XL
I0318 16:19:47.161176 12252 userspace-boot-properties.cpp:717] androidboot.qemu.camera_hq_edge_processing=0
I0318 16:19:47.161302 12252 userspace-boot-properties.cpp:717] androidboot.qemu.camera_protocol_ver=1
I0318 16:19:47.161427 12252 userspace-boot-properties.cpp:717] androidboot.qemu.cpuvulkan.version=4202496
I0318 16:19:47.161554 12252 userspace-boot-properties.cpp:717] androidboot.qemu.gltransport.drawFlushInterval=800
I0318 16:19:47.161680 12252 userspace-boot-properties.cpp:717]
I0318 16:19:47.161785 12252 userspace-boot-properties.cpp:717] androidboot.qemu.hwcodec.avcdec=2
I0318 16:19:47.161912 12252 userspace-boot-properties.cpp:717] androidboot.qemu.hwcodec.hevcdec=2
I0318 16:19:47.162015 12252 userspace-boot-properties.cpp:717] androidboot.qemu.hwcodec.vpxdec=2
I0318 16:19:47.162083 12252 userspace-boot-properties.cpp:717] androidboot.qemu.settings.system.screen_off_timeout=2147483647
I0318 16:19:47.162175 12252 userspace-boot-properties.cpp:717] androidboot.qemu.virtiowifi=1
I0318 16:19:47.162240 12252 userspace-boot-properties.cpp:717] androidboot.qemu.vsync=60
I0318 16:19:47.162306 12252 userspace-boot-properties.cpp:717] androidboot.serialno=EMULATOR35X4X9X0
I0318 16:19:47.162372 12252 userspace-boot-properties.cpp:717] androidboot.vbmeta.digest=293227bc6e6783d54fe0fb539c237cbe338734260603fb3e59aa73c947f45920
I0318 16:19:47.162448 12252 userspace-boot-properties.cpp:717] androidboot.vbmeta.hash_alg=sha256
I0318 16:19:47.162531 12252 userspace-boot-properties.cpp:717] androidboot.vbmeta.size=6720
I0318 16:19:47.162597 12252 userspace-boot-properties.cpp:717] androidboot.veritymode=enforcing
INFO | Android bootconfig:
INFO | androidboot.boot_devices="pci0000:00/0000:00:03.0 pci0000:00/0000:00:06.0"
INFO | androidboot.dalvik.vm.heapsize="576m"
INFO | androidboot.debug.hwui.renderer="skiagl"
INFO | androidboot.hardware="ranchu"
INFO | androidboot.hardware.gltransport="pipe"
INFO | androidboot.logcat="*:V"
INFO | androidboot.opengles.version="196608"
INFO | androidboot.qemu="1"
INFO | androidboot.qemu.adb.pubkey="QAAAACu5ib59wko2EwwXuh+2UhISxQvOxYni6cvI+lY8+HL3xLknhy7g/stxbKf2VQ+6MfAWj2Ni7jGMMXnwwYOH2EBcfzFP4kCcRfLP4MVhE+y9SuDIPpYdDEH140XrMi1maqRn5Av6v3Ajd+tnqEX83WaN7YnMDj5Sm/A0nOnEni2KKF0rfxza3ogUwoOA6qUn4Uofzm2yvH2uorrTz1UMZXSjswR6FacU2gz3A+804P5okAGo5gGN5yQ1TlsU2sMRfsoW5sq6++RSG6hDnERgnpt/RKx2c/JnhRY1RN2uWWD+XNH8IRm0EbDQDFtS7CmdJmz2k4+RHZH8+H6MqcvXS178GIm8j7HHKMHJyqAIINp2AUHejlRUk9psd28rUOo3X/N540b26D+3Ot408r/t4Kj2zyiUz9Y1AF4U8FEzNXyiTmt0TLn53Wz9ujNxhnBskTcf+hbcBzCmyOhPN3z90PM79Mz4CRbmCmSpvuqveeUS8/LH+IIiBHOMwdUdos5g/bbcpN+2Dg1KhWgH39UMTmL8f2TTpoQPxbd39NhLODF3JZcOoOs2+k1Kigxj+ogaiUG/bEZ0ebh3EL0rquLHEQLN3XZhe21vhkZYjuFPe9/iIhUJjIX1mfwt7WMmxbeeLejYV+iC+amN0Y0xzM6qcs1bTxFdHc0nnCg8B0pKJFzVyi95qgEAAQA= @unknown"
INFO | androidboot.qemu.avd_name="Pixel_9_Pro_XL"
INFO | androidboot.qemu.camera_hq_edge_processing="0"
INFO | androidboot.qemu.camera_protocol_ver="1"
INFO | androidboot.qemu.cpuvulkan.version="4202496"
INFO | androidboot.qemu.gltransport.drawFlushInterval="800"
INFO |
INFO | androidboot.qemu.hwcodec.avcdec="2"
INFO | androidboot.qemu.hwcodec.hevcdec="2"
INFO | androidboot.qemu.hwcodec.vpxdec="2"
INFO | androidboot.qemu.settings.system.screen_off_timeout="2147483647"
INFO | androidboot.qemu.virtiowifi="1"
INFO | androidboot.qemu.vsync="60"
INFO | androidboot.serialno="EMULATOR35X4X9X0"
INFO | androidboot.vbmeta.digest="293227bc6e6783d54fe0fb539c237cbe338734260603fb3e59aa73c947f45920"
INFO | androidboot.vbmeta.hash_alg="sha256"
INFO | androidboot.vbmeta.size="6720"
INFO | androidboot.veritymode="enforcing"
DEBUG | Found 1 DNS servers:
DEBUG | 172.16.10.110
INFO | Content of hardware configuration file:
INFO | hw.cpu.arch = x86_64
INFO | hw.cpu.ncore = 4
INFO | hw.ramSize = 3072
INFO | hw.screen = multi-touch
INFO | hw.mainKeys = false
INFO | hw.trackBall = false
INFO | hw.keyboard = true
INFO | hw.keyboard.lid = false
INFO | hw.keyboard.charmap = qwerty2
INFO | hw.dPad = false
INFO | hw.rotaryInput = false
INFO | hw.gsmModem = true
INFO | hw.gps = true
INFO | hw.battery = true
INFO | hw.accelerometer = true
INFO | hw.accelerometer_uncalibrated = true
INFO | hw.gyroscope = true
INFO | hw.audioInput = true
INFO | hw.audioOutput = true
INFO | hw.sdCard = true
INFO | hw.sdCard.path = C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\sdcard.img
INFO | disk.cachePartition = true
INFO | disk.cachePartition.path = C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\cache.img
INFO | disk.cachePartition.size = 66m
INFO | test.quitAfterBootTimeOut = -1
INFO | test.delayAdbTillBootComplete = 0
INFO | test.monitorAdb = 0
INFO | hw.lcd.width = 1344
INFO | hw.lcd.height = 2992
INFO | hw.lcd.depth = 16
INFO | hw.lcd.circular = false
INFO | hw.lcd.density = 480
INFO | hw.lcd.backlight = true
INFO | hw.lcd.vsync = 60
INFO | hw.gltransport = pipe
INFO | hw.gltransport.asg.writeBufferSize = 1048576
INFO | hw.gltransport.asg.writeStepSize = 4096
INFO | hw.gltransport.asg.dataRingSize = 32768
INFO | hw.gltransport.drawFlushInterval = 800
INFO | hw.displayRegion.0.1.xOffset = -1
INFO | hw.displayRegion.0.1.yOffset = -1
INFO | hw.displayRegion.0.1.width = 0
INFO | hw.displayRegion.0.1.height = 0
INFO | hw.displayRegion.0.2.xOffset = -1
INFO | hw.displayRegion.0.2.yOffset = -1
INFO | hw.displayRegion.0.2.width = 0
INFO | hw.displayRegion.0.2.height = 0
INFO | hw.displayRegion.0.3.xOffset = -1
INFO | hw.displayRegion.0.3.yOffset = -1
INFO | hw.displayRegion.0.3.width = 0
INFO | hw.displayRegion.0.3.height = 0
INFO | hw.display1.width = 0
INFO | hw.display1.height = 0
INFO | hw.display1.density = 0
INFO | hw.display1.xOffset = -1
INFO | hw.display1.yOffset = -1
INFO | hw.display1.flag = 0
INFO | hw.display2.width = 0
INFO | hw.display2.height = 0
INFO | hw.display2.density = 0
INFO | hw.display2.xOffset = -1
INFO | hw.display2.yOffset = -1
INFO | hw.display2.flag = 0
INFO | hw.display3.width = 0
INFO | hw.display3.height = 0
INFO | hw.display3.density = 0
INFO | hw.display3.xOffset = -1
INFO | hw.display3.yOffset = -1
INFO | hw.display3.flag = 0
INFO | hw.multi_display_window = false
INFO | hw.hotplug_multi_display = false
INFO | hw.gpu.enabled = true
INFO | hw.gpu.mode = swiftshader_indirect
INFO | hw.initialOrientation = portrait
INFO | hw.camera.back = virtualscene
INFO | hw.camera.front = emulated
INFO | vm.heapSize = 576
INFO | hw.sensors.light = true
INFO | hw.sensors.pressure = true
INFO | hw.sensors.humidity = true
INFO | hw.sensors.proximity = true
INFO | hw.sensors.magnetic_field = true
INFO | hw.sensors.magnetic_field_uncalibrated = true
INFO | hw.sensors.gyroscope_uncalibrated = true
INFO | hw.sensors.orientation = true
INFO | hw.sensors.temperature = true
INFO | hw.sensors.rgbclight = false
INFO | hw.sensor.hinge = false
INFO | hw.sensor.hinge.count = 0
INFO | hw.sensor.hinge.type = 0
INFO | hw.sensor.hinge.sub_type = 0
INFO | hw.sensor.hinge.resizable.config = 1
INFO | hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture = 1
INFO | hw.sensor.roll = false
INFO | hw.sensor.roll.count = 0
INFO | hw.sensor.roll.resize_to_displayRegion.0.1_at_posture = 6
INFO | hw.sensor.roll.resize_to_displayRegion.0.2_at_posture = 6
INFO | hw.sensor.roll.resize_to_displayRegion.0.3_at_posture = 6
INFO | hw.sensors.heart_rate = false
INFO | hw.sensors.wrist_tilt = false
INFO | hw.useext4 = true
INFO | hw.arc = false
INFO | hw.arc.autologin = false
INFO |
INFO | kernel.path = C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\kernel-ranchu
INFO | kernel.newDeviceNaming = yes
INFO | kernel.supportsYaffs2 = no
INFO | disk.ramdisk.path = C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\ramdisk.img
INFO | disk.systemPartition.initPath = C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\system.img
INFO | disk.systemPartition.size = 2025m
INFO | disk.vendorPartition.initPath = C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\vendor.img
INFO | disk.vendorPartition.size = 800m
INFO | disk.dataPartition.path = C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\userdata-qemu.img
INFO | disk.dataPartition.size = 6g
INFO | disk.encryptionKeyPartition.path = C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\encryptionkey.img
INFO | PlayStore.enabled = true
INFO |
INFO |
INFO | fastboot.forceColdBoot = false
INFO | userdata.useQcow2 = true
INFO | firstboot.bootFromDownloadableSnapshot = true
INFO | firstboot.bootFromLocalSnapshot = true
INFO | firstboot.saveToLocalSnapshot = true
INFO | android.sdk.root = C:\Users\Sandeep.c\AppData\Local\Android\Sdk
INFO | android.avd.home = C:\Users\Sandeep.c\.android\avd
INFO | .
INFO | QEMU options list:
INFO | argv[00] = "C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe"
INFO | argv[01] = "-dns-server"
INFO | argv[02] = "172.16.10.110"
INFO | argv[03] = "-mem-path"
INFO | argv[04] = "C:\Users\Sandeep.c\.android\avd\Pixel_9_Pro_XL.avd\snapshots\default_boot\ram.img"
INFO | argv[05] = "-serial"
INFO | argv[06] = "null"
INFO | argv[07] = "-device"
INFO | argv[08] = "goldfish_pstore,addr=0xff018000,size=0x10000,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\data\misc\pstore\pstore.bin"
INFO | argv[09] = "-cpu"
INFO | argv[10] = "android64"
INFO | argv[11] = "-enable-whpx"
INFO | argv[12] = "-smp"
INFO | argv[13] = "cores=4"
INFO | argv[14] = "-m"
INFO | argv[15] = "3072"
INFO | argv[16] = "-lcd-density"
INFO | argv[17] = "480"
INFO | argv[18] = "-nodefaults"
INFO | argv[19] = "-kernel"
INFO | argv[20] = "C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\kernel-ranchu"
INFO | argv[21] = "-initrd"
INFO | argv[22] = "C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\initrd"
INFO | argv[23] = "-drive"
INFO | argv[24] = "if=none,index=0,id=system,if=none,file=C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\system.img,read-only"
INFO | argv[25] = "-device"
INFO | argv[26] = "virtio-blk-pci,drive=system,modern-pio-notify"
INFO | argv[27] = "-drive"
INFO | argv[28] = "if=none,index=1,id=cache,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
INFO | argv[29] = "-device"
INFO | argv[30] = "virtio-blk-pci,drive=cache,modern-pio-notify"
INFO | argv[31] = "-drive"
INFO | argv[32] = "if=none,index=2,id=userdata,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
INFO | argv[33] = "-device"
INFO | argv[34] = "virtio-blk-pci,drive=userdata,modern-pio-notify"
INFO | argv[35] = "-drive"
INFO | argv[36] = "if=none,index=3,id=encrypt,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\encryptionkey.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
INFO | argv[37] = "-device"
INFO | argv[38] = "virtio-blk-pci,drive=encrypt,modern-pio-notify"
INFO | argv[39] = "-drive"
INFO | argv[40] = "if=none,index=4,id=vendor,if=none,file=C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\vendor.img,read-only"
INFO | argv[41] = "-device"
INFO | argv[42] = "virtio-blk-pci,drive=vendor,modern-pio-notify"
INFO | argv[43] = "-drive"
INFO | argv[44] = "if=none,index=5,id=sdcard,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
INFO | argv[45] = "-device"
INFO | argv[46] = "virtio-blk-pci,drive=sdcard,modern-pio-notify"
INFO | argv[47] = "-netdev"
INFO | argv[48] = "user,id=mynet"
INFO | argv[49] = "-device"
INFO | argv[50] = "virtio-net-pci,netdev=mynet"
INFO | argv[51] = "-chardev"
INFO | argv[52] = "null,id=forhvc0"
INFO | argv[53] = "-chardev"
INFO | argv[54] = "null,id=forhvc1"
INFO | argv[55] = "-device"
INFO | argv[56] = "virtio-serial-pci,ioeventfd=off"
INFO | argv[57] = "-device"
INFO | argv[58] = "virtconsole,chardev=forhvc0"
INFO | argv[59] = "-device"
INFO | argv[60] = "virtconsole,chardev=forhvc1"
INFO | argv[61] = "-chardev"
INFO | argv[62] = "netsim,id=uwb"
INFO | argv[63] = "-device"
INFO | argv[64] = "virtconsole,chardev=uwb,name=uwb"
INFO | argv[65] = "-chardev"
INFO | argv[66] = "netsim,id=bluetooth"
INFO | argv[67] = "-device"
INFO | argv[68] = "virtserialport,chardev=bluetooth,name=bluetooth"
INFO | argv[69] = "-device"
INFO | argv[70] = "virtio-serial,ioeventfd=off"
INFO | argv[71] = "-chardev"
INFO | argv[72] = "socket,port=53407,host=::1,nowait,nodelay,reconnect=10,ipv6,id=modem"
INFO | argv[73] = "-device"
INFO | argv[74] = "virtserialport,chardev=modem,name=modem"
INFO | argv[75] = "-device"
INFO | argv[76] = "virtio-rng-pci"
INFO | argv[77] = "-show-cursor"
INFO | argv[78] = "-device"
INFO | argv[79] = "virtio_input_multi_touch_pci_1"
INFO | argv[80] = "-device"
INFO | argv[81] = "virtio_input_multi_touch_pci_2"
INFO | argv[82] = "-device"
INFO | argv[83] = "virtio_input_multi_touch_pci_3"
INFO | argv[84] = "-device"
INFO | argv[85] = "virtio_input_multi_touch_pci_4"
INFO | argv[86] = "-device"
INFO | argv[87] = "virtio_input_multi_touch_pci_5"
INFO | argv[88] = "-device"
INFO | argv[89] = "virtio_input_multi_touch_pci_6"
INFO | argv[90] = "-device"
INFO | argv[91] = "virtio_input_multi_touch_pci_7"
INFO | argv[92] = "-device"
INFO | argv[93] = "virtio_input_multi_touch_pci_8"
INFO | argv[94] = "-device"
INFO | argv[95] = "virtio_input_multi_touch_pci_9"
INFO | argv[96] = "-device"
INFO | argv[97] = "virtio_input_multi_touch_pci_10"
INFO | argv[98] = "-device"
INFO | argv[99] = "virtio_input_multi_touch_pci_11"
INFO | argv[100] = "-device"
INFO | argv[101] = "virtio-keyboard-pci"
INFO | argv[102] = "-netdev"
INFO | argv[103] = "user,id=virtio-wifi,dhcpstart=10.0.2.16"
INFO | argv[104] = "-device"
INFO | argv[105] = "virtio-wifi-pci,netdev=virtio-wifi"
INFO | argv[106] = "-device"
INFO | argv[107] = "virtio-vsock-pci,guest-cid=77"
INFO | argv[108] = "-L"
INFO | argv[109] = "C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator/lib/pc-bios"
INFO | argv[110] = "-soundhw"
INFO | argv[111] = "virtio-snd-pci"
INFO | argv[112] = "-vga"
INFO | argv[113] = "none"
INFO | argv[114] = "-append"
INFO | argv[115] = "8250.nr_uarts=1 clocksource=pit no_timer_check console=0 loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 memmap=0x10000$0xff018000 printk.devkmsg=on bootconfig"
INFO | argv[116] = "-android-hw"
INFO | argv[117] = "C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\hardware-qemu.ini"
INFO | Concatenated QEMU options: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe -dns-server 172.16.10.110 -mem-path C:\Users\Sandeep.c\.android\avd\Pixel_9_Pro_XL.avd\snapshots\default_boot\ram.img -serial null -device goldfish_pstore,addr=0xff018000,size=0x10000,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\data\misc\pstore\pstore.bin -cpu android64 -enable-whpx -smp cores=4 -m 3072 -lcd-density 480 -nodefaults -kernel C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\kernel-ranchu -initrd C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\initrd -drive if=none,index=0,id=system,if=none,file=C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\system.img,read-only -device virtio-blk-pci,drive=system,modern-pio-notify -drive if=none,index=1,id=cache,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-pci,drive=cache,modern-pio-notify -drive if=none,index=2,id=userdata,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-pci,drive=userdata,modern-pio-notify -drive if=none,index=3,id=encrypt,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\encryptionkey.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-pci,drive=encrypt,modern-pio-notify -drive if=none,index=4,id=vendor,if=none,file=C:\Users\Sandeep.c\AppData\Local\Android\Sdk\system-images\android-36\google_apis_playstore\x86_64\\vendor.img,read-only -device virtio-blk-pci,drive=vendor,modern-pio-notify -drive if=none,index=5,id=sdcard,if=none,file=C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-pci,drive=sdcard,modern-pio-notify -netdev user,id=mynet -device virtio-net-pci,netdev=mynet -chardev null,id=forhvc0 -chardev null,id=forhvc1 -device virtio-serial-pci,ioeventfd=off -device virtconsole,chardev=forhvc0 -device virtconsole,chardev=forhvc1 -chardev netsim,id=uwb -device virtconsole,chardev=uwb,name=uwb -chardev netsim,id=bluetooth -device virtserialport,chardev=bluetooth,name=bluetooth -device virtio-serial,ioeventfd=off -chardev socket,port=53407,host=::1,nowait,nodelay,reconnect=10,ipv6,id=modem -device virtserialport,chardev=modem,name=modem -device virtio-rng-pci -show-cursor -device virtio_input_multi_touch_pci_1 -device virtio_input_multi_touch_pci_2 -device virtio_input_multi_touch_pci_3 -device virtio_input_multi_touch_pci_4 -device virtio_input_multi_touch_pci_5 -device virtio_input_multi_touch_pci_6 -device virtio_input_multi_touch_pci_7 -device virtio_input_multi_touch_pci_8 -device virtio_input_multi_touch_pci_9 -device virtio_input_multi_touch_pci_10 -device virtio_input_multi_touch_pci_11 -device virtio-keyboard-pci -netdev user,id=virtio-wifi,dhcpstart=10.0.2.16 -device virtio-wifi-pci,netdev=virtio-wifi -device virtio-vsock-pci,guest-cid=77 -L C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator/lib/pc-bios -soundhw virtio-snd-pci -vga none -append "8250.nr_uarts=1 clocksource=pit no_timer_check console=0 loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 memmap=0x10000$0xff018000 printk.devkmsg=on bootconfig" -android-hw C:\Users\Sandeep.c\.android\avd\..\avd\Pixel_9_Pro_XL.avd\hardware-qemu.ini
DEBUG | Android qemu version 35.4.9.0 (build_id 13025442) (CL:N/A)
DEBUG | Starting QEMU main loop
DEBUG | android_fopen: Failed to open /qemu.conf, err: 2
DEBUG | registered 'boot-properties' qemud service
DEBUG | Adding boot property: 'ro.opengles.version' = '196608'
DEBUG | Adding boot property: 'qemu.sf.fake_camera' = 'front'
DEBUG | Adding boot property: 'dalvik.vm.heapsize' = '576m'
DEBUG | Adding boot property: 'qemu.hw.mainkeys' = '0'
DEBUG | Adding boot property: 'qemu.sf.lcd_density' = '480'
WHPX on Windows 10.0.26100 detected.
Windows Hypervisor Platform accelerator is operational
netsimd I 03-18 10:49:47.287 daemon\src\
netsimd I 03-18 10:49:47.287 daemon\src\
fd_startup_str: None,
no_cli_ui: true,
no_web_ui: true,
pcap: false,
disable_address_reuse: false,
hci_port: None,
connector_instance: None,
instance: None,
logtostderr: false,
dev: false,
forward_host_mdns: false,
vsock: None,
config: None,
host_dns: Some(
"172.16.10.110",
),
http_proxy: None,
wifi_tap: None,
test_beacons: false,
no_test_beacons: false,
no_shutdown: false,
verbose: false,
version: false,
}
DEBUG | control console listening on port 5554, ADB on port 5555
DEBUG | goldfish_events.have-dpad: false
DEBUG | goldfish_events.have-trackball: false
DEBUG | goldfish_events.have-camera: true
DEBUG | goldfish_events.have-keyboard: false
DEBUG | goldfish_events.have-lidswitch: false
DEBUG | goldfish_events.have-tabletmode: false
DEBUG | goldfish_events.have-touch: false
DEBUG | goldfish_events.have-multitouch: false
DEBUG | Adding boot property: 'net.wifi_mac_prefix' = '5554'
host doesn't support requested feature: CPUID.80000001H:EDX [bit 0]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 2]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 3]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 4]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 5]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 6]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 7]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 8]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 9]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 13]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 15]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 16]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 23]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 24]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 0]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 2]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 3]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 4]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 5]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 6]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 7]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 8]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 9]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 13]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 15]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 16]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 23]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 24]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 0]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 2]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 3]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 4]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 5]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 6]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 7]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 8]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 9]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 13]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 15]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 16]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 23]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 24]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 0]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 2]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 3]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 4]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 5]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 6]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 7]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 8]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 9]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 13]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 15]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 16]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 23]
host doesn't support requested feature: CPUID.80000001H:EDX [bit 24]
INFO | Monitoring duration of emulator setup.
DEBUG | Adding boot property: 'qemu.timezone' = 'Asia/Calcutta'
DEBUG | android_hw_fingerprint_init: fingerprint qemud listen service initialized
WARNING | The emulator now requires a signed jwt token for gRPC access! Use the -grpc flag if you really want an open unprotected grpc port
INFO | Using security allow list from: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\emulator\lib\emulator_access.json
WARNING | *** Basic token auth should only be used by android-studio ***
INFO | The active JSON Web Key Sets can be found here: C:\Users\Sandeep.c\AppData\Local\Temp\avd\running\17244\jwks\75a0ebc3-819f-4604-87c8-a30a8c01a347\active.jwk
INFO | Scanning C:\Users\Sandeep.c\AppData\Local\Temp\avd\running\17244\jwks\75a0ebc3-819f-4604-87c8-a30a8c01a347 for jwk keys.
INFO | Started GRPC server at
INFO | Advertising in: C:\Users\Sandeep.c\AppData\Local\Temp\avd\running\pid_17244.ini
DEBUG | Successfully initialized Wi-Fi
DEBUG | emulator_window_fb_rotate
INFO | Setting display: 0 configuration to: 1344x2992, dpi: 480x480
DEBUG | setDisplayPose 0 x 0 y 0 w 1344 h 2992 dpi 0
INFO | setDisplayActiveConfig 0
DEBUG | Adjusting window size by 0.33x for hw_lcd_density
DEBUG | Path:C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
DEBUG | Path:C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
DEBUG | Found: 2 adb executables
DEBUG | Adb: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe
DEBUG | Adb: C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe
DEBUG | Path:C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
DEBUG | Path:C:\Users\Sandeep.c\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
INFO | Checking system compatibility:
INFO | Checking: hasCompatibleHypervisor
INFO | Ok: Hypervisor compatibility to run avd: `Pixel_9_Pro_XL` are met
INFO | Checking: hasSufficientSystem
INFO | Ok: System requirements to run avd: `Pixel_9_Pro_XL` are met
INFO | Checking: hasSufficientHwGpu
INFO | Ok: Hardware GPU requirements to run avd: `Pixel_9_Pro_XL` are passed
INFO | Checking: hasSufficientDiskSpace
INFO | Ok: Disk space requirements to run avd: `Pixel_9_Pro_XL` are met
DEBUG | config multidisplay with config.ini 0x0 0x0 0x0
DEBUG | No acpi ini file provided, using default
DEBUG | added one RIL client
DEBUG | Crash info: hw.gpu.enabled=yes
DEBUG | Crash info: hw.cpu.ncore=4
INFO | OpenGL Vendor=[Google (Google Inc.)]
DEBUG | Crash info: avd_space=1359421749192
DEBUG | Crash info: disk.dataPartition.size=6442450944
INFO | OpenGL Renderer=[Android Emulator OpenGL ES Translator (Google SwiftShader)]
DEBUG | Crash info: hw.sensor.hinge=?
INFO | OpenGL Version=[OpenGL ES 3.0 (OpenGL ES 3.0 SwiftShader 4.0.0.1)]
DEBUG | Crash info: hw.gpu.mode=auto
DEBUG | Crash info: hw.lcd.height=2992
DEBUG | Crash info: hw.ramSize=2048
DEBUG | Crash info: hw.lcd.width=1344
DEBUG | Crash info: PlayStore.enabled=true
DEBUG | Crash info: cpu_cores=8
DEBUG | Crash info: free_ram=6310
DEBUG | Crash info: ro.build.fingerprint=??
DEBUG | Crash info: sessionId=d579f01e-48ed-4461-903b-693d84337693
USER_INFO | Emulator is performing a full startup. This may take upto two minutes, or more.
DEBUG | No acpi ini file provided, using default
INFO | INFO | Activated packet streamer for bluetooth emulation
Activated packet streamer for uwb emulation
INFO | Critical: UpdateLayeredWindowIndirect failed for ptDst=(972, 106), size=(234x21), dirty=(234x21 0, 0) (A device attached to the system is not functioning.) (:0, )
DEBUG | setDisplayPose 0 x -1 y -1 w 1344 h 2992 dpi 480
INFO | Critical: UpdateLayeredWindowIndirect failed for ptDst=(972, 106), size=(234x21), dirty=(234x21 0, 0) (A device attached to the system is not functioning.) (:0, )
ko...@google.com <ko...@google.com> #6
Logs are not giving enough information. Can you can upload a crash report and share the ID number for it, by running ./crashreport.exe -u
after a crash? This can give us more information like callstacks and logs related to the crash.
Also, I wonder if there is an issue with the handling of the high resolution for the AVD, would be great if you can test with a lower-resolution AVD, like 'small phone'?
DEBUG | Crash info: hw.lcd.height=2992
DEBUG | Crash info: hw.lcd.width=1344
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A.
3B.
3C.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-243.22562.218.2431.13114758, 202502250645
AS: Meerkat | 2024.3.1
AI-243.22562.218.2431.13114758, JRE 21.0.5+-12932927-b750.29x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 1366x768 (100%)
Android Gradle Plugin: (plugin information not found)
Gradle: (gradle version information not found)
Gradle JDK: Oracle OpenJDK 21.0.1
NDK: from local.properties: (not specified), latest from SDK: 26.1.10909125
CMake: from local.properties: (not specified), latest from SDK: 3.22.1-g37088a8-dirty, from PATH: (not found)
Source: send_feedback_icon```