[Update]升级socket,增加了日志输出

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-19 15:32:16 +08:00
parent bb1c075225
commit 35a5f2f23c
6 changed files with 91 additions and 103 deletions

View File

@@ -174,10 +174,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<!--第一次启动引导页-->
<FrameLayout
android:id="@+id/module_main_id_splash_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>

View File

@@ -80,11 +80,5 @@
android:background="@drawable/main_bitmap_splash_bg"
android:visibility="visible" />
<!-- 比亚迪启动图 -->
<FrameLayout
android:id="@+id/module_main_id_splash_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>