Loading cmds/app_process/app_main.cpp +6 −5 Original line number Diff line number Diff line Loading @@ -7,6 +7,12 @@ #define LOG_TAG "appproc" #include <stdio.h> #include <stdlib.h> #include <sys/prctl.h> #include <sys/stat.h> #include <unistd.h> #include <binder/IPCThreadState.h> #include <binder/ProcessState.h> #include <utils/Log.h> Loading @@ -17,11 +23,6 @@ #include <android_runtime/AndroidRuntime.h> #include <private/android_filesystem_config.h> // for AID_SYSTEM #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <sys/prctl.h> namespace android { static void app_usage() Loading Loading
cmds/app_process/app_main.cpp +6 −5 Original line number Diff line number Diff line Loading @@ -7,6 +7,12 @@ #define LOG_TAG "appproc" #include <stdio.h> #include <stdlib.h> #include <sys/prctl.h> #include <sys/stat.h> #include <unistd.h> #include <binder/IPCThreadState.h> #include <binder/ProcessState.h> #include <utils/Log.h> Loading @@ -17,11 +23,6 @@ #include <android_runtime/AndroidRuntime.h> #include <private/android_filesystem_config.h> // for AID_SYSTEM #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <sys/prctl.h> namespace android { static void app_usage() Loading