Skip to content

Instantly share code, notes, and snippets.

@billdawson
Created March 29, 2011 23:40
Show Gist options
  • Save billdawson/43b1285ca8743eaaf672 to your computer and use it in GitHub Desktop.
Save billdawson/43b1285ca8743eaaf672 to your computer and use it in GitHub Desktop.
D/TiDebugSession( 431): (kroll$2: app://app.js) [14,21] write packet: 41*threads*created*12*kroll$2: [app:/app.js]
E/TiDebugSession( 431): (kroll$2: app://app.js) [2,23] Bad socket
E/TiDebugSession( 431): java.net.SocketException: Bad socket
E/TiDebugSession( 431): at org.apache.harmony.luni.platform.OSNetworkSystem.sendStreamImpl(Native Method)
E/TiDebugSession( 431): at org.apache.harmony.luni.platform.OSNetworkSystem.sendStream(OSNetworkSystem.java:498)
E/TiDebugSession( 431): at org.apache.harmony.luni.net.PlainSocketImpl.write(PlainSocketImpl.java:585)
E/TiDebugSession( 431): at org.apache.harmony.luni.net.SocketOutputStream.write(SocketOutputStream.java:50)
E/TiDebugSession( 431): at ti.modules.titanium.debug.DebugSession.write(DebugSession.java:113)
E/TiDebugSession( 431): at ti.modules.titanium.debug.DebugServer.sendThreadCreated(DebugServer.java:216)
E/TiDebugSession( 431): at ti.modules.titanium.debug.DebugServer$DebugEvaluator.threadStarted(DebugServer.java:192)
E/TiDebugSession( 431): at org.appcelerator.titanium.kroll.KrollContext.initContext(KrollContext.java:174)
E/TiDebugSession( 431): at org.appcelerator.titanium.kroll.KrollHandlerThread.onLooperPrepared(KrollHandlerThread.java:74)
E/TiDebugSession( 431): at org.appcelerator.titanium.kroll.KrollHandlerThread.run(KrollHandlerThread.java:85)
D/KrollProxy( 431): (main) [391,414] New: LocaleModule
D/KrollProxy( 431): (main) [1,415] New: MediaModule
D/KrollProxy( 431): (main) [2,417] New: AppModule
E/TiApplication( 431): (main) [1,418] APP PROXY: [Ti.App]
D/KrollProxy( 431): (main) [2,420] New: AnalyticsModule
D/KrollProxy( 431): (main) [5,425] New: JSONModule
D/KrollProxy( 431): (main) [10,435] New: APIModule
D/KrollProxy( 431): (main) [2,437] New: UIModule
D/KrollProxy( 431): (main) [2,439] New: FilesystemModule
D/KrollProxy( 431): (main) [4,443] New: AndroidModule
D/KrollProxy( 431): (main) [9,452] New: DebugModule
D/dalvikvm( 431): GC freed 7072 objects / 464376 bytes in 160ms
D/DebugModule( 431): (main) [170,622] Read debug config: {"port":60297,"enabled":true,"host":"192.168.103.1"}
E/TiDebugClient( 431): (Thread-13) [46,668] /10.0.2.2:60297 - Connection refused
E/TiDebugClient( 431): java.net.ConnectException: /10.0.2.2:60297 - Connection refused
E/TiDebugClient( 431): at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:255)
E/TiDebugClient( 431): at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:220)
E/TiDebugClient( 431): at java.net.Socket.startupSocket(Socket.java:780)
E/TiDebugClient( 431): at java.net.Socket.tryAllAddresses(Socket.java:192)
E/TiDebugClient( 431): at java.net.Socket.<init>(Socket.java:256)
E/TiDebugClient( 431): at java.net.Socket.<init>(Socket.java:220)
E/TiDebugClient( 431): at ti.modules.titanium.debug.DebugServer.start(DebugServer.java:292)
E/TiDebugClient( 431): at ti.modules.titanium.debug.DebugModule$2.run(DebugModule.java:56)
E/TiDebugClient( 431): at java.lang.Thread.run(Thread.java:1096)
W/ActivityManager( 53): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 53): Activity idle timeout for HistoryRecord{43cd7fc0 com.billdawson.includes/.IncludesActivity}
W/WindowManager( 53): No window to dispatch pointer action 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment