OSDN Git Service

Merge "Elaborate on requirement to support PreRebootSecurityLogs" into nyc-dev
authorRubin Xu <rubinxu@google.com>
Fri, 27 May 2016 02:48:59 +0000 (02:48 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Fri, 27 May 2016 02:48:59 +0000 (02:48 +0000)
am: 1ad12e0678

* commit '1ad12e0678e87e2ed64dcbc878ee2c7136b5ccdb':
  Elaborate on requirement to support PreRebootSecurityLogs

Change-Id: I088c0a0980517d3b4ffa6fe1b1aa9add7620c6e0

core/res/res/values/config.xml

index f528999..be2cc23 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 -->