Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Nov 18, 2024
1 parent 2655b1a commit 7725d4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "android-debug" extension will be documented in this file.

## 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "nisargjhaveri",
"displayName": "Android Debug",
"description": "Debug Android Apps in VS Code",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/nisargjhaveri/vscode-android-debug",
"engines": {
"vscode": "^1.56.0"
Expand Down

0 comments on commit 7725d4a

Please sign in to comment.