cancel
Showing results for 
Search instead for 
Did you mean: 

Home APIs crashing with API calls

GoogleDeveloper
Solutions Expert
Solutions Expert

My app is crashing with the first API call I invoke, how can I fix this?

1 Recommended Answer

GoogleDeveloper
Solutions Expert
Solutions Expert

This might indicate that a functional Home API call (for example Devices & Structures APIs) is invoked before completing permissions flow successfully, or an uncaught issue during API calls. To investigate these kinds of issues, look for the error logs returned by the APIs using ADB, as described in the troubleshooting section of our developer guide.

View Recommended Answer in original post

1 REPLY 1

GoogleDeveloper
Solutions Expert
Solutions Expert

This might indicate that a functional Home API call (for example Devices & Structures APIs) is invoked before completing permissions flow successfully, or an uncaught issue during API calls. To investigate these kinds of issues, look for the error logs returned by the APIs using ADB, as described in the troubleshooting section of our developer guide.