Changes between Version 6 and Version 7 of SDKSendPackage


Ignore:
Timestamp:
04/26/2012 09:31:02 AM (14 years ago)
Author:
chenxiaohu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SDKSendPackage

    v6 v7  
    9797        "B": [44, 3, 3252], 
    9898        "C": [44, 3, 3252] 
     99    }, 
     100    "crash":{ 
     101        // stack 的md5,用于汇总错误 
     102        "cbf6f0912a84dfa8f3b547e522af3983":{ 
     103              // 错误名称 
     104               "name":"crashname1", 
     105              // 错误堆栈 
     106              "stack":"callstack1", 
     107              // 错误发生的时间数组,1970开始的秒数,java中System.currentTimeMillis()/1000 
     108              "time":[12412454325,12412454325] 
     109        }, 
     110        "90095ee4481a67ce43f53d190ce345fe":{ 
     111            "name":"crashname2", 
     112            "stack":"callstack2", 
     113            "time":[12412454325] 
     114        } 
    99115    } 
    100  
    101116} 
    102117}}}