Closed GoogleCodeExporter closed 9 years ago
It'll be very difficult to debug this without a repro that we can run locally.
If you can't share the exact activity on which this happens, could you put
together a repro with a similar test activity and attach it to the bug?
Original comment by vale...@google.com
on 5 Nov 2013 at 5:38
+ please add a full thread dump. Just the instrumentaiton thread is not
interesting.
Original comment by thoma...@google.com
on 5 Nov 2013 at 7:55
No additional info provided, so resolving "won't fix".
Original comment by vale...@google.com
on 17 Dec 2013 at 12:10
[deleted comment]
I also faced the similar issue when i was using the Junit3 framework for
testing my application,In which i used the Solo.ScrollToTop() for going to the
top of the screen. I think it is avery critical issue and needed to be
fixed.Here is state of my InstrumentationRunner once it stops running without
any error or crash (i found it going to indefinite waiting state)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:364)
at android.app.Instrumentation.startActivitySync(Instrumentation.java:408)
at android.test.InstrumentationTestCase.launchActivityWithIntent(InstrumentationTestCase.java:119)
at android.test.InstrumentationTestCase.launchActivity(InstrumentationTestCase.java:97)
at android.test.ActivityInstrumentationTestCase2.getActivity(ActivityInstrumentationTestCase2.java:104)
at com.example.Project.test.Testfile12.setUp(Alarm12.java:49)
at junit.framework.TestCase.runBare(TestCase.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:115)
at junit.framework.TestResult.runProtected(TestResult.java:133)
at junit.framework.TestResult.run(TestResult.java:118)
at junit.framework.TestCase.run(TestCase.java:124)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1738)
Original comment by vivek.vi...@gmail.com
on 23 Dec 2013 at 8:18
Original issue reported on code.google.com by
christia...@gmail.com
on 25 Oct 2013 at 11:03