Search code examples
androidandroid-emulatoradblogcatandroid-logcat

How to get response over logcat while deploying a standalone signed APK via Command Line or directly thru memory card?


i need to analyse the logcat response. i've created the signed apk and deployed in my device via [adb install "app_name"].apk

as there's no connection between the device and emulator window, i am unable to get the response over logcat. How would i establish the connection in between device and emulator. Any suggestions ?


Solution

  • I've found that after deploying the signed apk in the device via usb cable, the emulator logcat by default displays all the response(os level + app level) in ALL MESSAGES category without any FILTERS , usually it displays response based on project's package name. Thanks for helping ! But this is not an efficient way , it sucks !