android - Logcat doesn't shows anything -
i working on android application , using eclipse build , displaying values in android logcat.
everything working fine when run application logcat not shows now.i tried run other application still remains blank.
what reason behavior,how can working again?
try this:
on linux or mac os x:
./adb kill-server ./adb start-server
on windows:
adb kill-server adb start-server
this restart adb , should work fine.
Comments
Post a Comment