I tried using UncaughtError but I think this won't work when the app
crashes? I tried it with writing to a Bytearray in a while(true) - loop
and as expected the Error catching didn't work
I thought of making an ANE but dont know if/how AIR would report
errors/crashes to android.
Am 15.01.2017 um 07:29 schrieb Alex Harui:
On 1/13/17, 10:13 PM, "Frank Dahmen" <fr...@dahmenia.de> wrote:
Hi,
is there a way to log kind of a "crash-report" (stack trace) in air
mobile on android when running in live/release mode (not connected via
usb etc.)?
Are you referring to using UncaughtError* to grab a stack trace and then
finding a way to transmit it somewhere?
-Alex