gokepler / android-log-collector

Automatically exported from code.google.com/p/android-log-collector
0 stars 0 forks source link

Log start/end times?? #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I don't understand how this app works.. It says it collects the log, but it 
doesn't let you specify a time period to get log records for. Shouldn't there 
be something like, start logging, now open my app which crashes, then stop 
logging and send that report? Otherwise how will it capture the app crash 
error? If the response is that it captures "all" log messages (whatever that 
means), then it clearly does not, as I had a force close crash in my app and 
there is nothing related to this in the log that was sent to me.

Original issue reported on code.google.com by navtrakm...@gmail.com on 24 Jun 2011 at 4:04

GoogleCodeExporter commented 8 years ago
It collects the system log, which catches all logs - but only a certain amount 
of lines. So if some application is filling your log, your crash will have 
disappeared. 

Original comment by bitflips...@gmail.com on 1 Jul 2011 at 10:19