mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-17 06:08:28 +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)
|
open("crash.bin", "wb").write(crashdata)
|
||||||
clog = CrashLogParser(crashdata)
|
clog = CrashLogParser(crashdata)
|
||||||
clog.dump()
|
clog.dump()
|
||||||
|
raise Exception("ASC crashed!")
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue