haroldadmin / WhatTheStack

See a pretty error screen when your Android app crashes
Apache License 2.0
245 stars 22 forks source link

Add ability to view stacktraces of all threads when the exception is captured #18

Open haroldadmin opened 4 years ago

haroldadmin commented 4 years ago

It is helpful to view the stacktraces of all active threads during the time an exception is thrown. Representing each thread's stacktrace in a list of collapsible items would make it easy to go through each one of them.

Tasks:

This is a fairly huge change. Discussing exact UI implementations would be helpful before starting work on the PR.