File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5741,7 +5741,7 @@ void SurfaceFlinger::dumpHdrInfo(std::string& result) const {
57415741
57425742void SurfaceFlinger::dumpFrontEnd (std::string& result) {
57435743 std::ostringstream out;
5744- out << " \n Composition list\n " ;
5744+ out << " \n Composition list (bottom to top) \n " ;
57455745 ui::LayerStack lastPrintedLayerStackHeader = ui::INVALID_LAYER_STACK;
57465746 for (const auto & snapshot : mLayerSnapshotBuilder .getSnapshots ()) {
57475747 if (lastPrintedLayerStackHeader != snapshot->outputFilter .layerStack ) {
@@ -5769,7 +5769,7 @@ void SurfaceFlinger::dumpFrontEnd(std::string& result) {
57695769
57705770void SurfaceFlinger::dumpVisibleFrontEnd (std::string& result) {
57715771 std::ostringstream out;
5772- out << " \n Composition list\n " ;
5772+ out << " \n Composition list (bottom to top) \n " ;
57735773 ui::LayerStack lastPrintedLayerStackHeader = ui::INVALID_LAYER_STACK;
57745774 mLayerSnapshotBuilder .forEachVisibleSnapshot (
57755775 [&](std::unique_ptr<frontend::LayerSnapshot>& snapshot) {
You can’t perform that action at this time.
0 commit comments