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 Change-Id: Idef9954d14e1eb7185f25d2a6e238135ac52d35f
Loading
Please sign in to comment