Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log打印无法关闭问题 #576

Open
mrKizy2021 opened this issue Feb 25, 2022 · 1 comment
Open

log打印无法关闭问题 #576

mrKizy2021 opened this issue Feb 25, 2022 · 1 comment

Comments

@mrKizy2021
Copy link

工程里设置了[option setOptionValue:@(kPLLogNone) forKey:PLPlayerOptionKeyLogLevel];
但是调试窗口仍然会执行CLogOutFunc::CLogOutFunc的打印流程,现在很多crash发生在这个方法内,想关闭打印都关闭不了。。。
版本:3.4.6

@ChangJian2333
Copy link

ChangJian2333 commented Jul 11, 2022

我这也是3.4.6版本,好多用户出现了崩溃日志,崩溃在log里。工程里也是关闭了日志。
崩溃日志信息1:
0
PLPlayerKit
CLogOutFunc::CLogOutFunc(char const*, char const*, int*, CBaseInst*, int) + 208
1
PLPlayerKit
CLogOutFunc::CLogOutFunc(char const*, char const*, int*, CBaseInst*, int) + 192
2
PLPlayerKit
CAudioUnitRnd::onAudioSessionEvent(int, void*, void*) + 84
3
CoreFoundation
_CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 28
36
UIKitCore
_UIApplicationMain + 364

崩溃日志信息2:
0
PLPlayerKit
CLogOutFunc::CLogOutFunc(char const*, char const*, int*, CBaseInst*, int) + 208
1
PLPlayerKit
CLogOutFunc::CLogOutFunc(char const*, char const*, int*, CBaseInst*, int) + 192
2
PLPlayerKit
CAudioUnitRnd::onAudioSessionEvent(int, void*, void*) + 84
3
PLPlayerKit
-[AudioSessionControl handleInterruption:] + 228
4
CoreFoundation
_CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 28
20
UIKitCore
_UIApplicationMain + 364

崩溃日志信息3:
0
AFNetworking
OBJC$_INSTANCE_METHODS_UIButton(_AFNetworking|AFNetworking) + 56
1
PLPlayerKit
CLogOutFunc::CLogOutFunc(char const*, char const*, int*, CBaseInst*, int) + 220
2
PLPlayerKit
CAudioUnitRnd::onAudioSessionEvent(int, void*, void*) + 84
3
CoreFoundation
_CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 28
36
UIKitCore
_UIApplicationMain + 364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants