Skip to content

Ext4FAT/SystraceHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystraceHelper

Introduction

SystraceHelper is an automatically script, which can get app trace on Android easily based on systrace. AutoSystrace.sh start app activity and crawl trace. ParseSystrace.py extract each function duration of tracing app from systrace log.

Usage

  • Set start app activity. AutoSystrace.sh contains about 70 popular app start activities, you can choose which you are interested in.
  • Elect data from log. Set trace directory, and run ParseSystrace.py.

P.S

Please use Python 3.x to run script ParseSystrace.py. If you have python2.x and python3.x simultaneously, you can run ParseSystrace.py with

py -3 ParseSystrace.py

Contact

If you have any problem, you can contact me with the e-mail [email protected].

About

Automatic script on systrace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published