Selaa lähdekoodia

style: 日志修改

hexleo 4 vuotta sitten
vanhempi
sitoutus
a48b7934ba

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimView.kt

@@ -116,7 +116,7 @@ open class AnimView @JvmOverloads constructor(context: Context, attrs: Attribute
         if (onSizeChangedCalled) {
             uiHandler.post(prepareTextureViewRunnable)
         } else {
-            ALog.e(TAG, "onSizeChanged not Called")
+            ALog.e(TAG, "onSizeChanged not called")
             needPrepareTextureView = true
         }
     }