dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

StackTrace support for android #71

Open ChD1 opened 6 years ago

ChD1 commented 6 years ago

python 3.6 converted. Added trace support Added new script

dpnishant commented 6 years ago

Hi @ChD1 ,

Thank you so much for your contribution. I really appreciate you interest in improving the project. But I would like you to split your larger PRs into multiple smaller and specific PR. This would help us to test and then merge.

Regarding the python version upgrade related code, I would prefer to have it in a separate branch, otherwise, people already using the tool with Python 2.x environment will have go through dependency upgrades and it might break things on their side.

Regarding the tracing support, we can add it via a command-line argument so it can be enabled/disabled at will.