Skip to content

Commit d230cf3

Browse files
authored
Update crashlytics with C++ callback change (#632)
1 parent 667b6c7 commit d230cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crashlytics/src/cpp/common/crashlytics.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ FIREBASE_APP_REGISTER_CALLBACKS(crashlytics,
3838
{ return ::firebase::kInitResultSuccess; },
3939
{
4040
// Nothing to tear down.
41-
});
41+
},
42+
false);
4243

4344
namespace firebase {
4445
namespace crashlytics {

0 commit comments

Comments
 (0)