Skip to content

Commit cd8376d

Browse files
committed
0.1.5
1 parent 8dac914 commit cd8376d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.1.5
6+
- Use system simpleperf for API level 29 and above
7+
- Reverse sort ndk versions when trying to automatically detect ndk root
8+
59
## v0.1.4
610
- Break on art_sigsegv_fault and art_sigbus_fault explicitly. Fix debugger detaching on crash without breaking. (#18)
711

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "nisargjhaveri",
44
"displayName": "Android Debug",
55
"description": "Debug Android Apps in VS Code",
6-
"version": "0.1.4",
6+
"version": "0.1.5",
77
"repository": "https://github.com/nisargjhaveri/vscode-android-debug",
88
"engines": {
99
"vscode": "^1.56.0"

0 commit comments

Comments
 (0)