我将 Android Studio 更新为
Android Studio 3.5 Build #AI-191.8026.42.35.5791312,构建于 2019 年 8 月 9 日 JRE:1.8.0_202-release-1483-b49-5587405 amd64 JVM:OpenJDK 64 位服务器 VM,由 .Linux JetBrain .Linux26 提供。 -低延迟
但更新后,每次我想添加矢量资产并通过单击颜色更改颜色时,Android Studio 都会中止。以下是终端中显示的日志:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe7412adc69, pid=10301, tid=0x00007fe6f6e2b700
#
# JRE version: OpenJDK Runtime Environment (8.0_202) (build 1.8.0_202-release-1483-b49-5587405)
# Java VM: OpenJDK 64-Bit Server VM (25.202-b49-5587405 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libawt_xawt.so+0x46c69] ReadRegionsInList.constprop.5+0x3d9 …Run Code Online (Sandbox Code Playgroud) I try to edit a vscode extension, update and add some customization, but when I debug it by pressing F5, my changes seem like not being executed. Even when I try to remove a piece of code that I am sure will break the extension, but unfotunately it still run like there are no changes at all. Am I wrong debugging it or there's caches that we should remove?
Btw I am using VSCode 1.52.1 on Ubuntu 18.04.
My …