OSDN Git Service

Use android-base logging not cutils in secdiscard
authorPaul Crowley <paulcrowley@google.com>
Mon, 11 Jan 2016 12:26:44 +0000 (12:26 +0000)
committerPaul Crowley <paulcrowley@google.com>
Tue, 12 Jan 2016 10:03:05 +0000 (10:03 +0000)
commit8bb8fcfb4f502ba0ed68d8169dfaca89ff85bab9
treea68cdcedf37a2e471e6566c2994f5ac32f2e5053
parent78b524ec463da25d6512dc791112c1335efd497b
Use android-base logging not cutils in secdiscard

Much nicer C++ style logging, but the main reason is to clean up
AutoCloseFD.h so I don't have to use cutils to use it.

Change-Id: I7a7f227508418046eecce6c89f813bd8854f448a
Android.mk
AutoCloseFD.h
secdiscard.cpp