Android Studio Breakpoints Not Working In Doinbackground
I am trying to debug an Asynctask in my Android app, using Android Studio. My breakpoints are working in onCreate and onStartCommand, but none of the breakpoints are working in doI
Solution 1:
I found that the breakpoints would only work if I put a log.d statement at the start of the code, but have no idea why
Post a Comment for "Android Studio Breakpoints Not Working In Doinbackground"