Recently, I have started using dumpsys SurfaceFlinger
to gather some information about android graphics. I currently work on a development board called Odroid-XU3. The display is a Dell monitor which is connected to the board through HDMI cable.
In the very last few lines of the output of the above command, I have two displays, while I only expect to have one. One of them is Display[0]
and the other one is Display[1]
. The type
column of each of the displays could be HWC
or GLES
. Some times they are both HWC or GLES and some other times one is HWC and the other one is GLES.
What is the difference between Display[0] and Display[1]? I have tried to find a documentation to understand how to interpret the output of the aforementioned command, but I have not found anything useful.