Hi Elad, I found that
WebRtcEventLogManagerTestOnMobileDevices.RemoteBoundLoggingDisabled
is failing on Android (so it's actually starting the logging). Before I look into this too deeply, do you know if that's expected or what? This test wasn't running/built on Android before. Thanks
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Elad, I found that
WebRtcEventLogManagerTestOnMobileDevices.RemoteBoundLoggingDisabled
is failing on Android (so it's actually starting the logging). Before I look into this too deeply, do you know if that's expected or what? This test wasn't running/built on Android before. Thanks
So far you have only enabled tests, and that's OK. But before you actually enable the uploading of the logs, please make sure that:
1. There is someone intending to ingest them in the foreseeable future.
2. The impact on performance has been measured and approved.
Additionally, there is work underway to revamp the way these logs are collected. Guido (guidou@) is you man there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Guido,
I found that
WebRtcEventLogManagerTestOnMobileDevices.RemoteBoundLoggingDisabled
is failing on Android (so it's actually starting the logging). I heard you might have a plan for this file or something, do you have a recommendation here? Maybe I can just not enable this test or disable logging for android etc
WDYT?
Thanks
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Note to Eric who will take over remaining media capture work: Eliot was trying to enable these test but some were failing on the builders
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Note to Eric who will take over remaining media capture work: Eliot was trying to enable these test but some were failing on the builders
Since you're now making the webrrc_event_log_manager files to be built on android you should remove the android compile guards and the android-specific `WebRtcEventLogManagerTestOnMobileDevices` in chrome/browser/media/webrtc/webrtc_event_log_manager_remote.cc so that the full tests run on Android.
The android-specific version of the test failing in the bot is one that was assuming this code was not compiled for Android.