Skip to content

Commit

Permalink
Delete stale comment warning about changing the prefix message sent b…
Browse files Browse the repository at this point in the history
…y `BugReport` to the remote logging service.

"the crash watcher" was a Google-internal thing that was turned down in 2019Q4.

PiperOrigin-RevId: 445141068
  • Loading branch information
haxorz authored and copybara-github committed Apr 28, 2022
1 parent 94294ee commit 5343d7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ private static ImmutableList<String> filterArgs(Iterable<String> args) {
// report being sent to a remote logging service.
private static void logException(Throwable exception, List<String> args, String... values) {
logger.atSevere().withCause(exception).log("Exception");
// The preamble is used in the crash watcher, so don't change it unless you know what you're
// doing.
String preamble =
getProductName()
+ (exception instanceof OutOfMemoryError ? " OOMError: " : " crashed with args: ");
Expand Down

0 comments on commit 5343d7c

Please sign in to comment.