MudaliarArun / android-log-collector

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

Add more information #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you please add more information sources, with settings to select
what exactly user wants to send? Options I see, in addition to java logs 
currently used:

- /proc/kmsg - current kernel log
- /proc/last_kmsg - kernel log before last reboot
- /proc/last_radio_log - logs from modem processor

- have option to add arbitrary files, there is plenty of info exposed through
procfs, sysfs and debugfs.

Perhaps, have "manifest" .xml file to encapsulate information what logs to 
send. For external API, client may provide this manifest as parameter.

Original issue reported on code.google.com by vladimir...@gmail.com on 8 Sep 2010 at 10:35