Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit c8ba846

Browse files
author
Michael Farb
committed
moving crash reporting change to development
1 parent 536f475 commit c8ba846

9 files changed

Lines changed: 0 additions & 363 deletions

File tree

-7.55 MB
Binary file not shown.

crashlytics/crashlytics_build.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.

crashlytics/crashlytics_build_base.xml

Lines changed: 0 additions & 286 deletions
This file was deleted.

safeslinger-messenger/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@
226226
android:label="@string/lib_name"
227227
android:screenOrientation="portrait" >
228228
</activity>
229-
230-
<meta-data
231-
android:name="com.crashlytics.ApiKey"
232-
android:value="a9f2629c171299fa2ff44a07abafb7652f4e1d5c" />
233229
</application>
234230

235231
</manifest>

safeslinger-messenger/crashlytics.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project name="safeslinger-messenger" default="help">
3-
<!-- See the instructions at the top of crashlytics_build.xml
4-
for information about nonstandard builds. -->
5-
<import file="../crashlytics/crashlytics_build.xml"/>
63
</project>
-191 KB
Binary file not shown.

safeslinger-messenger/src/edu/cmu/cylab/starslinger/SafeSlinger.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
import android.text.TextUtils;
6161
import android.util.Base64;
6262
import android.widget.Toast;
63-
64-
import com.crashlytics.android.Crashlytics;
65-
6663
import edu.cmu.cylab.starslinger.crypto.CryptTools;
6764
import edu.cmu.cylab.starslinger.crypto.CryptoMsgException;
6865
import edu.cmu.cylab.starslinger.crypto.CryptoMsgPacketSizeException;
@@ -123,11 +120,6 @@ public void onCreate() {
123120
super.onCreate();
124121
sSafeSlinger = this;
125122

126-
// we only want to run crashlytics in release, not debug
127-
if (!SafeSlingerConfig.isDebug()) {
128-
Crashlytics.start(this);
129-
}
130-
131123
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
132124
registerActivityLifecycleCallbacks(new ActivityLifeCallbacks());
133125
}

0 commit comments

Comments
 (0)