-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·54 lines (41 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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.