-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Describe the bug
Multi-apps get stuck in infinite loading state when running VirtualXposed on x86_64 Android emulators, while working perfectly on real ARM devices.
To Reproduce
Steps to reproduce the behavior:
- Install VirtualXposed on Android Studio emulator with x86_64 image
- Launch VirtualXposed application
- Launch preinstalled Xposed Installer
Attempt to clone/install any app within VirtualXposed - Try to launch the cloned app
- See infinite loading screen - app never starts
Expected behavior
The cloned app should launch normally within the virtual environment, just as it does on real ARM devices.
Screenshots

Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: Android Studio Emulator (x86_64)
- OS: Android 9, 10, 11, and 12
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- APP Version: 0.22.0
Additional context
Logcat (Android 9 x86_64)
2025-08-05 19:46:47.400 1932-4404 ActivityManager system_server I START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=io.va.exposed64/io.virtualapp.splash.SplashActivity bnds=[559,918][693,1078]} from uid 10038
2025-08-05 19:46:47.989 6361-6361 io.va.exposed6 io.va.exposed64 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 19:46:47.991 1932-1948 ActivityManager system_server I Start proc 6361:io.va.exposed64/u0a85 for activity io.va.exposed64/io.virtualapp.splash.SplashActivity
2025-08-05 19:46:47.994 6361-6361 io.va.exposed6 io.va.exposed64 E Not starting debugger since process cannot load the jdwp agent.
2025-08-05 19:46:48.038 6361-6361 io.va.exposed6 io.va.exposed64 I The ClassLoaderContext is a special shared library.
2025-08-05 19:46:48.192 6361-6361 ActivityThread io.va.exposed64 D Loading provider io.va.exposed64.settings: com.android.launcher3.LauncherProvider
2025-08-05 19:46:48.199 6361-6361 Launcher io.va.exposed64 V LauncherAppState initiated
2025-08-05 19:46:48.208 6361-6361 OpenGLRenderer io.va.exposed64 D HWUI GL Pipeline
2025-08-05 19:46:48.238 1932-1948 ActivityManager system_server I Start proc 6379:io.va.exposed64:x/u0a85 for content provider io.va.exposed64/com.lody.virtual.server.BinderProvider
2025-08-05 19:46:48.239 6379-6379 .va.exposed64: io.va.exposed64 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 19:46:48.245 6379-6379 .va.exposed64: io.va.exposed64 E Not starting debugger since process cannot load the jdwp agent.
2025-08-05 19:46:48.277 6379-6379 .va.exposed64: io.va.exposed64 I The ClassLoaderContext is a special shared library.
2025-08-05 19:46:48.462 1932-1946 ActivityManager system_server V Attempted to start a foreground service (ComponentInfo{io.va.exposed64/com.lody.virtual.client.stub.DaemonService}) with a broken notification (no icon: Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 vis=PRIVATE))
2025-08-05 19:46:48.471 1932-1946 ActivityManager system_server V Attempted to start a foreground service (ComponentInfo{io.va.exposed64/com.lody.virtual.client.stub.DaemonService$InnerService}) with a broken notification (no icon: Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x40 color=0x00000000 vis=PRIVATE))
2025-08-05 19:46:48.515 6361-6395 SessionCommitReceiver io.va.exposed64 D Error reading add to homescreen preference
java.lang.NullPointerException: throw with null exception
at android.os.Parcel.createException(Parcel.java:1948)
at android.os.Parcel.readException(Parcel.java:1910)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:418)
at android.content.ContentResolver.query(ContentResolver.java:802)
at android.content.ContentResolver.query(ContentResolver.java:752)
at android.content.ContentResolver.query(ContentResolver.java:710)
at com.android.launcher3.SessionCommitReceiver$PrefInitTask.readValueFromMarketApp(SessionCommitReceiver.java:140)
at com.android.launcher3.SessionCommitReceiver$PrefInitTask.doInBackground(SessionCommitReceiver.java:121)
at com.android.launcher3.SessionCommitReceiver$PrefInitTask.doInBackground(SessionCommitReceiver.java:112)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
2025-08-05 19:46:48.626 6361-6361 System.err io.va.exposed64 W SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2025-08-05 19:46:48.627 6361-6361 System.err io.va.exposed64 W SLF4J: Defaulting to no-operation (NOP) logger implementation
2025-08-05 19:46:48.627 6361-6361 System.err io.va.exposed64 W SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2025-08-05 19:46:48.831 6361-6405 <no-tag> io.va.exposed64 D HostConnection::get() New Host Connection established 0x7352b8fb5e60, tid 6405
2025-08-05 19:46:48.837 6361-6405 ConfigStore io.va.exposed64 I android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2025-08-05 19:46:48.838 6361-6405 ConfigStore io.va.exposed64 I android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2025-08-05 19:46:48.838 6361-6405 OpenGLRenderer io.va.exposed64 I Initialized EGL, version 1.4
2025-08-05 19:46:48.838 6361-6405 OpenGLRenderer io.va.exposed64 D Swap behavior 1
2025-08-05 19:46:48.839 6361-6405 OpenGLRenderer io.va.exposed64 W Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2025-08-05 19:46:48.839 6361-6405 OpenGLRenderer io.va.exposed64 D Swap behavior 0
2025-08-05 19:46:48.864 6361-6405 EGL_emulation io.va.exposed64 D eglCreateContext: 0x7352afbf96e0: maj 2 min 0 rcv 2
2025-08-05 19:46:49.006 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:49.015 1932-4404 ActivityManager system_server I START u0 {flg=0x10020000 cmp=io.va.exposed64/io.virtualapp.home.NewHomeActivity} from uid 10085
2025-08-05 19:46:49.139 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:49.147 1764-2006 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: Surface(name=AppWindowToken{dcc5c2b token=Token{bc67c7a ActivityRecord{634c0a5 u0 io.va.exposed64/io.virtualapp.splash.SplashActivity t6}}})/@0x8101d15 - animation-leash#0
2025-08-05 19:46:49.148 1764-2006 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: Surface(name=AppWindowToken{dcc5c2b token=Token{bc67c7a ActivityRecord{634c0a5 u0 io.va.exposed64/io.virtualapp.splash.SplashActivity t6}}})/@0x8101d15 - animation-leash#0
2025-08-05 19:46:49.560 1932-1946 ActivityManager system_server W Activity pause timeout for ActivityRecord{634c0a5 u0 io.va.exposed64/io.virtualapp.splash.SplashActivity t6 f}
2025-08-05 19:46:49.935 6361-6405 OpenGLRenderer io.va.exposed64 I Davey! duration=1073ms; Flags=0, IntendedVsync=932293694222, Vsync=932493694214, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=932506023400, AnimationStart=932506243500, PerformTraversalsStart=932506991600, DrawStart=932568274400, SyncQueued=932572557500, SyncStart=932586756700, IssueDrawCommandsStart=932586802400, SwapBuffers=933364704300, FrameCompleted=933381385600, DequeueBufferDuration=562000, QueueBufferDuration=1303000,
2025-08-05 19:46:49.944 6361-6361 ActivityThread io.va.exposed64 W handleWindowVisibility: no activity for token android.os.BinderProxy@22f97e4
2025-08-05 19:46:50.130 1932-4404 ActivityManager system_server W Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://io.va.exposed64:10085?v=7&cv=9 pkg=com.google.android.apps.nexuslauncher } U=0: not found
2025-08-05 19:46:50.224 1932-6296 ActivityManager system_server W Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://io.va.exposed64:10085?v=7&cv=9 pkg=com.google.android.apps.nexuslauncher } U=0: not found
2025-08-05 19:46:50.274 6361-6375 GridSizeMigrationTask io.va.exposed64 V Workspace migration completed in 48
2025-08-05 19:46:50.275 6361-6375 LoaderTask io.va.exposed64 D loadWorkspace: loading default favorites
2025-08-05 19:46:50.428 6361-6375 LauncherProvider io.va.exposed64 D loading default workspace
2025-08-05 19:46:50.468 1764-1764 SurfaceFlinger surfaceflinger D duplicate layer name: changing io.va.exposed64/io.virtualapp.home.NewHomeActivity to io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:46:50.642 6361-6375 LoaderCursor io.va.exposed64 E Invalid package removed: com.google.android.dialer
2025-08-05 19:46:50.645 6361-6375 LoaderCursor io.va.exposed64 E Invalid package removed: com.google.android.apps.messaging
2025-08-05 19:46:50.648 6361-6375 LoaderCursor io.va.exposed64 E Invalid package removed: com.android.vending
2025-08-05 19:46:50.650 6361-6375 LoaderCursor io.va.exposed64 E Invalid package removed: com.android.chrome
2025-08-05 19:46:50.650 6361-6375 LoaderCursor io.va.exposed64 E Invalid package removed: com.android.camera2
2025-08-05 19:46:51.023 1764-1764 SurfaceFlinger surfaceflinger D duplicate layer name: changing io.va.exposed64/io.virtualapp.home.NewHomeActivity to io.va.exposed64/io.virtualapp.home.NewHomeActivity#2
2025-08-05 19:46:51.073 6361-6361 View io.va.exposed64 W requestLayout() improperly called by com.android.launcher3.graphics.GradientView{da3b1c0 V.ED..... ......I. 0,0-0,0 #7f0a00ad app:id/gradient_bg} during layout: running second layout pass
2025-08-05 19:46:51.077 6361-6361 Choreographer io.va.exposed64 I Skipped 45 frames! The application may be doing too much work on its main thread.
2025-08-05 19:46:51.082 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.232 6361-6405 OpenGLRenderer io.va.exposed64 I Davey! duration=901ms; Flags=0, IntendedVsync=933773956188, Vsync=934523956158, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=934524490300, AnimationStart=934524541600, PerformTraversalsStart=934525075500, DrawStart=934525635800, SyncQueued=934526118500, SyncStart=934529689900, IssueDrawCommandsStart=934529770700, SwapBuffers=934670253600, FrameCompleted=934678751300, DequeueBufferDuration=397000, QueueBufferDuration=819000,
2025-08-05 19:46:51.240 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.352 6361-6405 OpenGLRenderer io.va.exposed64 I Davey! duration=1017ms; Flags=0, IntendedVsync=933773956188, Vsync=934523956158, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=934524490300, AnimationStart=934524541600, PerformTraversalsStart=934525075500, DrawStart=934679759800, SyncQueued=934681767700, SyncStart=934689032400, IssueDrawCommandsStart=934689138900, SwapBuffers=934791733500, FrameCompleted=934798372000, DequeueBufferDuration=568000, QueueBufferDuration=803000,
2025-08-05 19:46:51.355 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.423 6361-6405 OpenGLRenderer io.va.exposed64 I Davey! duration=1090ms; Flags=0, IntendedVsync=933773956188, Vsync=934523956158, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=934524490300, AnimationStart=934524541600, PerformTraversalsStart=934525075500, DrawStart=934799436900, SyncQueued=934800312400, SyncStart=934804627800, IssueDrawCommandsStart=934839125900, SwapBuffers=934862660600, FrameCompleted=934869041500, DequeueBufferDuration=396000, QueueBufferDuration=673000,
2025-08-05 19:46:51.425 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.515 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.610 1764-1764 SurfaceFlinger surfaceflinger D duplicate layer name: changing Surface(name=aff6142 io.va.exposed64/io.virtualapp.home.NewHomeActivity)/@0x6e6b4f0 - animation-leash to Surface(name=aff6142 io.va.exposed64/io.virtualapp.home.NewHomeActivity)/@0x6e6b4f0 - animation-leash#1
2025-08-05 19:46:51.620 1932-1954 ActivityManager system_server I Displayed io.va.exposed64/io.virtualapp.home.NewHomeActivity: +1s904ms (total +3s497ms)
2025-08-05 19:46:51.632 6361-6361 Choreographer io.va.exposed64 I Skipped 32 frames! The application may be doing too much work on its main thread.
2025-08-05 19:46:51.638 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.694 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:51.719 6361-6398 NetworkSecurityConfig io.va.exposed64 D No Network Security Config specified, using platform default
2025-08-05 19:46:51.760 1764-2006 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:46:51.760 1764-2006 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:46:52.318 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:52.412 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:52.530 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 2 lines
2025-08-05 19:46:52.595 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:52.626 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:52.741 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 1 line
2025-08-05 19:46:52.767 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:46:58.199 6361-6375 System.err io.va.exposed64 W android.content.pm.PackageManager$NameNotFoundException: de.robv.android.xposed.installer
2025-08-05 19:46:58.199 6361-6375 System.err io.va.exposed64 W at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:395)
2025-08-05 19:46:58.199 6361-6375 System.err io.va.exposed64 W at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:377)
2025-08-05 19:46:58.199 6361-6375 System.err io.va.exposed64 W at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java:1436)
2025-08-05 19:46:58.199 6361-6375 System.err io.va.exposed64 W at com.google.android.apps.nexuslauncher.CustomIconProvider.getRoundIcon(CustomIconProvider.java:125)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.google.android.apps.nexuslauncher.CustomIconProvider.getIcon(CustomIconProvider.java:115)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.IconCache.getFullResIcon(IconCache.java:182)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.IconCache.getFullResIcon(IconCache.java:178)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.IconCache.cacheLocked(IconCache.java:537)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.IconCache.getTitleAndIcon(IconCache.java:479)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.IconCache.getTitleAndIcon(IconCache.java:451)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.AllAppsList.add(AllAppsList.java:81)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.model.LoaderTask.loadAllApps(LoaderTask.java:821)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at com.android.launcher3.model.LoaderTask.run(LoaderTask.java:164)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at android.os.Handler.handleCallback(Handler.java:873)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at android.os.Handler.dispatchMessage(Handler.java:99)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at android.os.Looper.loop(Looper.java:193)
2025-08-05 19:46:58.200 6361-6375 System.err io.va.exposed64 W at android.os.HandlerThread.run(HandlerThread.java:65)
2025-08-05 19:47:05.102 6361-6375 ProtoStore io.va.exposed64 D no cached data
2025-08-05 19:47:05.102 6361-6375 ProtoStore io.va.exposed64 D no cached data
2025-08-05 19:47:05.107 6361-6375 Launcher.IconCache io.va.exposed64 D Package not found
android.content.pm.PackageManager$NameNotFoundException: de.robv.android.xposed.installer
at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:181)
at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:152)
at com.android.launcher3.IconCache.updateIconsForPkg(IconCache.java:219)
at com.android.launcher3.model.PackageUpdatedTask.execute(PackageUpdatedTask.java:98)
at com.android.launcher3.model.BaseModelUpdateTask.run(BaseModelUpdateTask.java:67)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2025-08-05 19:47:05.115 6361-6375 Launcher.IconCache io.va.exposed64 D Package not found
android.content.pm.PackageManager$NameNotFoundException: de.robv.android.xposed.installer
at android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManager.java:181)
at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:152)
at com.android.launcher3.IconCache.updateIconsForPkg(IconCache.java:219)
at com.android.launcher3.model.PackageUpdatedTask.execute(PackageUpdatedTask.java:98)
at com.android.launcher3.model.BaseModelUpdateTask.run(BaseModelUpdateTask.java:67)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2025-08-05 19:56:09.276 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:09.361 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:09.374 6361-6405 OpenGLRenderer io.va.exposed64 D endAllActiveAnimators on 0x7352a1d76c00 (RippleDrawable) with handle 0x7352afaf5e20
2025-08-05 19:56:09.420 1764-1764 SurfaceFlinger surfaceflinger D duplicate layer name: changing io.va.exposed64/io.virtualapp.home.NewHomeActivity to io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:56:09.481 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:09.568 1764-2006 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#0
2025-08-05 19:56:09.568 1764-2006 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#0
2025-08-05 19:56:18.450 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:18.469 6361-6361 InputEventReceiver io.va.exposed64 W Attempted to finish an input event but the input event receiver has already been disposed.
2025-08-05 19:56:18.639 1764-2006 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:56:18.639 1764-2006 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#1
2025-08-05 19:56:20.487 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:21.747 1932-1942 ActivityManager system_server I START u0 {flg=0x10000000 cmp=io.va.exposed64/io.virtualapp.home.LoadingActivity (has extras)} from uid 10085
2025-08-05 19:56:21.845 6361-6361 ActivityThread io.va.exposed64 W handleWindowVisibility: no activity for token android.os.BinderProxy@ab112db
2025-08-05 19:56:21.870 6361-6361 LoadingActivity io.va.exposed64 I de.robv.android.xposed.installeris running: false
2025-08-05 19:56:21.871 6361-6361 LoadingActivity io.va.exposed64 I target package: de.robv.android.xposed.installer targetSdkVersion: 25
2025-08-05 19:56:21.871 6361-6361 LoadingActivity io.va.exposed64 I target package support runtime permission, launch directly.
2025-08-05 19:56:22.026 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.125 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.136 1932-1954 ActivityManager system_server I Displayed io.va.exposed64/io.virtualapp.home.LoadingActivity: +332ms
2025-08-05 19:56:22.251 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.472 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.606 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.923 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 5 lines
2025-08-05 19:56:22.964 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:22.999 6525-6525 va.exposed64:p pid-6525 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 19:56:23.002 6525-6525 va.exposed64:p pid-6525 E Not starting debugger since process cannot load the jdwp agent.
2025-08-05 19:56:23.007 1932-1948 ActivityManager system_server I Start proc 6525:io.va.exposed64:p0/u0a85 for content provider io.va.exposed64/com.lody.virtual.client.stub.StubCP$C0
2025-08-05 19:56:23.032 6525-6525 va.exposed64:p pid-6525 I The ClassLoaderContext is a special shared library.
2025-08-05 19:56:23.160 1932-2214 ActivityManager system_server I START u0 {typ=de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity flg=0x18280000 cmp=io.va.exposed64/com.lody.virtual.client.stub.StubActivity$C0 (has extras)} from uid 10085
2025-08-05 19:56:23.191 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:23.211 1932-1948 ActivityManager system_server I Start proc 6544:io.va.exposed64:logcat/u0a85 for service io.va.exposed64/me.weishu.exposed.LogcatService
2025-08-05 19:56:23.212 6544-6544 xposed64:logca io.va.exposed64 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 19:56:23.215 6544-6544 xposed64:logca io.va.exposed64 E Not starting debugger since process cannot load the jdwp agent.
2025-08-05 19:56:23.250 6544-6544 xposed64:logca io.va.exposed64 I The ClassLoaderContext is a special shared library.
2025-08-05 19:56:23.255 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:23.281 6379-6390 System.err io.va.exposed64 W java.lang.SecurityException: getDeviceId
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at android.os.Parcel.createException(Parcel.java:1942)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at android.os.Parcel.readException(Parcel.java:1910)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at android.os.Parcel.readException(Parcel.java:1860)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at com.android.internal.telephony.ITelephony$Stub$Proxy.getDeviceId(ITelephony.java:5398)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at android.telephony.TelephonyManager.getDeviceId(TelephonyManager.java:1240)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at com.lody.virtual.server.device.VDeviceManagerService.generateDeviceInfo(VDeviceManagerService.java:126)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at com.lody.virtual.server.device.VDeviceManagerService.getDeviceInfo(VDeviceManagerService.java:65)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at com.lody.virtual.server.IDeviceInfoManager$Stub.onTransact(IDeviceInfoManager.java:51)
2025-08-05 19:56:23.282 6379-6390 System.err io.va.exposed64 W at android.os.Binder.execTransact(Binder.java:731)
2025-08-05 19:56:23.290 6525-6525 VClientImpl pid-6525 I Binding application de.robv.android.xposed.installer, (de.robv.android.xposed.installer)
2025-08-05 19:56:23.323 6544-6560 LogcatService io.va.exposed64 I exposed logcat start..
2025-08-05 19:56:23.334 6525-6525 ContextImpl pid-6525 W Failed to ensure /data/user/0/io.va.exposed64/virtual/data/user/0/de.robv.android.xposed.installer/cache: chown failed: EPERM (Operation not permitted)
2025-08-05 19:56:23.335 6525-6525 ContextImpl pid-6525 W Failed to ensure /data/user/0/io.va.exposed64/virtual/data/user/0/de.robv.android.xposed.installer/code_cache: chown failed: EPERM (Operation not permitted)
2025-08-05 19:56:23.336 6525-6525 VClientImpl pid-6525 I Xposed is enabled.
2025-08-05 19:56:23.339 6525-6525 va.exposed64:p pid-6525 I The ClassLoaderContext is a special shared library.
2025-08-05 19:56:23.339 6525-6525 NativeEngine pid-6525 D DexOrJarPath = /data/user/0/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/base.apk, OutputPath = null.
2025-08-05 19:56:23.383 6564-6564 dex2oat pid-6564 I /system/bin/dex2oat --dex-file=/data/user/0/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/base.apk --output-vdex-fd=41 --oat-fd=42 --oat-location=/data/user/0/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/oat/x86_64/base.odex --compiler-filter=everything --class-loader-context=& --compile-pic --inline-max-code-units=0 --debuggable
2025-08-05 19:56:23.432 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:23.709 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 3 lines
2025-08-05 19:56:24.029 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:24.195 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:24.373 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 1 line
2025-08-05 19:56:24.505 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:56:24.610 6361-6405 OpenGLRenderer io.va.exposed64 I Davey! duration=760ms; Flags=0, IntendedVsync=1507178892166, Vsync=1507628892148, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=1507645081900, AnimationStart=1507645126300, PerformTraversalsStart=1507645624400, DrawStart=1507838713000, SyncQueued=1507838769700, SyncStart=1507956295500, IssueDrawCommandsStart=1507956870500, SwapBuffers=1508055367900, FrameCompleted=1508056784600, DequeueBufferDuration=230000, QueueBufferDuration=499000,
2025-08-05 19:56:24.721 6525-6525 va.exposed64:p pid-6525 I The ClassLoaderContext is a special shared library.
2025-08-05 19:56:24.725 6525-6525 va.exposed64:p pid-6525 W JIT profile information will not be recorded: profile file does not exits.
2025-08-05 19:56:24.743 6525-6525 va.exposed64:p pid-6525 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 19:56:24.744 6525-6525 ExposedBridge pid-6525 I de.robv.android.xposed.installer is not a Xposed module, do not init epic.force
2025-08-05 19:56:24.749 6525-6525 epic.DexposedBridge pid-6525 W hook: public static int de.robv.android.xposed.installer.XposedApp.getActiveXposedVersion(), newMethod ? true
2025-08-05 19:56:24.750 6525-6525 XposedInstaller pid-6525 I null getActivityXposedVersion called.
2025-08-05 19:56:24.752 6525-6525 epic.DexposedBridge pid-6525 W hook: public static int de.robv.android.xposed.installer.XposedApp.getInstalledXposedVersion(), newMethod ? true
2025-08-05 19:56:24.753 6525-6525 epic.DexposedBridge pid-6525 W hook: public android.os.Parcelable se.emilsjolander.stickylistheaders.StickyListHeadersListView.onSaveInstanceState(), newMethod ? true
2025-08-05 19:56:24.760 6525-6525 epic.DexposedBridge pid-6525 W hook: public java.io.File(java.lang.String), newMethod ? true
--------- beginning of crash
2025-08-05 19:56:24.761 6525-6525 epic.DexposedBridge pid-6525 W hook: public java.io.File(java.lang.String,java.lang.String), newMethod ? true
2025-08-05 19:56:24.840 6574-6574 DEBUG pid-6574 A pid: 6525, tid: 6525, name: posed.installer >>> de.robv.android.xposed.installer <<<
2025-08-05 19:56:24.863 6574-6574 DEBUG pid-6574 A #01 pc 00000000000de770 /data/data/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/oat/x86_64/base.odex (offset 0xcf000)
2025-08-05 19:56:25.676 1932-6577 ActivityManager system_server W Force finishing activity io.va.exposed64/com.lody.virtual.client.stub.StubActivity$C0
2025-08-05 19:56:25.733 1932-3124 ActivityManager system_server I Process io.va.exposed64:p0 (pid 6525) has died: vis +99TOP
2025-08-05 19:56:38.198 1932-1946 ActivityManager system_server I Waited long enough for: ServiceRecord{ae49796 u0 io.va.exposed64/me.weishu.exposed.LogcatService}
2025-08-05 19:56:48.485 1932-1932 JobServiceContext system_server I Client timed out while executing (no jobFinished received), sending onStop: 30523b8 #u0a85/1 io.va.exposed64/com.lody.virtual.client.stub.DaemonJobService
2025-08-05 19:57:00.157 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:57:00.199 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:57:38.481 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:57:38.616 1764-2357 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: AppWindowToken{6ffed72 token=Token{1c9fa7d ActivityRecord{46d38d4 u0 io.va.exposed64/io.virtualapp.home.LoadingActivity t7}}}#0
2025-08-05 19:57:38.688 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:57:41.695 1932-4652 ActivityManager system_server I moveTaskToBack: TaskRecord{5f3172b #6 A=io.va.exposed64 U=0 StackId=1 sz=1}
2025-08-05 19:57:42.349 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 19:57:42.486 1764-1789 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#2
2025-08-05 19:57:42.486 1764-1789 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: io.va.exposed64/io.virtualapp.home.NewHomeActivity#2
2025-08-05 20:15:21.159 6361-6375 DeepShortcutManager io.va.exposed64 E Failed to query for shortcuts
java.lang.SecurityException: Caller can't access shortcut information
at android.os.Parcel.createException(Parcel.java:1942)
at android.os.Parcel.readException(Parcel.java:1910)
at android.os.Parcel.readException(Parcel.java:1860)
at android.content.pm.ILauncherApps$Stub$Proxy.getShortcuts(ILauncherApps.java:842)
at android.content.pm.LauncherApps.getShortcuts(LauncherApps.java:811)
at com.android.launcher3.shortcuts.DeepShortcutManager.query(DeepShortcutManager.java:225)
at com.android.launcher3.shortcuts.DeepShortcutManager.queryForPinnedShortcuts(DeepShortcutManager.java:190)
at com.google.android.apps.nexuslauncher.DynamicIconProvider$1.onReceive(DynamicIconProvider.java:52)
at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1391)
at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
Caused by: android.os.RemoteException: Remote stack trace:
at com.android.server.pm.LauncherAppsService$LauncherAppsImpl.ensureShortcutPermission(LauncherAppsService.java:423)
at com.android.server.pm.LauncherAppsService$LauncherAppsImpl.getShortcuts(LauncherAppsService.java:431)
at android.content.pm.ILauncherApps$Stub.onTransact(ILauncherApps.java:323)
at android.os.Binder.execTransact(Binder.java:731)
2025-08-05 20:16:48.765 1932-2214 ActivityManager system_server I START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=io.va.exposed64/io.virtualapp.splash.SplashActivity bnds=[559,918][693,1078]} from uid 10038
2025-08-05 20:16:49.328 1932-4652 ActivityManager system_server W Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://io.va.exposed64:10085?v=7&cv=9 pkg=com.google.android.apps.nexuslauncher } U=0: not found
2025-08-05 20:16:49.527 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:16:50.040 6361-6405 OpenGLRenderer io.va.exposed64 W Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
2025-08-05 20:17:28.817 1932-4652 ActivityManager system_server I START u0 {flg=0x10000000 cmp=io.va.exposed64/io.virtualapp.home.LoadingActivity (has extras)} from uid 10085
2025-08-05 20:17:28.943 6361-6361 ActivityThread io.va.exposed64 W handleWindowVisibility: no activity for token android.os.BinderProxy@36c320
2025-08-05 20:17:28.980 6361-6361 LoadingActivity io.va.exposed64 I de.robv.android.xposed.installeris running: false
2025-08-05 20:17:28.988 6361-6361 LoadingActivity io.va.exposed64 I target package: de.robv.android.xposed.installer targetSdkVersion: 25
2025-08-05 20:17:28.988 6361-6361 LoadingActivity io.va.exposed64 I target package support runtime permission, launch directly.
2025-08-05 20:17:29.260 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:29.369 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:29.380 1932-1954 ActivityManager system_server I Displayed io.va.exposed64/io.virtualapp.home.LoadingActivity: +472ms (total +3m38s17ms)
2025-08-05 20:17:29.462 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:29.642 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:29.733 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.055 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 7 lines
2025-08-05 20:17:30.115 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.155 6795-6795 va.exposed64:p pid-6795 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 20:17:30.157 6795-6795 va.exposed64:p pid-6795 E Not starting debugger since process cannot load the jdwp agent.
2025-08-05 20:17:30.158 1932-1948 ActivityManager system_server I Start proc 6795:io.va.exposed64:p0/u0a85 for content provider io.va.exposed64/com.lody.virtual.client.stub.StubCP$C0
2025-08-05 20:17:30.191 6795-6795 va.exposed64:p pid-6795 I The ClassLoaderContext is a special shared library.
2025-08-05 20:17:30.328 1932-3723 ActivityManager system_server I START u0 {typ=de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity flg=0x18280000 cmp=io.va.exposed64/com.lody.virtual.client.stub.StubActivity$C0 (has extras)} from uid 10085
2025-08-05 20:17:30.346 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.428 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.448 6795-6795 VClientImpl pid-6795 I Binding application de.robv.android.xposed.installer, (de.robv.android.xposed.installer)
2025-08-05 20:17:30.465 6795-6795 VClientImpl pid-6795 I Xposed is enabled.
2025-08-05 20:17:30.467 6795-6795 va.exposed64:p pid-6795 I The ClassLoaderContext is a special shared library.
2025-08-05 20:17:30.468 6795-6795 NativeEngine pid-6795 D DexOrJarPath = /data/user/0/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/base.apk, OutputPath = null.
2025-08-05 20:17:30.476 6795-6795 va.exposed64:p pid-6795 I The ClassLoaderContext is a special shared library.
2025-08-05 20:17:30.479 6795-6795 va.exposed64:p pid-6795 W JIT profile information will not be recorded: profile file does not exits.
2025-08-05 20:17:30.491 6795-6795 va.exposed64:p pid-6795 W Unexpected CPU variant for X86 using defaults: x86_64
2025-08-05 20:17:30.495 6795-6795 ExposedBridge pid-6795 I de.robv.android.xposed.installer is not a Xposed module, do not init epic.force
2025-08-05 20:17:30.495 6795-6795 Xposed pid-6795 I xposed config file exists, check version
2025-08-05 20:17:30.496 6795-6795 ExposedBridge pid-6795 I xposed version keep same, continue.
2025-08-05 20:17:30.500 6795-6795 epic.DexposedBridge pid-6795 W hook: public static int de.robv.android.xposed.installer.XposedApp.getActiveXposedVersion(), newMethod ? true
2025-08-05 20:17:30.502 6795-6795 XposedInstaller pid-6795 I null getActivityXposedVersion called.
2025-08-05 20:17:30.505 6795-6795 epic.DexposedBridge pid-6795 W hook: public static int de.robv.android.xposed.installer.XposedApp.getInstalledXposedVersion(), newMethod ? true
2025-08-05 20:17:30.508 6795-6795 epic.DexposedBridge pid-6795 W hook: public android.os.Parcelable se.emilsjolander.stickylistheaders.StickyListHeadersListView.onSaveInstanceState(), newMethod ? true
2025-08-05 20:17:30.509 6795-6795 epic.DexposedBridge pid-6795 W hook: public java.io.File(java.lang.String), newMethod ? true
2025-08-05 20:17:30.510 6795-6795 epic.DexposedBridge pid-6795 W hook: public java.io.File(java.lang.String,java.lang.String), newMethod ? true
2025-08-05 20:17:30.562 6816-6816 DEBUG pid-6816 A pid: 6795, tid: 6795, name: posed.installer >>> de.robv.android.xposed.installer <<<
2025-08-05 20:17:30.567 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.599 6816-6816 DEBUG pid-6816 A #01 pc 00000000000de770 /data/data/io.va.exposed64/virtual/data/app/de.robv.android.xposed.installer/oat/x86_64/base.odex (offset 0xcf000)
2025-08-05 20:17:30.629 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 1 line
2025-08-05 20:17:30.703 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.740 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.789 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 1 line
2025-08-05 20:17:30.827 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:30.836 1932-6819 ActivityManager system_server W Force finishing activity io.va.exposed64/com.lody.virtual.client.stub.StubActivity$C0
2025-08-05 20:17:30.902 1932-6296 ActivityManager system_server I Process io.va.exposed64:p0 (pid 6795) has died: vis +99TOP
2025-08-05 20:17:30.912 1764-1788 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: AppWindowToken{b828b06 token=Token{7ed01e1 ActivityRecord{74bef48 u0 io.va.exposed64/com.lody.virtual.client.stub.StubActivity$C0 t10}}}#0
2025-08-05 20:17:30.915 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:17:31.007 6361-6405 chatty io.va.exposed64 I uid=10085(io.va.exposed64) RenderThread identical 2 lines
2025-08-05 20:17:31.039 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:18:00.251 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
2025-08-05 20:18:00.298 6361-6405 EGL_emulation io.va.exposed64 D eglMakeCurrent: 0x7352afbf96e0: ver 2 0 (tinfo 0x7352afaf51c0)
Metadata
Metadata
Assignees
Labels
No labels