Debug unavailable on Android device (U8500) though code is executable there
I've just faced a tricky thing with my Android device (Huawei U8500) 开发者_Go百科- it doesn't seem to send any debug data at all. I cannot see anything through logcat in Eclipse nor through ddms.
Steps taken:
- Android SDK installed, Eclipse installed
- Enabled USB Debugging on my device
- Enabled debugging in AndroidManifest.xml
- Installed device drivers
- Connected device via USB
I am allowed to run project on my handset through Eclipse and everything works fine. I see the device in "Android Device Chooser" but there`s a blank field in "debug" field, though the same field for emulator says "Yes". There's no debug information when I run project on device not in Eclipse nor ddms.
Rebooted device and PC several times, doesn`t seem to fix that.
Maybe you could share some ideas how to solve the issue or that`s a device problem cannot be solved?
adb shell
echo 1 > /sys/kernel/logger/log_main/enable
精彩评论