This commit is contained in:
shenjack 2023-07-21 08:31:09 +08:00
parent 6865578237
commit e411f25e8c
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 8 additions and 0 deletions

1
DR.py
View File

@ -46,6 +46,7 @@ def start(start_time_ns: int) -> None:
except:
trace = traceback.format_exc()
crash.create_crash_report(trace)
print(trace)
crash.write_info_to_cache(sys.stdout)
print(crash.all_thread)
print(crash.all_process)

View File

@ -4,6 +4,13 @@
- 最新版本号
- DR sdk: 0.8.6.0
## DR sdk 0.8.6.1
### Fix
- 现在 `DR.py` 启动之后如果崩溃会在控制台输出完整的 Crash report 了
- Now, after `DR.py` starts, if it crashes, the complete Crash report will be output to the console
## DR sdk 0.8.6.0
重构了一下项目结构