If I start a Firebase trace and don't ever stop it? Will it cause issues on Android?
问题 I'm using Firebase Performance Monitoring SDK (on Android, but will also on iOS) and for one particular use case it's hard to know whether a started Trace will ever be stopped. And given there is no apparent way how to cancel an already running trace, I figured I'd just start it every single time and then eventually stop it only under the right circumstances. (and leave intact otherwise). Shall I expect issues? I figured the trace would not be logged if not stopped (that's what I need), but I