Skip to content

rock64-android/external-abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published