Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec proxy not found for :: FabricPlugin :: addLog #138

Open
5Xtester opened this issue Jul 11, 2018 · 2 comments
Open

exec proxy not found for :: FabricPlugin :: addLog #138

5Xtester opened this issue Jul 11, 2018 · 2 comments

Comments

@5Xtester
Copy link

5Xtester commented Jul 11, 2018

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.

@uniphonic
Copy link

Errors won't report in the browser. It has to have the native code to work. Have you tried running it on a real device or simulator/emulator?

@5Xtester
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants