Skip to content

Instantly share code, notes, and snippets.

@loopj
Created June 12, 2015 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loopj/43a4a3231f32c17ab9e3 to your computer and use it in GitHub Desktop.
Save loopj/43a4a3231f32c17ab9e3 to your computer and use it in GitHub Desktop.
com.bugsnag.android.AppData -> com.bugsnag.android.a:
com.bugsnag.android.Configuration config -> a
android.content.Context appContext -> b
java.lang.String packageName -> c
java.lang.String appName -> d
java.lang.Integer versionCode -> e
java.lang.String versionName -> f
java.lang.String guessedReleaseStage -> g
38:50:void toStream(com.bugsnag.android.JsonStream) -> a
53:56:java.lang.String getReleaseStage() -> a
81:89:java.lang.String getAppName() -> b
98:102:java.lang.Integer getVersionCode() -> c
111:115:java.lang.String getVersionName() -> d
124:131:java.lang.String guessReleaseStage() -> e
7:14:void run(java.lang.Runnable) -> a
16:22:void closeQuietly(java.io.Closeable) -> a
25:28:void close(java.net.URLConnection) -> a
31:43:int copy(java.io.Reader,java.io.Writer) -> a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment