diff options
author | Costin Manolache <costin@google.com> | 2010-05-12 19:04:27 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-05-12 19:04:27 -0700 |
commit | c7e64a8e4bd950b615675f7dce0a0f411f568c7e (patch) | |
tree | dc7a2376d1b713062dfe2e22081241f7ed455b70 | |
parent | 7a789c8b1a1afec43331467a5d3c7893f7532916 (diff) | |
parent | b4490ffd5876deb05807c4e19a38fc7f26f8311d (diff) | |
download | frameworks_native-c7e64a8e4bd950b615675f7dce0a0f411f568c7e.zip frameworks_native-c7e64a8e4bd950b615675f7dce0a0f411f568c7e.tar.gz frameworks_native-c7e64a8e4bd950b615675f7dce0a0f411f568c7e.tar.bz2 |
Merge "Bug 2680071: Rename the Cloud to Device" into froyo
-rw-r--r-- | common/java/com/android/common/GoogleLogTags.logtags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/java/com/android/common/GoogleLogTags.logtags b/common/java/com/android/common/GoogleLogTags.logtags index bf6091a..f848ddf 100644 --- a/common/java/com/android/common/GoogleLogTags.logtags +++ b/common/java/com/android/common/GoogleLogTags.logtags @@ -80,7 +80,7 @@ option java_package com.android.common 204004 gtalk_heartbeat_reset (interval_and_nt|1),(ip|3) # This event is logged when an Rmq v2 packet is sent or received. -204005 data_messaging (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1) +204005 c2dm (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1) ##### # Google Login Service and Setup Wizard |