Split Android & Wear OS app
Since Android & Wear OS must use the same package name to be able to communicate, we have no way to split apart Android & Wear OS crash reports.
This is an issue because we use Flutter for the mobile app and Kotlin/Jetpack Compose for the Wear OS app. The two apps share essentially nothing in common except for the package name and we have two separate teams working on them.
Filtering for device type sounds like it should work, but the we only have phone & tablet in that list even though there's at least one crash guaranteed to be coming from a Wear OS device.
1
vote
[Deleted User]
shared this idea