PHP Warning: mysqli_real_escape_string() expects parameter 2 to be string, array given in /mypath/mablab/includes/dbhelper.class.php on line 570
I found this happens when it try to insert the BUILD_CONFIG part of the json :
"BUILD_CONFIG":{"APPLICATION_ID":"my.package.com","BUILD_TYPE":"debug","VERSION_NAME":1.97,"FLAVOR":"","VERSION_CODE":97,"DEBUG":true},
After that, there is no insertion in the database.
Tests with ACRA Backend Tester works, but there is no BUILD_CONFIG part in the inserted json.
How can I activate the logs of Mabl to see more things and try to debug ?