From 77ff647b1ae9c9b8871589b42117e74c730274fd Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 30 Mar 2007 21:34:07 +0000 Subject: [PATCH] Maybe a stack trace can tell us more about our mysterious error. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4638 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/client/Communicator.as | 1 + 1 file changed, 1 insertion(+) diff --git a/src/as/com/threerings/presents/client/Communicator.as b/src/as/com/threerings/presents/client/Communicator.as index 6d78d91e3..ca8d55310 100644 --- a/src/as/com/threerings/presents/client/Communicator.as +++ b/src/as/com/threerings/presents/client/Communicator.as @@ -285,6 +285,7 @@ public class Communicator // total failure Log.getLog(this).warning("socket error: " + event); + Log.dumpStack(); shutdown(new Error("socket closed unexpectedly.")); }