Remove __DATE__/__TIME__ from init and debuggerd
am: 36b24a4a20
* commit '36b24a4a20d7d1e9fee5ff14f21e9876e57db2ca':
Remove __DATE__/__TIME__ from init and debuggerd
This commit is contained in:
commit
88ae7e3721
2 changed files with 2 additions and 2 deletions
|
@ -538,7 +538,7 @@ static int do_server() {
|
|||
return 1;
|
||||
fcntl(s, F_SETFD, FD_CLOEXEC);
|
||||
|
||||
ALOGI("debuggerd: " __DATE__ " " __TIME__ "\n");
|
||||
ALOGI("debuggerd: starting\n");
|
||||
|
||||
for (;;) {
|
||||
sockaddr addr;
|
||||
|
|
|
@ -89,7 +89,7 @@ static void log_header() {
|
|||
if (out == NULL) {
|
||||
return;
|
||||
}
|
||||
fprintf(out, "version = Android init 0.8 " __TIME__ "\n");
|
||||
fprintf(out, "version = Android init 0.8\n");
|
||||
fprintf(out, "title = Boot chart for Android (%s)\n", date);
|
||||
fprintf(out, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, uts.version, uts.machine);
|
||||
fprintf(out, "system.release = %s\n", fingerprint);
|
||||
|
|
Loading…
Reference in a new issue