Skip to content

Instantly share code, notes, and snippets.

@dodikk
Last active April 2, 2019 16:48
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 dodikk/6c08ca40fa195d920872ef5bf2079f12 to your computer and use it in GitHub Desktop.
Save dodikk/6c08ca40fa195d920872ef5bf2079f12 to your computer and use it in GitHub Desktop.
Android crashlog hints
  1. Search by app id
Process: <app id>
E AndroidRuntime: <app id>
E AndroidRuntime: android.runtime.JavaProxyThrowable:
E AndroidRuntime: FATAL EXCEPTION:
  1. --------- beginning of crash
  2. tombstone keyword
04-01 14:30:30.005  2831  2890 I BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
  1. [?] Fatal exception main
  2. [?] SystemUnhandledException

Droid Sources : https://android.googlesource.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment