I’m getting crashes after I launched the Layout In...
# android-studio
j
I’m getting crashes after I launched the Layout Inspector to investigate some color changes in my new compose app. I’ve checked StackOverflow but didn’t find any solutions that helped. Log in thread…
Relevant LogCat lines:
Copy code
V/StudioTransport: Agent handling command (id:92 type:APP_INSPECTION) for pid:10209.
V/StudioTransport: Agent handling command (id:93 type:APP_INSPECTION) for pid:10209.
W/ziparchive: Unable to open '/data/local/tmp/perfd/layoutinspector-view-inspection.dm': No such file or directory
W/ziparchive: Unable to open '/data/local/tmp/perfd/layoutinspector-view-inspection.dm': No such file or directory
V/StudioTransport: Agent handling command (id:94 type:APP_INSPECTION) for pid:10209.
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x20 in tid 11885 (RenderThread), pid 10209
261 Views