diff options
author | Costin Manolache <costin@google.com> | 2010-05-12 16:04:10 -0700 |
---|---|---|
committer | Costin Manolache <costin@google.com> | 2010-05-12 16:16:34 -0700 |
commit | b4490ffd5876deb05807c4e19a38fc7f26f8311d (patch) | |
tree | dc7a2376d1b713062dfe2e22081241f7ed455b70 | |
parent | c5417a7da54b117a777fe872d5a27ab4560c8c67 (diff) | |
download | frameworks_native-b4490ffd5876deb05807c4e19a38fc7f26f8311d.zip frameworks_native-b4490ffd5876deb05807c4e19a38fc7f26f8311d.tar.gz frameworks_native-b4490ffd5876deb05807c4e19a38fc7f26f8311d.tar.bz2 |
Bug 2680071: Rename the Cloud to Device
Change-Id: I12ab32de393e44a499e3f9e3a0b38f4682156ff5
-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 |