Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 如何读取苹果审查小组(apple review team)的崩溃错误日志,而不是我的设备_Ios_C_Object - Fatal编程技术网

Ios 如何读取苹果审查小组(apple review team)的崩溃错误日志,而不是我的设备

Ios 如何读取苹果审查小组(apple review team)的崩溃错误日志,而不是我的设备,ios,c,object,Ios,C,Object,我从审查小组得到了崩溃的错误日志,我试图复制,但无法在我的设备上复制。我不知道从哪里开始 Incident Identifier: F1E7FB74-9137-4A5C-862B-E6B37986EE06 CrashReporter Key: 64fa1b8d2b4ec9de527f4904264fa949d3791ecb Hardware Model: xxx Identifier: com.nguyenthuan.chuctet Version:

我从审查小组得到了崩溃的错误日志,我试图复制,但无法在我的设备上复制。我不知道从哪里开始

Incident Identifier: F1E7FB74-9137-4A5C-862B-E6B37986EE06
CrashReporter Key:   64fa1b8d2b4ec9de527f4904264fa949d3791ecb
Hardware Model:      xxx

Identifier:          com.nguyenthuan.chuctet
Version:             1 (1.0)
Code Type:           ARM-64 (Native)
Parent Process:      launchd [1]

Date/Time:           2015-02-02 10:26:19.926 -0800
Launch Time:         2015-02-02 10:26:14.116 -0800
OS Version:          iOS 8.1.3 (12B466)
Report Version:      105

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread:  0

Last Exception Backtrace:
(0x1835a659c 0x1942000e4 0x18849129c 0x188053630 0x1880520e0 0x187dd7564 0x187d48e78 0x18355ea50 0x18355b9dc 0x18355bdbc 0x1834890a4 0x18c60f5a4 0x187dbaaa4 0x1000ed690 0x19486ea08)

ref日志文件:看起来像是webview内存压力问题。你需要将崩溃报告符号化。Apple Review团队告诉我:他们在我的应用程序中单击“共享”按钮,应用程序崩溃。但我使用了默认的iOS。还检查了我的设备,没有崩溃。我不在我的应用程序中使用webview