Skip to content

Releases: nisargjhaveri/vscode-android-debug

v0.1.3

31 Mar 19:33
Compare
Choose a tag to compare
  • Add recordAdditionalArgs option to profiler configuration to allow passing additional arguments to simpleperf record.
  • Bump a few dependencies based on npm audit.

v0.1.2

18 Nov 19:27
Compare
Choose a tag to compare
  • Handle case when simpleperf exists on its own before stopping profiler
  • Minor: Add sampled events in profile info

v0.1.1

17 Nov 19:43
Compare
Choose a tag to compare
  • Add options to specify events to sample and sampling frequency to profiler.
  • Ignore missing symbol search paths while symbolicating profiles

v0.1.0

14 Nov 17:40
Compare
Choose a tag to compare
  • 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

14 Aug 17:04
Compare
Choose a tag to compare
  • Minor fixes and upgrade to some dependencies.
  • Ignore SIGBUS in native debugging to better align with Android Studio.

v0.0.9

29 Feb 06:15
Compare
Choose a tag to compare
  • Breaking: mode now defaults to java instead of native if not specified.
  • Add option to install apk while by specifying apkPath option for launch requests.
  • Ignore SIGSEGV in native debugging to be compatible with Android Studio.
  • Fix lldb-server path in NDK 26.

v0.0.8

27 Aug 18:04
Compare
Choose a tag to compare
  • Fix start lldb server phase, which was failing due to an incorrect path

v0.0.7

24 Aug 10:02
Compare
Choose a tag to compare
  • Support ANDROID_NDK_ROOT environment variable to specify ndk root

v0.0.6

18 Aug 05:06
Compare
Choose a tag to compare
  • Add new android-debug.abiSupported and android-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

16 Aug 04:38
Compare
Choose a tag to compare
  • Launch requests are now supported with android-debug.
  • Remove hard dependency on CodeLLDB.
  • Prompt to install required extensions whenever needed.
  • Miscellaneous improvements