I am testing my app on my actual device, and it seems like there is a memory leak. The app has crashed after a couple of hours. How can I pull up the log of the crash?
I plugged my phone in via USB and tried:
adb logcat -v
but I get the following message in my terminal:
- waiting for device -
error: more than one device and emulator
How can I diagnose my crash?