analytics-android
analytics-android copied to clipboard
java.io.EOFException at java.io.RandomAccessFile.readFully while instantiating QueueFile in QueueFileTest
While instantiating QueueFile in most of the unit tests, with File as constructor input parameter; it throws java.io.EOFException while executing java.io.RandomAccessFile.readFully within QueueFile.readHeader method (2nd line within the method) using AndroidJUnit4 runner.
@prayansh could you please have a look at it, what might be the issue or at least tag someone who can be of help with the same.