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

Commit 9c73a336 authored by Christopher Tate's avatar Christopher Tate Committed by The Android Open Source Project
Browse files

am 54118adb: Put back LOGP -> printf in the backup helper code

Merge commit '54118adb'

* commit '54118adb':
  Put back LOGP -> printf in the backup helper code
parents 95cb30d2 54118adb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ private:
    void* mBuf;
};

#if 0 // TEST_BACKUP_HELPERS
#if 1 // TEST_BACKUP_HELPERS
#define LOGP(f, x...) printf(f "\n", x)
#else
#define LOGP(x...) LOGD(x)