Open Android Studio and go to the Logcat tab. It will print log messages (e.g., from print() or log()) even when your app is killed. Any interaction or triggered event will be logged here, helping you monitor what's happening in real time.
print()
log()