Skip to content

Instantly share code, notes, and snippets.

@git-core
git-core / sdk_version.patch
Created May 9, 2012 07:22
su patch: log sdk version
--- a/activity.cpp
+++ b/activity.cpp
@@ -27,6 +27,7 @@ extern "C" {
#include "su.h"
#include <private/android_filesystem_config.h>
#include <cutils/properties.h>
+#include <cutils/log.h>
}
using namespace android;