Skip to content

Releases: Grigory-Rylov/android-methods-profiler

20.04.28.0

28 Apr 06:07
52494a9
Compare
Choose a tag to compare
  • Added switcher to between global time and thread time in View menu
  • Default cell font size is 12, can be configured in $HOME/android-methods-profiler/.android-methods-profiler-settings.json in Chart.cellsFontSize key
  • Default font name is Arial, can be configured in Chart.fontName key
  • Added file name prefix to record dialog

20.04.27.0

27 Apr 08:41
52494a9
Compare
Choose a tag to compare

Fixed reading ANDROID_HOME from settings before recording new trace

20.04.26.0

26 Apr 13:40
0cb6678
Compare
Choose a tag to compare

Shift + Q/E to navigate between bookmarks

20.04.25.0

25 Apr 07:02
d266adc
Compare
Choose a tag to compare

All files placed in $HOME/android-methods-profiler
Added highlighting for system draw methods
Added logs
Added custom colors highlighting, highlighting map placed in $HOME/android-methods-profiler/colors.json
for example:

[
  {
    "filter": "ru.yandex",
    "color": "FF9595"
  }
]

will highlight all methods of classes started with ru.yandex

colors.json will created automatically with sample highlighting

20.04.24.0

24 Apr 11:08
d266adc
Compare
Choose a tag to compare

Added settings, stored in $HOME/android-profile-viewer/.android-profile-viewer-settings.json

20.04.22.0

22 Apr 07:03
746699d
Compare
Choose a tag to compare

Multithreading support
Added sampling interval to java method trace recording

20.04.21.0

21 Apr 07:24
9ec6739
Compare
Choose a tag to compare
  • Added file menu
  • Added Grid

20.04.20.0

20 Apr 19:12
9ec6739
Compare
Choose a tag to compare
Update README.md

20.04.19.0

19 Apr 12:21
Compare
Choose a tag to compare
added README