Get the most recent crash hash based on issue ID
GET
{{env}}/uniform/openapi/lastCrashInfo{{signature}}China Website: https://crashsight.qq.com
Overseas website: https://crashsight.wetest.net
download python code example:https://crashsight-docs-1258344700.cos.ap-shanghai.myqcloud.com/global/crashsight_openapi_v1_lastCrashInfo.py
Request
Query Params
appId
string
optional
Project ID
platformId
integer
optional
Platform ID Android:1,IOS:2,PC:10
issues
string
optional
Issue ID
crashDataType
string
optional
Data Type. This is a fixed value.
fsn
string
optional
request ID
Header Params
Content-Type
string
required
Example:
application/json
Accept-Encoding
string
required
Example:
*
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
msg
string
required
data
object
required
userId
null
required
processName
string
required
threadName
string
required
crashId
string
required
crashHash
string
required
crashTime
string
required
uploadTime
string
required
bundleId
string
required
productVersion
string
required
startTime
string
required
appInBack
string
required
hardware
string
required
modelOriginalName
string
required
osVersion
string
required
rom
string
required
cpuName
string
required
cpuType
string
required
type
string
required
callStack
string
required
retraceCrashDetail
string
required
gpuName
null
required
dumpId
null
required
new_dumpid
null
required
mac
null
required
launchTime
integer
required
Example
{
"code": 100000,
"msg": "成功",
"data": {
"userId": null,
"processName": "com.tencent.bugly.demo.buglyqq",
"threadName": "Thread-221(221)",
"crashId": "A2844950BA6B2A2D9F42EBC2F1F64E77",
"crashHash": "A2:84:49:50:BA:6B:2A:2D:9F:42:EB:C2:F1:F6:4E:77",
"crashTime": "2020-05-07 18:36:48",
"uploadTime": "2021-06-11 13:20:12",
"bundleId": "com.tencent.bugly.demo.buglyqq",
"productVersion": "1.0.3",
"startTime": "1588837884696",
"appInBack": "false",
"hardware": "魅族 M6",
"modelOriginalName": "魅族 M6",
"osVersion": "Android 4.4.2,level 20",
"rom": "fail%2Ffail",
"cpuName": "fail",
"cpuType": "i686",
"type": "100",
"callStack": "2020507Test4",
"retraceCrashDetail": "2020507Test4",
"gpuName": null,
"dumpId": null,
"new_dumpid": null,
"mac": null,
"launchTime": 9924
}
}
Last modified: 2 年前