History log of /frameworks/base/core/java/android/app/admin/SecurityLog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73f747ba25b3aa881437d8de1285fc9712660604 10-Apr-2017 Pavel Grafov <pgrafov@google.com> Improve javadocs for SecurityLog class.

Test: checked rendering in Intellij Idea quick doc tooltip.
Bug: 34213443
Change-Id: I108df5af5a9aa05d701f2db6e2b57280f9f134b8
/frameworks/base/core/java/android/app/admin/SecurityLog.java
4ce59d45a779cea662dbd56e61a98ba2a966b09b 25-Feb-2017 Pavel Grafov <pgrafov@google.com> Request logs from logd with 3s overlap to avoid missing events.

Example: If we got a batch with timestamps [1, 4, 8] and an event
with timestamp 7 was delayed and was added to the buffer later,
if we request the next batch starting from timestamp 8 or 9 that
event will be lost.

The last 3 seconds of events are kept and checked against the next
batch.

Test: afw-test-tradefed-ci run afw-do-security-logging
Change-Id: I55727cfc6143c172edc7dabfd995776f9a0f7eab
Bug: 35373582
Bug: 35026180
Bug: 35648675
/frameworks/base/core/java/android/app/admin/SecurityLog.java
739cda8f31e7002724412447140e0b8ae4085c36 02-Feb-2017 Pavel Grafov <pgrafov@google.com> Fix the documentation for SecurityLog.SecurityEvent.getData().

If the payload contains more than one object, it is passed in Object[].

Change-Id: I28ca2ec35d920c644bdea13f15b2787ef3170310
Fixes: 34871284
Test: Read aloud, sounds good.
/frameworks/base/core/java/android/app/admin/SecurityLog.java
e0e1009820f114d1f179c8d167d679788087be46 30-Mar-2016 Michal Karpinski <mkarpinski@google.com> Adjusting javadocs for process logging

Informing the pre-reboot logs may be empty and specifying that base APK hash is logged.

Bug: 27896341
Change-Id: I9011f6f6ebd0e20e5a4be86f6c5d33094212cc3d
/frameworks/base/core/java/android/app/admin/SecurityLog.java
6235a94ffaed1d82cee2317481c18776f601da1b 15-Mar-2016 Michal Karpinski <mkarpinski@google.com> Unifying method names and comments to security logging, not device logging

Also move SecurityLog to android.app.admin package.

Bug: 27531824
Bug: 27532560
Bug: 27532564
Bug: 27532425
Change-Id: I2677afdb5685bc5d21e52c41b381b57a41e364b6
/frameworks/base/core/java/android/app/admin/SecurityLog.java