android - Logcat data not displaying in the Log Tab of DDMS Eclipse -


  1. the log tab visible in ddms , have been logging data using log.v(...) many week without problems.
  2. today, log data longer being displayed in log window. worked, did programming change track bug , log data no longer showing.
  3. have tried running app on external android phone, on android simulator , makes no difference.
  4. have closed down eclipse, reloaded , still no change.
  5. the console displays activity point of starting activity.
  6. the external phone set debugging - not problem since have same problem simulator

it looks have inadvertantly set incorrectly can't remember changing :-(

anyone come across problem before - have looked @ previous posts none seem relevant.

regards,

oliver

i had same problem while back. using emulator , device debugging. apparently have select device listed in ddms view logs want see. logs blank because device expecting logs not 1 selected.

hope helps


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -