Note, reading .gnu_debugdata (lzma code) isn't supported in the release. Changes: https://android.googlesource.com/platform/system/extras/+log/ea4a5a4..android-7.0.0_r1/simpleperf
10 lines
216 B
C++
10 lines
216 B
C++
--- base/stringprintf_test.cpp.orig 2015-09-17 22:58:36 UTC
|
|
+++ base/stringprintf_test.cpp
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
+#include <errno.h>
|
|
#include <string>
|
|
|
|
TEST(StringPrintfTest, HexSizeT) {
|