You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
blkid | 3 years ago | |
Android.mk | 3 years ago | |
README | 3 years ago | |
abc.c | 3 years ago | |
abc.h | 3 years ago | |
config.h | 3 years ago | |
hotplug.c | 3 years ago | |
hotplug.h | 3 years ago | |
includes.h | 3 years ago | |
mail.c | 3 years ago | |
mail.h | 3 years ago | |
misc.c | 3 years ago | |
misc.h | 3 years ago |
README
abc(android bug collector) is an automatic bug report tool.It has four functions: 1.record kernel log 2.record logcat log 3.record process 4.send mail Before use it should config it,very simple cd src/ open config.h Config option: MAIL_SERVER: send server(default mail.XXX.cn) MAIL_SENDRE: sender mail MAIL_RECIPIENT: recipient mail FROM: ----- TO: |--mail subject SUBJECT: ----- USER_NAME: mail sender name(must same as MAIL_SENDER) USER_PASSWORD: mail sender password SYSTEM_PATH: system log record path (default /data/syslog) ITERM_MAX: max numbers of directory entry in system log directory(default 100) SYS_LOG_MAX: max numbers of system log(default 10) LOGCAT_PRIOR: android log message priority “V” — Verbose(lowest priority) “D” — Debug “I” — Info “W” — Warning(default) “E” — Error “F“ — Fatal ”S“ — Silent (highest priority, on which nothing is ever printed) CONFIG_KERNEL_LOG: enable kernel log catch CONFIG_LOGCAT_LOG: enable logcat log catch CONFIG_PROCESS_LOG: enable process log catch CONFIG_SEND_MAIL: enable mail send(default disable) You need change them adapt to your apply.Current version does not support SSL encryption for transmission,recommend to use of the XXX mail server(mail.XXX.cn),future version will support it and do more. under the terms of GNU General Public License version 2. See the file COPYING for more information.