Best Practices For debugging local views when using CBL REST API Android

Sorry I should be more clear. I am using CBL locally(via the CBL REST API) in an iOS/android project. On iOS all views build normally and return the expected results. On the Android side, I have one view that indexes normally and returns results and the other returns a normal response object, but always returns zero results.

I need to debug the CBL code on android for the view that is returning zero results.