am b29fefe6: Merge change Ic4cf6caa into eclair-mr2
Merge commit 'b29fefe6aeed68c22c7711263357348006ab8b79' into eclair-mr2-plus-aosp * commit 'b29fefe6aeed68c22c7711263357348006ab8b79': Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.
This commit is contained in:
@@ -84,7 +84,7 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
|
||||
ContentResolver cr = context.getContentResolver();
|
||||
logBootFile(cr, db, "/cache/recovery/log", "SYSTEM_RECOVERY_LOG");
|
||||
logBootFile(cr, db, "/data/dontpanic/last_kmsg", "SYSTEM_LAST_KMSG");
|
||||
logBootFile(cr, db, "/proc/last_kmsg", "SYSTEM_LAST_KMSG");
|
||||
logBootFile(cr, db, "/data/dontpanic/apanic_console", "APANIC_CONSOLE");
|
||||
logBootFile(cr, db, "/data/dontpanic/apanic_threads", "APANIC_THREADS");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user