[PR #474] [MERGED] 473 add firebase crash reporting support #488

Closed
opened 2026-02-28 01:24:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/474
Author: @eyedol
Created: 2/17/2017
Status: Merged
Merged: 2/21/2017
Merged by: @eyedol

Base: masterHead: 473-add-firebase-crash-reporting-support


📝 Commits (1)

  • 774c82e Integrate Firebase crash reporting tool

📊 Changes

7 files changed (+199 additions, -2 deletions)

View changed files

📝 .travis.yml (+2 -0)
📝 build.gradle (+2 -1)
📝 dependencies/dependencies.gradle (+3 -0)
📝 smssync/build.gradle (+6 -0)
smssync/google-services.json (+135 -0)
📝 smssync/src/main/java/org/addhen/smssync/presentation/App.java (+1 -1)
smssync/src/main/java/org/addhen/smssync/presentation/FirebaseCrashTree.java (+50 -0)

📄 Description

Fixes #473

This PR makes the following changes:

  • Add firebase crash reporting support to Timber's logging

Todo

  • Switch google-services.json to one associated with Ushahidi's email address.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/474 **Author:** [@eyedol](https://github.com/eyedol) **Created:** 2/17/2017 **Status:** ✅ Merged **Merged:** 2/21/2017 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `master` ← **Head:** `473-add-firebase-crash-reporting-support` --- ### 📝 Commits (1) - [`774c82e`](https://github.com/ushahidi/SMSSync/commit/774c82ecdd7d50dc0d51c7c0afab3b0718b69204) Integrate Firebase crash reporting tool ### 📊 Changes **7 files changed** (+199 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+2 -0) 📝 `build.gradle` (+2 -1) 📝 `dependencies/dependencies.gradle` (+3 -0) 📝 `smssync/build.gradle` (+6 -0) ➕ `smssync/google-services.json` (+135 -0) 📝 `smssync/src/main/java/org/addhen/smssync/presentation/App.java` (+1 -1) ➕ `smssync/src/main/java/org/addhen/smssync/presentation/FirebaseCrashTree.java` (+50 -0) </details> ### 📄 Description Fixes #473 This `PR` makes the following changes: - Add firebase crash reporting support to Timber's logging Todo - [x] Switch `google-services.json` to one associated with Ushahidi's email address. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#488
No description provided.