diff options
author | Dan Egnor <egnor@google.com> | 2009-09-29 19:18:38 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-09-29 19:18:38 -0700 |
commit | a39840b0402f9345e037396639223ef2004fa5fd (patch) | |
tree | b4073db0bca67388d3576caefa3202ccd71550c5 | |
parent | e76eacac590ab1f9f5a08da0a92b0b1acac5037b (diff) | |
parent | 04ea5b974d12753d9ceae280fea0037cae1ba192 (diff) | |
download | system_core-a39840b0402f9345e037396639223ef2004fa5fd.zip system_core-a39840b0402f9345e037396639223ef2004fa5fd.tar.gz system_core-a39840b0402f9345e037396639223ef2004fa5fd.tar.bz2 |
am 04ea5b97: Add backup_initialize event to track initializeDevice() requests
Merge commit '04ea5b974d12753d9ceae280fea0037cae1ba192' into eclair-plus-aosp
* commit '04ea5b974d12753d9ceae280fea0037cae1ba192':
Add backup_initialize event to track initializeDevice() requests
-rw-r--r-- | logcat/event-log-tags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logcat/event-log-tags b/logcat/event-log-tags index 9344004..a8b044e 100644 --- a/logcat/event-log-tags +++ b/logcat/event-log-tags @@ -120,6 +120,7 @@ 2824 backup_package (Package|3),(Size|1|2) 2825 backup_success (Packages|1|1),(Time|1|3) 2826 backup_reset (Transport|3) +2827 backup_initialize 2830 restore_start (Transport|3),(Source|2|5) 2831 restore_transport_failure |