1/* Note: If making any changes to this file be sure to generate a new 2 compiled *_pb2.py file by running the following command from this 3 directory: 4 $ protoc -I=. --python_out=. telephony_stress_metric.proto 5 6 Be sure that you are compiling with protoc 3.4.0 7 8 More info can be found at: 9 https://developers.google.com/protocol-buffers/docs/pythontutorial 10*/ 11 12syntax = "proto2"; 13 14package wireless.android.platform.testing.telephony.metrics; 15 16message TelephonyStressTestResult { 17 map<string,int32> results_dict = 1; 18} 19