Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 8499569

Browse files
shivasiddharthFleker
authored andcommitted
Adding faulthandler (#325)
* Update hotword.py
1 parent 94a2e7c commit 8499569

File tree

1 file changed

+3
-1
lines changed
  • google-assistant-sdk/googlesamples/assistant/library

1 file changed

+3
-1
lines changed

google-assistant-sdk/googlesamples/assistant/library/hotword.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717

1818
from __future__ import print_function
19-
2019
import argparse
2120
import json
2221
import os.path
@@ -29,6 +28,9 @@
2928
from google.assistant.library.file_helpers import existing_file
3029
from google.assistant.library.device_helpers import register_device
3130

31+
import faulthandler
32+
faulthandler.enable()
33+
3234
try:
3335
FileNotFoundError
3436
except NameError:

0 commit comments

Comments
 (0)