Double check the GRIP generated pipeline doesn't contain the static block at line 33
- Find the Android Debug Bridge (adb) command line tool on your system
- ~/Library/Android/sdk/platform-tools on macOS
- Connect the RC to the computer
- Run
adb tcpip 5555to enable remote debugging of the RC - Go to settings -> About -> Status, find the IP address of the RC
- Run
adb connect <RC IP>:5555to connect to the RC remotely - Click the debug button to deploy code (Green bug button)
- Open the debugger view (Bottom dock)
- When the RC crashes, a stack trace will be printed, look for files you've written in here. It will specify the line with the error