Fix single-step in native thread
If we attempt to single-step in a thread that is not running Java code, there is no current method on the stack. So we need to check for null before trying to decode debug info. Bug: 21320157 (cherry picked from commit 52f5f938) Change-Id: I961108071dd58a23f6327370b00c35a4cabe0aa7
Loading
Please sign in to comment