Skip to content

Commit bbae2aa

Browse files
committed
crash
1 parent 0935c75 commit bbae2aa

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

assets/crashlytics-build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
#Do NOT modify, delete, or commit to source control!
55
#
6-
#Fri Jun 13 15:44:36 CST 2014
6+
#Fri Jun 13 15:46:44 CST 2014
77
version_name=1.0
88
package_name=com.donal.wechat
9-
build_id=d1e8e084-247b-481c-a924-dd146ffa0313
9+
build_id=9b3bfd78-eed8-4db5-b518-e6ea696d113f
1010
version_code=1
1111
app_name=wechat

res/values/com_crashlytics_export_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
77
Do NOT modify, delete, or commit to source control!
88
-->
9-
<string name="com.crashlytics.android.build_id" translatable="false">d1e8e084-247b-481c-a924-dd146ffa0313</string>
9+
<string name="com.crashlytics.android.build_id" translatable="false">9b3bfd78-eed8-4db5-b518-e6ea696d113f</string>
1010
</resources>

src/im/Chating.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import bean.JsonMessage;
3333
import bean.UserInfo;
3434

35+
import com.crashlytics.android.Crashlytics;
3536
import com.donal.wechat.R;
3637
import com.google.gson.Gson;
3738
import com.nostra13.universalimageloader.core.DisplayImageOptions;
@@ -266,7 +267,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
266267
newPhotoPath = imagePathAfterCompass;
267268
uploadPhotoToQiniu(newPhotoPath);
268269
} catch (IOException e) {
269-
// Crashlytics.logException(e);
270+
Crashlytics.logException(e);
270271
}
271272
}
272273
break;
@@ -296,7 +297,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
296297
newPhotoPath = imagePathAfterCompass;
297298
uploadPhotoToQiniu(newPhotoPath);
298299
} catch (IOException e) {
299-
// Crashlytics.logException(e);
300+
Crashlytics.logException(e);
300301
}
301302
break;
302303
}

0 commit comments

Comments
 (0)