Skip to content

Commit

Permalink
Fixed crashing bug when queue file becomes corrupted
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Cornbower committed Oct 20, 2015
1 parent b47e25b commit 0709bc9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Actionscript.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="air_sdk_18.0.0.180" />
<sdk name="19.0.0.193" />
</dependencies>
<compiler-options>
<map>
Expand All @@ -32,7 +32,7 @@
<sourceFolder url="file://$MODULE_DIR$/actionscript/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/ANE-Bugsnag-Test/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="air_sdk_18.0.0.180" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="19.0.0.193" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="ANEBugsnap" level="project" />
<orderEntry type="module-library" exported="">
Expand Down
1 change: 0 additions & 1 deletion actionscript/src/com/bugsnag/RequestQueue.as
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ package com.bugsnag
catch(error:Error)
{
trace(error);
Bugsnag.notifyError(error);
}
}

Expand Down
Binary file modified bin/ANEBugsnag.ane
Binary file not shown.
Binary file modified bin/ANEBugsnag.swc
Binary file not shown.

0 comments on commit 0709bc9

Please sign in to comment.