Android-Error-Reporter icon indicating copy to clipboard operation
Android-Error-Reporter copied to clipboard

Problem

Open prophetmaster opened this issue 13 years ago • 1 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?

prophetmaster avatar Nov 14 '12 23:11 prophetmaster

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

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

prophetmaster avatar Nov 17 '12 14:11 prophetmaster