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

Android addMetadata not adding Metadata to crash reports #13

Open
ncnlinh opened this issue Apr 13, 2016 · 2 comments
Open

Android addMetadata not adding Metadata to crash reports #13

ncnlinh opened this issue Apr 13, 2016 · 2 comments

Comments

@ncnlinh
Copy link
Contributor

ncnlinh commented Apr 13, 2016

According to https://github.com/bitstadium/HockeySDK-Android/blob/develop/README.md#documentation,

Starting with HockeyApp 3.6.0, you can add additional meta data (e.g. user-provided information) to a crash report. To achieve this call CrashManager.handleUserInput() and provide an instance of net.hockeyapp.android.objects.CrashMetaData.

This is not yet implemented

@lostintangent
Copy link

@ncnlinh The comment you referenced isn't related to the addMetadata method. You should be able to call addMetadata and have the specified data show up in the Description section of a crash report. Check out the the Cordova SDK for details on where you would find this info in the HockeyApp portal.

If you're not seeing this work, then it would be a bug with the addMetadata method and not with the HockeyApp Android SDK.

@ncnlinh
Copy link
Contributor Author

ncnlinh commented Apr 18, 2016

@lostintangent It is a bug with the method. I wrote my own module to bridge the HockeyApp Android SDK and it worked for me.

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