History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/SmsSessionEventBuilder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9460a22f3c1ae70dde80e34557d7011be113b39a 22-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/SmsSessionEventBuilder.java
da243aa6e2c4285975feb44524603e8b20093e70 31-Oct-2016 Jack Yu <jackyu@google.com> Removed nano proto accessors usage

The generated proto java files consists 484 methods which
might break DEX's 64k method limit. Removed the accessors and
directly accessing the fields can lower the generated method
counts to 140. This will require some changes on the server
side as well.

Test: runtest -x frameworks/opt/telephony/tests/telephonytests/src/
com/android/internal/telephony/metrics/TelephonyMetricsTest.java

bug: 32544494
Change-Id: I766bf3402a138cf0570d5374ed0d8e1d95f25d52
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/SmsSessionEventBuilder.java
f2d0fa64860a12423fb8709766d6af90fba5e6cf 27-Sep-2016 Jack Yu <jackyu@google.com> Combined TelephonyEventLog and part of the connectivity metrics
app into the new TelephonyMetrics

Added the new TelephonyMetrics to support metrics collection
through dumpsys.

bug: 31224848
Change-Id: If4b6032e98b6cc8b68e8459e0e799a3755b1f2f9
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/SmsSessionEventBuilder.java