Releases: nisargjhaveri/vscode-android-debug
Releases · nisargjhaveri/vscode-android-debug
v0.1.3
v0.1.2
- Handle case when simpleperf exists on its own before stopping profiler
- Minor: Add sampled events in profile info
v0.1.1
- Add options to specify events to sample and sampling frequency to profiler.
- Ignore missing symbol search paths while symbolicating profiles
v0.1.0
- Add command to resume process waiting for debugger
- Fix invalid emulators listed in target picker
- Add experimental support for CPU profiling using simpleperf and Firefox Profiler as interface.
v0.0.10
- Minor fixes and upgrade to some dependencies.
- Ignore SIGBUS in native debugging to better align with Android Studio.
v0.0.9
- Breaking:
mode
now defaults tojava
instead ofnative
if not specified. - Add option to install apk while by specifying
apkPath
option forlaunch
requests. - Ignore SIGSEGV in native debugging to be compatible with Android Studio.
- Fix lldb-server path in NDK 26.
v0.0.8
- Fix start lldb server phase, which was failing due to an incorrect path
v0.0.7
- Support
ANDROID_NDK_ROOT
environment variable to specify ndk root
v0.0.6
- Add new
android-debug.abiSupported
andandroid-debug.abiMap
config options to default to when not specified in launch config. - Faster process picker
- Improve ABI picker by showing supported ABIs first
- README and metadata updates
v0.0.5
- Launch requests are now supported with
android-debug
. - Remove hard dependency on CodeLLDB.
- Prompt to install required extensions whenever needed.
- Miscellaneous improvements