##About bugreports An Android bugreport is the most standard way in the Google team to report any bugs. Typically a bugreport is taken by default at the occurence of any symptom. The bugreport covers the necessary state information that occurred at the time of the issue. It includes the kernel log, the userspace logs, and other system state. It may also include the last kernel log that occurred if the report is take after a crash.
##Getting a bugreport
adb bugreport > bugreport.txt
##Sections relevant to display debugging Please refer to the sample bugreport here Apart from the kernel log and the userspace log, the bugreport has
- dumpsys surfaceflinger (search for DUMP OF SERVICE SurfaceFlinger) - The dumpsys dumps all of the layer information