OSDN Git Service

Elaborate on requirement to support PreRebootSecurityLogs
authorRubin Xu <rubinxu@google.com>
Tue, 24 May 2016 21:09:02 +0000 (22:09 +0100)
committerRubin Xu <rubinxu@google.com>
Tue, 24 May 2016 21:22:48 +0000 (22:22 +0100)
Bug: 28160645
Change-Id: I21220b33747b4f62d7c84146dd2705ebfb7892bf

core/res/res/values/config.xml

index ad02d29..d0fd36a 100644 (file)
          remote provider -->
     <string name="config_tvRemoteServicePackage" translatable="false"></string>
 
-    <!-- True if the device supports persisting security logs across reboots. -->
+    <!-- True if the device supports persisting security logs across reboots.
+         This requires the device's kernel to have pstore and pmsg enabled,
+         and DRAM to be powered and refreshed through all stages of reboot. -->
     <bool name="config_supportPreRebootSecurityLogs">false</bool>
 
     <!-- Default files to pin via Pinner Service -->