stephenwang1011 / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Solo.getCurrentViews #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It happens from time to time

What is the expected output? What do you see instead?
expected output: get current views.
actual: Exception

What version of the product are you using? On what operating system?
3.4.1. 
Android 2.3.3

02:08:45: Result code = Success     Result parameters = VERSION.CODENAME = REL
VERSION.RELEASE = 2.3.3
VERSION.INCREMENTAL = JHKG2
VERSION.SDK_INT = 10
BOARD = GT-I9100
BOOTLOADER = unknown
BRAND = samsung
CPU_ABI = armeabi-v7a
CPU_ABI2 = armeabi
DEVICE = GT-I9100
DISPLAY = GINGERBREAD.JHKG2
FINGERPRINT = 
samsung/GT-I9100/GT-I9100:2.3.3/GINGERBREAD/JHKG2:user/release-keys
HARDWARE = smdkc210
HOST = DELL84
ID = GINGERBREAD
MANUFACTURER = samsung
MODEL = GT-I9100
PRODUCT = GT-I9100
SERIAL = unknown
TAGS = release-keys
TIME = 1310364911000
TYPE = user
USER = root

Please provide any additional information below.

java.lang.NullPointerException: null: 
com.jayway.android.robotium.solo.ViewFetcher.getNonDecorViews(ViewFetcher.java:1
69)
com.jayway.android.robotium.solo.ViewFetcher.getAllViews(ViewFetcher.java:85)
com.jayway.android.robotium.solo.ViewFetcher.getViews(ViewFetcher.java:194)
com.jayway.android.robotium.solo.Solo.getCurrentViews(Solo.java:1534)

I have ddms log of this exact moment. I can't find anything related to solo 
there.

Original issue reported on code.google.com by sergey.t...@gmail.com on 13 Sep 2012 at 1:46

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. It will be fixed in the next release.

Original comment by renasr...@gmail.com on 13 Sep 2012 at 2:18

GoogleCodeExporter commented 9 years ago
Thanks again. This has been fixed in Robotium 3.5.

Original comment by renasr...@gmail.com on 11 Oct 2012 at 5:11