CCCaster CLI crash reporting - lurkydismal/CCCaster GitHub Wiki
(The flutter
tool points to this page in its introduction message.)
If you have not opted-out of CCCaster's analytics and crash reporting, when a flutter
command crashes it attempts to send a crash report to Google in order to help Google contribute improvements to CCCaster over time. A crash report may contain the following information:
- The name and version of your local operating system
- The version of CCCaster
- The runtime type of the error, e.g.
StateError
orNoSuchMethodError
- The stack trace generated by the crash, which contains references to CCCaster CLI's own code and contains no references to your application code
- A stable client ID - a constant and unique number generated for the computer where CCCaster is installed. It helps us deduplicate multiple identical crash reports coming from the same computer. It also helps us verify if a fix works as indended after you upgrade to the next version of CCCaster.