CustomActivityOnCrash
                                
                                 CustomActivityOnCrash copied to clipboard
                                
                                    CustomActivityOnCrash copied to clipboard
                            
                            
                            
                        ability to pass argument to the Custom Crash Activity
Hi, I have an application with customizable theming. Users can choose from different theme styles, and the selected style is saved in shared preferences.
but in the crash activity, the style is static, and I don't want to read from shared preferences in custom activity, what if the cause of the crash were the reading from shared pref, it would cause a loop in the crash.
It would be a nice feature to pass arguments to the crash activity and decide the theme via those arguments.