diff --git a/koom-native-leak/build.gradle b/koom-native-leak/build.gradle index 3bd147f2..11c9c0ac 100644 --- a/koom-native-leak/build.gradle +++ b/koom-native-leak/build.gradle @@ -55,7 +55,7 @@ android { ext.artifactIdSuffix = '' externalNativeBuild { // Because koom-native-leak hook memory allocator, and hook implementation using some apis(may invoke memory allocator) from - // libc++, then loop call lead stack overflow. so we always using "c++_static", and this increase package size, + // libc++, then infinite recursive call lead stack overflow. so we always using "c++_static", and this increase package size, // you can dynamic delivery native-leak module using plugin technology cmake { arguments = ["-DANDROID_STL=c++_static"]