Skip to content

Tutorial create CraptionReporter's server side classes and databases

Notifications You must be signed in to change notification settings

am3n/CraptionReporter-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraptionReporter-Server

Tutorial create CraptionReporter's server side classes and databases

Attention

on shared hosts, auto retrace not work because API can't call exec() in php and retrace.jar not run but stacktrace will save in table and you can retraced it manually!

Version

compatible with android library version >= 1.8.0

Step 1

create database (for example: 'craptionreporter_db')
craete table like 'client.sql'
craete table like 'reports.sql'
craete table like 'log.sql'

Step 2

put 'craptionreporter' folder in your public_html

Step 3

open 'craptionreporter' in your public_html and edit 'DBConfig.php'.
set your db name, user and pass

Step 4

put your app's release mapping files in 'mappings' directory
rename your mapping files into this: 'mapping-[versionCode].txt'
(for example: 'mapping-1.txt')

About

Tutorial create CraptionReporter's server side classes and databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published