diff --git a/CHANGELOG.md b/CHANGELOG.md index ca29918..0f13c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a5cee5b..5009228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "android-debug", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "android-debug", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "@vscode/debugadapter": "^1.56.1", "appium-adb": "^12.5.2", diff --git a/package.json b/package.json index 41bef4b..5d8387b 100644 --- a/package.json +++ b/package.json @@ -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"