1
0

kivy crash reporter: warn users not to share sensitive info

Previously only Qt had the warning.
This commit is contained in:
SomberNight
2021-07-05 18:59:02 +02:00
parent 6a049d9901
commit 82bfe1ba9c
3 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ class BaseCrashReporter(Logger):
'useful debug information:')
DESCRIBE_ERROR_MESSAGE = _("Please briefly describe what led to the error (optional):")
ASK_CONFIRM_SEND = _("Do you want to send this report?")
USER_COMMENT_PLACEHOLDER = _("Do not enter sensitive/private information here. "
"The report will be visible on the public issue tracker.")
def __init__(self, exctype, value, tb):
Logger.__init__(self)