Bug #1409
add crashlytics support
0%
Description
there are several steps to add crashlytics:
this is the direct download link for the android studio plugin (a zip file)
in mac os x select Android Studio Menu > Preferences > Plugins
in windows, it's File > Settings > Plugins
select "install plugin from disk" and install the downloaded zip file from the link above.
restart Android Studio
i am trying to add the app and invite you guys
History
#1 Updated by cpg about 8 years ago
- Subject changed from add crashalytics support to add crashlytics support
having trouble registering the app.
#2 Updated by cpg about 8 years ago
- Status changed from New to Feedback
- Assignee set to cpg
app is registered and you guys have been invited.
i committed code to support crashlytics in the app. to compile with it, please install the plugin and login to your crashlytics account at least once. it should be able to compile at least once.
it seems that i cannot see any crash report yet. i got the impression from the docs that it sometimes does not work in simulators.
(my hardware is not available)
setting to feedback for you guys to check. if it works, please close it. if not, please set to assigned to me.
#3 Updated by cpg about 8 years ago
i was able to generate one crash report, so it's working.
(in this case, it happened when opening a PDF file)
#4 Updated by megabitdragon about 8 years ago
- Status changed from Feedback to Closed
Works on the device as well so I will close this bug.
#5 Updated by ming about 8 years ago
- Status changed from Closed to Feedback
I’ll disable the reporting for debug builds because seeing all my crashes is more than useless. Unfortunately you cannot build release package without signing it, which is pointless at moment. You have to use gradle clean assembleRelease
or just send logs.
Another probable issue. The API key is exposed now, don’t know if it is safe / fine.
Personally I see no reasons for me to have the access to the Crashlytics console if tasks will be assigned via tracker. So you probably can remove me.
Also available in: Atom