Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglianbao committed Aug 30, 2022
1 parent daeac09 commit 724045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koom-native-leak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 724045b

Please sign in to comment.