/mnt/hdd/crashreportsviewer
NameSizeModeActions
www/-0755rm
.gitignore280644editdlrm
config.php2040644editdlrm
dashboard.png871610644editdlrm
date.php500666editdlrm
issue.png458350644editdlrm
NOTICE98720644editdlrm
README.md37160644editdlrm
Edit: /mnt/hdd/crashreportsviewer/README.md (3716B)
Android crash reports viewer ============================ This project is an ACRA PHP Frontend. ACRA is the Application Crash Reporting tool for Android. Check The aim of it is to have a rather simple setup: PHP and MySQL. This should work pretty nicely with any version. Any contribution welcome. I have very little time to spend on this project. I do use it for my production apps, so it should be useable as long as you don't want a nice UI ;) See screenshots below. Setup ===== On the server ------------- * This application has to be installed on a Apache/PHP/*SQL machine configuration. * You should create a `config.php` file that indicates where is the SQL server. Setup instructions: $ cd ~ $ git clone https://github.com/BenoitDuffez/crashreportsviewer.git $ cd crashreportsviewer Edit `config.php` file as follows: /`: view a single report, identified by its `issue_id` Image: Example of the dashboard ![Dashboard overview](https://raw.github.com/BenoitDuffez/crashreportsviewer/master/dashboard.png) Image: Example of an issue report ![Issue report](https://raw.github.com/BenoitDuffez/crashreportsviewer/master/issue.png) Features -------- * `issue_id`: this is an md5sum of the exceptions and where they occured. This should give a unique identifier for the crash, and all crashes caused by the same issue (same exceptions at the same files/lines) should share the same `issue_id`. * You can filter by package name: `http://server.tld/com.yourcompany.yourproduct/reports.php` will display all information regarding `"com.yourcompany.yourproduct"` package only. * Wildcards in package name are supported: `http://server.tld/com.yourcompany.*/reports.php` will work. License ======= Copyright 2013 Benoit Duffez Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.