madao

Results 3 issues of madao

I ran my project as `supervisor` , but got error as following: ``` [2018-07-19 07:50:04,878: ERROR/MainProcess] Process 'Worker-507' pid:24093 exited with 'signal 9 (SIGKILL)' [2018-07-19 07:50:08,970: ERROR/MainProcess] Timed out waiting...

``` #!/usr/bin/env python #coding=utf8 import gzip try: from cStringIO import StringIO except: from StringIO import StringIO import codecs import struct # pip install PyCrypto from Crypto.Cipher import AES from optparse...

有以下的一些要点 - 添加固定的`Report Version` 避免报错 `No crash report version in .json` - `System Info` 之前添加必要解析的信息头 - Binary Images 主 image 添加 arch 字段(其他的 image 不能添加 arch 字段,因为 matrix 里面记录的其他 image...