0

I am using Honor 5C. Since I have bought this phone I am not able to catch any error or potential information which helps me solving the bugs using the logcat as it shows nothing when connected to it. But on the other side I am able to see the log in the logcat when testing the app using emulator namely Genymotion. It's like a mystery for me. Even being an Android Developer I am not able to figure it out. So I need your help. I have tried all the tips and tricks related to the question found on Stack Overflow but my problem is different. Please do help.

Vaibhav Dhunde
  • 369
  • 1
  • 4
  • 15

3 Answers3

1
  1. turn on developer options on the android device.
  2. Make sure your device is not connected as a media device. (Some device work if turn on)
  3. enable check box for stay awake.
  4. enable check box for USB debugging.
  5. open cmd
  6. adb kill-server
  7. adb start-server
  8. adb devices

Your device will be listed

if your devices is connected but no logcat. Please invalidate cache and restart

ZeroOne
  • 8,996
  • 4
  • 27
  • 45
0

This problem can be occur due to absence of adb driver of your device ... Your can download pdanet+ which will automatically install adb driver for your device.

Amit Sharma
  • 645
  • 5
  • 13
0

After a simple stack search I found the tricky solution for my device

Follow this link

It works for Huawei device (Honor 5C (mine!)).

There are no such USB Drivers available for Huawei deives. Even the support team said they can't help it.

Community
  • 1
  • 1
Vaibhav Dhunde
  • 369
  • 1
  • 4
  • 15