Q
Q
Quolib2018-02-21 23:44:34
Android
Quolib, 2018-02-21 23:44:34

Why doesn't the debugger stop at method breakpoints with setText()?

I decompiled the apk, translated the smali files into java, opened the intellij idea in the debugger, put breakpoints on all setText() calls, but when debugging the application, the debugger does not stop anywhere, there is a lot of text on the screen, I walked around the application everywhere, the debugger itself works on other methods , it is hard to believe that all (about 150) text outputs were not detected during debugging, although I replaced the output text in the code of some methods with "Hello", and then nothing changed in the application, then the logical question is where the hell are all these methods.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question