December 16, 2025
Quick & Easy: adb logcat
adb shell cmd package list packages(find your package)adb shell cmd package list packages | grep jdtech(grep your app)adb logcat --pid=$(adb shell pidof -s dev.jdtech.jellyfin.debug) >> debug.log(save to file)cat debug.log(read log)