Releases: nisargjhaveri/vscode-android-debug
Releases · nisargjhaveri/vscode-android-debug
v0.1.5
v0.1.4
v0.1.3
- Add
recordAdditionalArgsoption to profiler configuration to allow passing additional arguments tosimpleperf record. - Bump a few dependencies based on
npm audit.
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:
modenow defaults tojavainstead ofnativeif not specified. - Add option to install apk while by specifying
apkPathoption forlaunchrequests. - 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_ROOTenvironment variable to specify ndk root