Загрузка данных


                                                                         
┌──(kali㉿kali)-[~]
└─$ sudo waydroid shell ps -A | grep -E "systemui|launcher"
usage: waydroid [-h] [-V] [-l LOG] [--details-to-stdout] [-v] [-q]
                {status,log,init,upgrade,session,container,app,prop,show-full-ui,first-launch,shell,logcat,adb,bugreport} ...
waydroid: error: unrecognized arguments: -A
                                                                         
┌──(kali㉿kali)-[~]
└─$ sudo waydroid logcat -d | tail -100
usage: waydroid [-h] [-V] [-l LOG] [--details-to-stdout] [-v] [-q]
                {status,log,init,upgrade,session,container,app,prop,show-full-ui,first-launch,shell,logcat,adb,bugreport} ...
waydroid: error: unrecognized arguments: -d
                                                                         
┌──(kali㉿kali)-[~]
└─$ sudo waydroid shell dumpsys SurfaceFlinger | grep -A 30 "HWC layers"
Display 0 (active) HWC layers:
---------------------------------------------------------------------------------------------------------------------------------------------------------------
 Layer name
           Z |  Window Type |  Comp Type |  Transform |   Disp Frame (LTRB) |          Source Crop (LTRB) |     Frame Rate (Explicit) (Seamlessness) [Focused]
---------------------------------------------------------------------------------------------------------------------------------------------------------------

Planner is disabled
h/w composer state:
  h/w composer enabled
-- HWC2On1Adapter --
Adapting to a HWC 1.5 device
Capabilities:
  PresentFenceIsNotReliable
  SidebandStream
Displays:
  Display 1: Physical  HWC1 ID: 0  Power mode: On  Vsync: Disable
    Color modes [active]: [0]
    1 Config (* active)
    * 1280 x 688 @ 60.0 Hz, DPI: 180.0 x 180.0
        HWC1 ID/Color transform: [0/0]
    0 Layers
    Client target: 0x0

GraphicBufferAllocator buffers:
    Handle |        Size |     W (Stride) x H | Layers |   Format |      Usage | Requestor
0x7feb390101e0 | 3440.00 KiB | 1280 (1280) x  688 |      1 |        1 | 0x    1b00 | FramebufferSurface
0x7feb39010550 | 3440.00 KiB | 1280 (1280) x  688 |      1 |        1 | 0x    1b00 | FramebufferSurface
0x7feb39010ad0 | 3440.00 KiB | 1280 (1280) x  688 |      1 |        1 | 0x    1b00 | FramebufferSurface
Total allocated by GraphicBufferAllocator (estimate): 10320.00 KB
Imported gralloc buffers:
+ name:FramebufferSurface, id:910, size:3441.06KiB, w/h:1280x688, usage: 0x1b00, req fmt:1, fourcc/mod:875708993/0, dataspace: 0x0, compressed: false
                                                                         
┌──(kali㉿kali)-[~]
└─$