Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5aae981d authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am d56eff2f: fix typo in DisplayDevice logs

* commit 'd56eff2f':
  fix typo in DisplayDevice logs
parents d37e1e68 d56eff2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ void DisplayDevice::dump(String8& result, char* buffer, size_t SIZE) const {
        "flips=%u, secure=%d, acquired=%d, numLayers=%u\n"
        "   v:[%d,%d,%d,%d], f:[%d,%d,%d,%d], "
        "transform:[[%0.3f,%0.3f,%0.3f][%0.3f,%0.3f,%0.3f][%0.3f,%0.3f,%0.3f]]\n",
        mType, mDisplayName.string(),
        mDisplayName.string(), mType,
        mLayerStack, mDisplayWidth, mDisplayHeight, mNativeWindow.get(),
        mOrientation, tr.getType(), getPageFlipCount(),
        mSecureLayerVisible, mScreenAcquired, mVisibleLayersSortedByZ.size(),