We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4677c17 commit 7bc7198Copy full SHA for 7bc7198
functions/src/common/functions.cc
@@ -23,6 +23,7 @@
23
#include "app/src/cleanup_notifier.h"
24
#include "app/src/include/firebase/app.h"
25
#include "app/src/include/firebase/version.h"
26
+#include "app/src/log.h"
27
#include "app/src/util.h"
28
29
#ifdef __APPLE__
@@ -108,8 +109,7 @@ Functions::Functions(::firebase::App* app, const char *region) {
108
109
assert(app_notifier);
110
app_notifier->RegisterObject(this, [](void *object) {
111
Functions* functions = reinterpret_cast<Functions*>(object);
- FIREBASE_ASSERT_MESSAGE(
112
- false,
+ LogWarning(
113
"Functions object 0x%08x should be deleted before the App 0x%08x "
114
"it depends upon.",
115
static_cast<int>(reinterpret_cast<intptr_t>(functions)),
0 commit comments