summaryrefslogtreecommitdiffstats
path: root/recovery-persist.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 11:32:29 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 11:32:29 +0200
commitf2e89b6e6bd216395107b4766d6af7049c1c2f2e (patch)
tree6fb98bb202af7c584901231543a4fe9e3ce86d82 /recovery-persist.cpp
parentSnap for 4764723 from 6cf0a98b93c30475bf41b7bd5b95db1b162a65ba to qt-release (diff)
parent[automerger skipped] Merge "recovery: Refactor logging code into logging.cpp" am: 5285c27bf4 am: 260d4ba55f -s ours (diff)
downloadandroid_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar.gz
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar.bz2
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar.lz
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar.xz
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.tar.zst
android_bootable_recovery-f2e89b6e6bd216395107b4766d6af7049c1c2f2e.zip
Diffstat (limited to 'recovery-persist.cpp')
-rw-r--r--recovery-persist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery-persist.cpp b/recovery-persist.cpp
index dbce7ff74..d3ade6260 100644
--- a/recovery-persist.cpp
+++ b/recovery-persist.cpp
@@ -41,7 +41,7 @@
#include <android-base/logging.h>
#include <private/android_logger.h> /* private pmsg functions */
-#include "rotate_logs.h"
+#include "logging.h"
static const char *LAST_LOG_FILE = "/data/misc/recovery/last_log";
static const char *LAST_PMSG_FILE = "/sys/fs/pstore/pmsg-ramoops-0";