We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e06ac commit 067da4eCopy full SHA for 067da4e
su.c
@@ -15,8 +15,6 @@
15
** limitations under the License.
16
*/
17
18
-#define LOG_TAG "su"
19
-
20
#include <sys/types.h>
21
#include <sys/socket.h>
22
#include <sys/un.h>
su.h
@@ -18,6 +18,11 @@
#ifndef SU_h
#define SU_h 1
+#ifdef LOG_TAG
+#undef LOG_TAG
23
+#endif
24
+#define LOG_TAG "su"
25
+
26
#define REQUESTOR "com.noshufou.android.su"
27
#define REQUESTOR_DATA_PATH "/data/data/" REQUESTOR
28
#define REQUESTOR_CACHE_PATH "/dev/" REQUESTOR
0 commit comments