Skip to content

Commit 89a6381

Browse files
dconeybetom-andersen
authored andcommitted
Firestore: Fix global refs exhaustion issue in Android (#1364)
1 parent f127185 commit 89a6381

22 files changed

+1692
-70
lines changed

firestore/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ set(android_SRCS
152152
src/jni/array.h
153153
src/jni/array_list.cc
154154
src/jni/array_list.h
155+
src/jni/arena_ref.cc
156+
src/jni/arena_ref.h
155157
src/jni/boolean.cc
156158
src/jni/boolean.h
157159
src/jni/call_traits.h

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ set(FIREBASE_INTEGRATION_TEST_PORTABLE_TEST_SRCS
125125

126126
# These sources contain the actual tests that run on Android only.
127127
set(FIREBASE_INTEGRATION_TEST_ANDROID_TEST_SRCS
128+
src/android/arena_ref_android_test.cc
128129
src/android/field_path_portable_test.cc
129130
src/android/firestore_integration_test_android_test.cc
130131
src/android/geo_point_android_test.cc

0 commit comments

Comments
 (0)