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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -