-
Notifications
You must be signed in to change notification settings - Fork 0
Description
From rubi...@gmail.com on September 18, 2014 15:43:58
What steps will reproduce the problem? 1. run junit test: testStartStopButton()
2. see logcat
I guess threads are still running when testrunner is finished:
FATAL EXCEPTION: Instr: com.zutubi.android.junitreport.JUnitReportTestRunner
java.lang.SecurityException: Calling from not trusted UID!
at android.os.Parcel.readException(Parcel.java:1431)
at android.os.Parcel.readException(Parcel.java:1385)
at android.app.ActivityManagerProxy.finishInstrumentation(ActivityManagerNative.java:2954)
at android.app.ActivityThread.finishInstrumentation(ActivityThread.java:4466)
at android.app.Instrumentation.finish(Instrumentation.java:196)
at com.zutubi.android.junitreport.JUnitReportTestRunner.finish(JUnitReportTestRunner.java:130)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:574)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)
Original issue: http://code.google.com/p/software2012team23/issues/detail?id=66