Sridhar Vadlamani
Sridhar Vadlamani
Still happens randomly on Circle 2.0 for me.
Although I'm not sure why. ``` public ViewRootImpl(Context context, Display display) { mContext = context; mWindowSession = WindowManagerGlobal.getWindowSession(); mDisplay = display; mBasePackageName = context.getBasePackageName(); mThread = Thread.currentThread(); mLocation = new...
I'm sure they have an `adb` connection. But we don't have access to the terminal to run these commands. I'll try executing them as part of the test itself and...
> What I mean is that the plugin portion of this library just calls adb directly, so if it can you should be able to too. We just use the...