I am debugging some service worker stuff in Chrome for Android, and I have a bunch of "console.log" statements that would tell me what's going on. However, on Android, I can't find these logs anywhere (I don't see them in "adb logcat" and they don't show up in a bug report).
The main thing that I'm trying to debug is push notifications. My service worker is creating a notification just fine, but the series of events that happens when I click on the notification is nebulous. Hence my copious "console.log" statements to help me figure out what's going on.
Is there a place where I can see the "console.log" messages from a service worker?