尝试将以下内容添加到Android.bp中的cc_test,cc_binary native_coverage : true, cflags: [ "-g", "-O0", "-fprofile-arcs", "-ftest-coverage", ] ...
確定! 回上一頁