You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try this for Browser platform,
window.fabric.Crashlytics.addLog("about to send a crash for testing!");
window.fabric.Crashlytics.sendCrash();
I get following error: exec proxy not found for :: FabricPlugin :: addLog and exec proxy not found for :: FabricPlugin :: sendCrash.
But I read that the error comes for Browser platform but works for Android or iOS builds, so I tried that, but there are no logs created using addLog method and sendCrash method also doesn't works.
the only crash logs I am getting are through the Fabric integration in XCode or Android Studio.
The text was updated successfully, but these errors were encountered:
Its cordova app, and I have written the code in js file. Yes I tried running it on real simulator and device. Got same error. Will I have to write in native code and access from cordova and back, or something like that?
When I try this for Browser platform,
window.fabric.Crashlytics.addLog("about to send a crash for testing!");
window.fabric.Crashlytics.sendCrash();
I get following error:
exec proxy not found for :: FabricPlugin :: addLog
andexec proxy not found for :: FabricPlugin :: sendCrash
.But I read that the error comes for Browser platform but works for Android or iOS builds, so I tried that, but there are no logs created using addLog method and sendCrash method also doesn't works.
the only crash logs I am getting are through the Fabric integration in XCode or Android Studio.
The text was updated successfully, but these errors were encountered: