Galaxy S5 Lollipop - not all breakpoints stop execution under Android Studio debugger

后端 未结 2 1994
谎友^
谎友^ 2020-12-29 01:16

After upgrading Samsung Galaxy S5 SM-G900F to Lollipop (Android 5.0) I noticed strange behavior:

not all breakpoints are being caught within Android

相关标签:
2条回答
  • 2020-12-29 01:43

    Last update of Samsung S5 this week solves the problem with Eclipse IDE. Android French version G900FXXU1BOC7

    0 讨论(0)
  • 2020-12-29 02:01

    I found this out: Breakpoints don't work on allocations in some versions of Android. An allocation (second image) isn't executable code but the Fabric init code is, so it can break at that point. It seems to be a sort of check if the code is executable or not.

    0 讨论(0)
提交回复
热议问题