Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88ae7e37 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Remove __DATE__/__TIME__ from init and debuggerd

am: 36b24a4a

* commit '36b24a4a':
  Remove __DATE__/__TIME__ from init and debuggerd
parents 3f5fdc35 36b24a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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);