Remove 1.3s "Waiting for Debugger" delay
Remove arbitrary loop when a debugged app starts. Instead for waiting for 1.3 seconds, we instruct oj-jdwplib to suspendfor all the threads and sent VM_START. We continue as soon as the debugger sends ResumeAll. Design doc: go/waitingfordebugger Test: Manually tested against Android Studio and jdb Bug: 261096302 Change-Id: I76c02d6acd0d7fb5babed0018432db74ae29487e
Loading
Please register or sign in to comment