It is simply a breakpoint being set at the class-definition level (i.e. a breakpoint set in Eclipse on the line “public class MyActivity…”
May be android emulator handles this kind of breakpoint by DexFile.defineClass.
It is simply a breakpoint being set at the class-definition level (i.e. a breakpoint set in Eclipse on the line “public class MyActivity…”
May be android emulator handles this kind of breakpoint by DexFile.defineClass.