Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以帮助通过网络请求从架构组件调试分页库,好像解析JSON响应时出现任何错误,库失败并返回空列表,但它没有给出任何指示解析失败的类
JSON
我发现有助于我了解解析exception发生在哪个类中的是,这取决于您调用 api 的方式,retrofit如果您只是进行正常调用,然后将其包围,try如果catch您进行调用,rx-java您可以捕获exceptionindoOnError或onError
exception
retrofit
try
catch
rx-java
doOnError
onError