diff options
author | 2012-01-04 20:05:49 +0000 | |
---|---|---|
committer | 2012-01-04 20:05:49 +0000 | |
commit | 6215d3ff4b5dfa52a5d8b9a42e343051f31066a5 (patch) | |
tree | fa31802ed64676368447b67d20567fc1e806c79d /libs/utils/BackupHelpers.cpp | |
parent | c9c76a82c6d0bf2362044d899013832882f32c94 (diff) |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801
Bug: 5449033
Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
Diffstat (limited to 'libs/utils/BackupHelpers.cpp')
-rw-r--r-- | libs/utils/BackupHelpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp index aee7ff08946d..882bf71b5758 100644 --- a/libs/utils/BackupHelpers.cpp +++ b/libs/utils/BackupHelpers.cpp @@ -628,7 +628,7 @@ int write_tarfile(const String8& packageName, const String8& domain, // [ 329 : 8 ] and [ 337 : 8 ] devmajor/devminor, not used - LOGI(" Name: %s", fullname.string()); + ALOGI(" Name: %s", fullname.string()); // If we're using a pax extended header, build & write that here; lengths are // already preflighted |