matrix icon indicating copy to clipboard operation
matrix copied to clipboard

iOS卡顿日志的Application Info中version是unknown (unknown)

Open PeleLee opened this issue 3 years ago • 0 comments

异常类型:iOS卡顿日志version显示unknown

matrix版本:1.0.1

问题描述: 尝试了WCCrashBlockMonitorConfig中的自动从bundle中取版本号和手动赋值,crash日志Application Info中version都是正常的,但卡顿日志却显示unknown

部分日志如下:

Application Specific Information*** Terminating app due to uncaught exception '2002', reason: ''

// 目前自己的解决方案,在该位置带上版本信息
User Info: {
{
    "xxx": {
        "version": "4.5(xxxx)", 
        "tip": "xxxx", 
    }
}
}

Application Info:{
    Application Specific Information    :  *** Terminating app due to uncaught exception '2002', reason: ''
    Code Type                           :  ARM-64
    Crashed Thread                      :  5
    Exception Codes                     :  xxx
    Exception Type                      :  EXC_CRASH (SIGABRT)
    Identifier                          :  8A7EE03D-52D7-4729-93E7-66F2E82B91BA
    Process                             :  xxxx [712]
    Version                             :  unknown (unknown)
    active_time_since_last_crash        :  3065.46
    active_time_since_launch            :  168.353
    app_crash__time                     :  2022-01-28 09:24:28
    app_launch_time                     :  2022-01-27 19:44:18
    application_active                  :  False
    application_in_foreground           :  False
    background_time_since_last_crash    :  59033.3
    background_time_since_launch        :  49038.2
    launches_since_last_crash           :  7
    sessions_since_last_crash           :  46
    sessions_since_launch               :  4
}

PeleLee avatar Jan 28 '22 02:01 PeleLee