Skip to content

Commit f2f99bb

Browse files
authored
Firestore: Fix global refs exhaustion issue in Android (#1364)
1 parent 3c74d09 commit f2f99bb

22 files changed

+1692
-70
lines changed

firestore/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ set(android_SRCS
149149
src/jni/array.h
150150
src/jni/array_list.cc
151151
src/jni/array_list.h
152+
src/jni/arena_ref.cc
153+
src/jni/arena_ref.h
152154
src/jni/boolean.cc
153155
src/jni/boolean.h
154156
src/jni/call_traits.h

firestore/integration_test_internal/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ set(FIREBASE_INTEGRATION_TEST_PORTABLE_TEST_SRCS
123123

124124
# These sources contain the actual tests that run on Android only.
125125
set(FIREBASE_INTEGRATION_TEST_ANDROID_TEST_SRCS
126+
src/android/arena_ref_android_test.cc
126127
src/android/field_path_portable_test.cc
127128
src/android/firestore_integration_test_android_test.cc
128129
src/android/geo_point_android_test.cc

0 commit comments

Comments
 (0)