Anthony Uccello
Anthony Uccello
Everything is on the main queue (via `dispatch_get_main_queue()`)
I have some more info on the crash. Here is a print out of a full log. Nothing is `nil` going into the `_setupTimerSource`. 
I think this stack post _might_ have some insight. http://stackoverflow.com/questions/24337791/exc-bad-instruction-code-exc-i386-invop-subcode-0x0-on-dispatch-semaphore-dis
Hey guys I found a workaround for this that works: https://comadeblog.wordpress.com/2013/11/12/dexcachenull-for-mockito-on-robolectric/comment-page-1/ Basically use 1.9 version of Mockito: `compile 'org.mockito:mockito-core:1.9.0'`