Skip to content

Releases: Grigory-Rylov/android-methods-profiler

20.10.20.0

20 Oct 05:11
Compare
Choose a tag to compare

-Fixed systrace stages bounds on some devices

20.10.19.0

19 Oct 05:49
cede0f3
Compare
Choose a tag to compare
20.10.19.0 Pre-release
Pre-release

Allow to record stages from systrace

20.10.14.0

14 Oct 06:44
fa08d8e
Compare
Choose a tag to compare
20.10.14.0 Pre-release
Pre-release

-Added Systrace stages
-Fixed showing stages related to methods
-Checkbox for hiding child methods in stages report

20.10.06.0

06 Oct 06:25
Compare
Choose a tag to compare
  • Fixed stopping process after closing all windows
  • Stages analyser tool (experimental)

20.10.05.0

05 Oct 06:01
Compare
Choose a tag to compare
20.10.05.0 Pre-release
Pre-release
  • GUI stages editor for Stages Analyzer Tooll

20.10.02.0

02 Oct 07:28
c333060
Compare
Choose a tag to compare
  • Press Enter in searching mode to focus next found method
  • Added Methods Stage Analyzer tool (Experimental)

20.09.24.0

24 Sep 20:20
Compare
Choose a tag to compare
  • Flame Chart maximize button
  • Don`t update Flame Chart after selecting another methods in Call trace window
  • Methods context menu
  • Added Go to home page menu item.

20.09.14.0

14 Sep 16:25
Compare
Choose a tag to compare

Improve hover methods info panel position

20.09.09.0

09 Sep 08:56
Compare
Choose a tag to compare

Added deobfuscator:

  1. File -> Open mapping file
  2. Open obfuscated trace file

To record method trace on release build, call from app:

  1. To start recording
    a) for method sampling:
            Debug.startMethodTracingSampling("tracing.trace", BUFFER_IN_BYTES, SAMPLING_IN_MICROSECONDS);

b) for method trace:

            Debug.startMethodTracing("tracing.trace",  BUFFER_IN_BYTES);
  1. To end recording:
            Debug.stopMethodTracing();
  1. Get trace file in /sdcard/Android/data/<package>/files/

20.09.08.0

08 Sep 18:00
Compare
Choose a tag to compare
  • Constructors filter for Methods info dialog
  • Fixed methods info text color