Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when calling HyperLog.getDeviceLogsInFile #8

Open
AlessandroLazzari opened this issue Feb 19, 2018 · 0 comments
Open

NPE when calling HyperLog.getDeviceLogsInFile #8

AlessandroLazzari opened this issue Feb 19, 2018 · 0 comments

Comments

@AlessandroLazzari
Copy link

I have NPE when my app call HyperLog.getDeviceLogsInFile.
This is stacktrace:

02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err: java.lang.IllegalStateException: Couldn't read row 0, col 1 from CursorWindow.  Make sure the Cursor is initialized correctly before accessing data from it.
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at android.database.CursorWindow.nativeGetString(Native Method)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at android.database.CursorWindow.getString(CursorWindow.java:438)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:51)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.DeviceLogTable.getDeviceLogs(DeviceLogTable.java:207)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.DeviceLogDatabaseHelper.getDeviceLogs(DeviceLogDatabaseHelper.java:117)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.DeviceLogList.getDeviceLogs(DeviceLogList.java:54)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.HyperLog.getDeviceLogs(HyperLog.java:355)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.HyperLog.getDeviceLogs(HyperLog.java:338)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:487)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:459)
02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err:     at com.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:433)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant