RESOLVED FIXED 238591
Add more push-related logging
https://bugs.webkit.org/show_bug.cgi?id=238591
Summary Add more push-related logging
Ben Nham
Reported 2022-03-30 22:13:04 PDT
Add more push-related logging
Attachments
Patch (12.04 KB, patch)
2022-03-30 22:36 PDT, Ben Nham
no flags
Patch (23.21 KB, patch)
2022-03-31 11:20 PDT, Ben Nham
no flags
Patch (26.14 KB, patch)
2022-03-31 20:20 PDT, Ben Nham
no flags
Ben Nham
Comment 1 2022-03-30 22:32:19 PDT
Ben Nham
Comment 2 2022-03-30 22:36:29 PDT
youenn fablet
Comment 3 2022-03-31 06:44:15 PDT
Comment on attachment 456204 [details] Patch r=me once bots are happy. View in context: https://bugs.webkit.org/attachment.cgi?id=456204&action=review > Source/WebCore/Modules/push-api/PushManager.cpp:143 > + RELEASE_LOG(Push, "Failing PushManager.subscribe call due to failed transient activation check; last activated %.2f sec ago", lastActivationDuration.value()); RELEASE_LOG_ERROR > Source/WebCore/workers/service/server/SWServer.cpp:1287 > + RELEASE_LOG(Push, "Cannot process push message: Failed to find SW registration for registration key %s", registrationKey.loggingString().utf8().data()); RELEASE_LOG_ERROR > Source/WebCore/workers/service/server/SWServer.cpp:1294 > + RELEASE_LOG(Push, "Cannot process push message: No active worker for registration key %s", registrationKey.loggingString().utf8().data()); RELEASE_LOG_ERROR > Source/WebKit/NetworkProcess/NetworkProcess.cpp:2305 > + RELEASE_LOG(Push, "NetworkProcess getting pending push messages for session ID %" PRIu64, sessionID.toUInt64()); Is this one really useful? > Source/WebKit/NetworkProcess/NetworkProcess.cpp:2310 > + RELEASE_LOG_ERROR(Push, "NetworkProcess could not find session for ID %llu to get pending push messages", sessionID.toUInt64()); Ditto. > Source/WebKit/NetworkProcess/NetworkProcess.cpp:2332 > + RELEASE_LOG_ERROR(Push, "Networking process asked to handle a push message from UI process in session %llu, but that session doesn't exist", sessionID.toUInt64()); We generally do not release log missing session errors.
Ben Nham
Comment 4 2022-03-31 11:20:24 PDT
Ben Nham
Comment 5 2022-03-31 20:20:57 PDT
EWS
Comment 6 2022-04-01 13:48:55 PDT
Committed r292232 (249134@main): <https://commits.webkit.org/249134@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456314 [details].
Note You need to log in before you can comment on or make changes to this bug.