Top "Bug-reporting" questions

Bug reporting is the process of sending a description describing the problem encountered, the state of the system at the time, and possible other data to enable the problem to be resolved.

Best Practices for Error Logging and/or reporting for iPhone

When I do web development, I use a custom made logger that catches fatal errors and appends a trace to …

iphone error-handling error-logging bug-reporting hockeyapp
writing dumpstate to file android

I need the bugreport option that you can use in adb to go to a file on the sd in …

android adb dump bug-reporting
Sound not working Focal Fossa Ubuntu 20.04

I have been using ubuntu 20.04 recently and have a HP pavillion laptop with B&O speakers. However i am …

audio bluetooth kernel ubuntu-20.04 bug-reporting
Android app to generate bugreport

Occasionally users of our Android app is run into an obscure problem in the Google infrastructure that Google is trying …

android privacy bug-reporting
How to collect xcode log?

I file a bug to Apple through their bug report. Now they ask me send log. How to collect xcode …

xcode logging bug-reporting
Which is the best tool for finding bugs in the Java code?

I would like to know which tool is best for finding any kind of bugs in my code. I know …

java bug-reporting
Using class based generic view DetailView with a ModelForm reveals a bug - how to proceed?

I've been impressed how rapidly a functional website can go together with generic views in the tutorials. Also, the workflow …

django django-generic-views modelform bug-reporting