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 ?