Skip to content

Commit 0709bc9

Browse files
author
Kevin Cornbower
committed
Fixed crashing bug when queue file becomes corrupted
1 parent b47e25b commit 0709bc9

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Actionscript.iml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency linkage="Merged" />
1010
</entry>
1111
</entries>
12-
<sdk name="air_sdk_18.0.0.180" />
12+
<sdk name="19.0.0.193" />
1313
</dependencies>
1414
<compiler-options>
1515
<map>
@@ -32,7 +32,7 @@
3232
<sourceFolder url="file://$MODULE_DIR$/actionscript/src" isTestSource="false" />
3333
<sourceFolder url="file://$MODULE_DIR$/ANE-Bugsnag-Test/src" isTestSource="false" />
3434
</content>
35-
<orderEntry type="jdk" jdkName="air_sdk_18.0.0.180" jdkType="Flex SDK Type (new)" />
35+
<orderEntry type="jdk" jdkName="19.0.0.193" jdkType="Flex SDK Type (new)" />
3636
<orderEntry type="sourceFolder" forTests="false" />
3737
<orderEntry type="library" exported="" name="ANEBugsnap" level="project" />
3838
<orderEntry type="module-library" exported="">

actionscript/src/com/bugsnag/RequestQueue.as

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ package com.bugsnag
129129
catch(error:Error)
130130
{
131131
trace(error);
132-
Bugsnag.notifyError(error);
133132
}
134133
}
135134

bin/ANEBugsnag.ane

-299 KB
Binary file not shown.

bin/ANEBugsnag.swc

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)