WhatTheStack icon indicating copy to clipboard operation
WhatTheStack copied to clipboard

See a pretty error screen when your Android app crashes

Results 8 WhatTheStack issues
Sort by recently updated
recently updated
newest added

The library relies on a service running in a different process to process and display the error screen. This means that if the application crashes immediately after start, the service...

bug

This library is incredibly awesome, it's a tiny idea that can dramatically improve developing experience. I haven't had the pleasure yet to test and use it yet but I can...

enhancement

The current error reporting screen supports both light and dark themes, using the [Material Components](https://github.com/material-components/material-components-android) library. It would be great if we could provide more customization options to the user...

enhancement
good first issue

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...

enhancement
Hacktoberfest

This library consists of two parts: A background service, and a UI Activity. Consider separating them into different modules and allow more flexibility between them. Separating these classes will allow...

enhancement

Bump compose and accompanist dependencies to newer versions in order to remain compatible with apps that use later version of those libraries. Since newer accompanist requires compose 1.3.1, I've also...

Does this library automatically change its language according to the system or does it only support English?

Hello If target app is using newer version of `systemuicontroller` from accompanist (anything newer than 0.24.0), then Whats The Stack screen crashes with the following stack trace ``` Process: com.haroldadmin.crashyapp:what_the_stack_process,...