Lars Doucet

Results 201 comments of Lars Doucet
trafficstars

What log file are you referring to?

Ah, so a mobile device thing? I'd be happy to output to that if I knew how. As of right now crashdumper reports the crash via trace(), and writing a...

Something like this? ``` if (traceToLog) { trace("CRASH session.id = " + session.id); trace("MESSAGE = " + errorMessage); } ``` That should include the same basic information that's currently being...

Gimme a sec

Okay, Crashdumper now has a third parameter in the private doErrorStuff function: ``` private function doErrorStuff(e:Dynamic, writeToFile:Bool = true, sendToServer:Bool = true, traceToLog:Bool = true):Void ``` if `traceToLog` is true...

Is this what your php fix fixes? On Mon, Jun 13, 2016 at 12:03 PM, KJB [email protected] wrote: > Long discussion on this at > http://php.net/manual/en/function.call-user-func-array.php > > — >...

Sorry about any pain here; I don't actually own a mobile device so I'm dependent on others for feedback related to those targets.

It should be, yes, what happens when you trace out System.applicationStorageDirectory ?

sounds a lot like a variable is being appended to the path, whose value is "null", I wonder if this is maybe related to you not having a project id?