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

Commit 1339614e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22839 into eclair

* changes:
  dumpstate: Get last_kmsg from /data instead of /proc.
parents b89c9d42 bc7bba41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ static void dumpstate(int full) {
        PRINT("------ PACKAGE UID ERRORS ------");
        DUMP("/data/system/uiderrors.txt");
        PRINT("------ LAST KERNEL LOG ------");
        DUMP("/proc/last_kmsg");
        DUMP("/data/last_kmsg");
    }
    PRINT("========================================================");
    PRINT("== build.prop");