You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have NPE when my app call HyperLog.getDeviceLogsInFile.
This is stacktrace:
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/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-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atandroid.database.CursorWindow.nativeGetString(NativeMethod)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atandroid.database.CursorWindow.getString(CursorWindow.java:438)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atandroid.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:51)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.DeviceLogTable.getDeviceLogs(DeviceLogTable.java:207)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.DeviceLogDatabaseHelper.getDeviceLogs(DeviceLogDatabaseHelper.java:117)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.DeviceLogList.getDeviceLogs(DeviceLogList.java:54)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.HyperLog.getDeviceLogs(HyperLog.java:355)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.HyperLog.getDeviceLogs(HyperLog.java:338)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:487)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:459)
02-1921:21:33.6257736-7736/com.ubikinformatica.it.eteamW/System.err: atcom.hypertrack.hyperlog.HyperLog.getDeviceLogsInFile(HyperLog.java:433)
The text was updated successfully, but these errors were encountered:
I have NPE when my app call HyperLog.getDeviceLogsInFile.
This is stacktrace:
The text was updated successfully, but these errors were encountered: