tomquist / Android-Error-Reporter

Library to report unhandled exceptions in android projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem

prophetmaster opened this issue · comments

hello, I have just one problem with your super class errorreporter. I'll try to be clear on my android code works fine and returns:
11-15 00:49:28.740: V/ExceptionReportService(2224): Got request to report error: Intent { act=de.quist.app.errorreporter.actionSendReport dat=custom://212456520 Htcflg=0x1 cmp=com.akira.flashcall/de.quist.app.errorreporter.ExceptionReportService bnds=[0,382][720,510](has extras) }

on my server and I have this code :

but my log file does not record anything. Do you know if I do something wrong?

Hello again, finally after several tests it Savere that the problem was on the server security error 406, add to resolve the error:

< IfModule mod_security.c >
SecFilterEngine Off
SecFilterScanPOST Off
< /IfModule >