hansemannn / titanium-firebase-performance

Use the Firebase Performance SDK in Axway Titanium 🚀
Other
8 stars 5 forks source link

Android no performance data #2

Closed Wingee closed 2 years ago

Wingee commented 6 years ago

Is there anything I can do to see if the performance data for Android is working? I've implemented in both iOS and Android.

iOS shows network performance data in the Firebase console but Android doesn't show any.

I've also tried starting and stopping a trace but I'm not seeing any data in Firebase.

Any ideas what else I can look at to investigate why i'm not getting any performance data?

Thanks

yahya-uddin commented 6 years ago

Could it be because the firebase-perf library being used is out of date: https://github.com/hansemannn/titanium-firebase-performance/blob/master/android/lib/firebase-perf-11.0.4.aar

It looks like we are using firebase-perf v11.0.4, while the latest version is v16.0.0, as described here: https://firebase.google.com/docs/perf-mon/get-started-android

Wingee commented 6 years ago

Thanks @anik786 I've added the 16.0.0.aar file, recompiled the module and tried that but to no avail. I'm still not seeing any data in the Firebase console.

I'm running adb logcat -s FirebasePerformance and not seeing anything in there either, so something in this module is not working.

yahya-uddin commented 6 years ago

I'm not sure then. I really hoping this issue gets fixed soon. Otherwise this plugin is useless for Android, which would be a shame.

yahya-uddin commented 6 years ago

Any update on this?

Wingee commented 6 years ago

it's not working for me either @anik786 - in fact if I build my app using SDK 7.3.0 or 7.4.0 the app won't load at all. ergh

phillipmovista commented 3 years ago

I am trying to get this to work on Titanium SDK 9.3.2.GA for Android and the app will not even load.

I tried to checkout the code and use updated firebase-perf code, but for some reason that compile was not playing well either.

Is there any plan to work on getting this piece available to work in Ti 9+?

hansemannn commented 2 years ago

I think this is not an issue anymore. If it is, feel free to reopen and we'll take a closer look!