dpnishant / appmon

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

The app crashed when using android_tracer.py #84

Open Eacials opened 5 years ago

Eacials commented 5 years ago

My command is python android_tracer.py -a "com.facebook.lite" -c "*WebView*" -m "loadUrl"

and the result is Searching method "loadUrl" in loaded classes... [ERROR]: the connection is closed

and my app crashed at the same time .

i need help TAT

Eacials commented 5 years ago

it seems that the crash happened when running Java.enumerateLoadedClasses()

but i still don't know why.

btw, when I changed the app , it worked

mechanico commented 5 years ago

Without knowing too much details, the App may be protected by an anti-debugging feature. You should ask the developers for an build, without this feature.

Eacials commented 5 years ago

Without knowing too much details, the App may be protected by an anti-debugging feature. You should ask the developers for an build, without this feature.

Thank you very much!