You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Falcon with Spoon for instrumentation tests, this exception appears sporadically :
The stack trace:
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.draw(android.graphics.Canvas)' on a null object reference
at com.jraska.falcon.Falcon.drawRootToBitmap(Falcon.java:148)
at com.jraska.falcon.Falcon.drawRootsToBitmap(Falcon.java:133)
at com.jraska.falcon.Falcon.access$100(Falcon.java:25)
at com.jraska.falcon.Falcon$1.run(Falcon.java:117)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
I could add the full Spoon trace if needed.
The text was updated successfully, but these errors were encountered:
Hi, thank you for reporting this.
Can you please tell me on which device is this happening. It would be nice if you could include the whole test case and I can try to reproduce it.
Please include the Spoon trace as well.
When using Falcon with Spoon for instrumentation tests, this exception appears sporadically :
The stack trace:
I could add the full Spoon trace if needed.
The text was updated successfully, but these errors were encountered: