Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
Live_Android_Play_SDK
Wiki
SDK接入指南
SDK接入指南
· Changes
Page history
4.9.0
authored
Apr 04, 2023
by
huanghai
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
SDK接入指南.md
SDK接入指南.md
+0
-4
No files found.
SDK接入指南.md
View page @
6afca0aa
...
...
@@ -179,10 +179,6 @@ ndk {
初始化必须在登录之前进行,建议在Application在onCreate方法中
@param context 上下文 Application
@param enableLog 是否开启日志输出
```
java
if
(
DWLiveEngine
.
getInstance
()
==
null
)
{
// 初始化SDK true:开启日志,开启x5内核
...
...