Giter Site home page Giter Site logo

android_external_abc's Introduction

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.

android_external_abc's People

Contributors

cnwtttt avatar cw4219 avatar hizhengjian avatar rk-hgc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.