mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
m1n1.fw.asc.crash: Raise exception on ASC crashes
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
df481228b7
commit
fb9cdcb1e9
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class ASCCrashLogEndpoint(ASCBaseEndpoint):
|
|||
open("crash.bin", "wb").write(crashdata)
|
||||
clog = CrashLogParser(crashdata)
|
||||
clog.dump()
|
||||
raise Exception("ASC crashed!")
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue