Skip to content

Commit dafc3a0

Browse files
committed
Update remote_config_android.cc
1 parent 5e70f1d commit dafc3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

remote_config/src/android/remote_config_android.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ static void JConfigInfoToConfigInfo(JNIEnv* env, jobject jinfo,
504504
fetch_time = 0;
505505
}
506506
info->fetch_time = fetch_time;
507+
util::CheckAndClearJniExceptions(env);
507508
int64_t status_code = env->CallIntMethod(
508509
jinfo, config_info::GetMethodId(config_info::kGetLastFetchStatus));
509510
switch (status_code) {

0 commit comments

Comments
 (0)