Skip to content

Instantly share code, notes, and snippets.

@adaptivedev
adaptivedev / errors
Last active August 29, 2015 13:57
Android Nexus 7, 4.3: errors: Fatal, InputDispatcher, "Consumer closed input channel or an error occurred"
03-17 15:35:32.755 30899-30908/? A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xdf911ea5 (code=1), thread 30908 (FinalizerDaemon)
03-17 15:35:33.165 435-503/? E/InputDispatcher﹕ channel '42c4e248 com.gamerushapp.gamerush/com.gamerushapp.gamerush.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
03-17 15:35:56.055 31004-31013/com.gamerushapp.gamerush A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xbe083c1c (code=1), thread 31013 (FinalizerDaemon)
03-17 15:35:56.495 435-503/? E/InputDispatcher﹕ channel '42c51638 com.gamerushapp.gamerush/com.gamerushapp.gamerush.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
# For an explanation of the steroids.config properties, see the guide at
# http://guides.appgyver.com/steroids/guides/project_configuration/config-application-coffee/
steroids.config.name = "Steroids Tutorial"
# -- Initial Location --
steroids.config.location = "http://localhost/index.html"
# -- Tab Bar --
steroids.config.tabBar.enabled = true
@adaptivedev
adaptivedev / output
Created March 7, 2014 14:39
PostData.java
package com.example.app;
import android.os.AsyncTask;
import android.util.Log;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEntity;