getRecords() failing to get data

I am using android sdk with db2 as server to get records from.
My app is suppose to download data from 26 tables with some tables spanning more than 1800 rows. But the sync fails with NullPointerException. This does not happen to one particular table, but randomly.

The version of dreamfactory we are using is 1.9.4-3-linux-x64

First, can you perform the same calls from API Docs without this behavior?

Second, what is logged in your DreamFactory logs when you see this error?

If you’re unable to provide steps that reproduce this error consistently, it will be very difficult to troubleshoot.

We managed to solve it. The error was caused by my own code and not occuring due to dreamfactory. I am really sorry to bother u guys. Thanks for reply.