Skip to content

Commit

Permalink
Altering protobuf logging, and adding other functionality to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rmega12 committed Jul 28, 2020
1 parent 116185f commit 9b9d614
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 66 deletions.
Binary file modified data/logging.dex
Binary file not shown.
6 changes: 3 additions & 3 deletions logging/app/src/log_structure.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ message Line {
uint64 logical_order = 1;
bool is_user_method = 2;
bool is_call2 = 3;
string method_name = 5;
repeated Param parameters = 6;
uint64 BBloc = 7;
string method_name = 4;
repeated Param parameters = 5;
uint64 BBloc = 6;
}

message Param {
Expand Down
Loading

0 comments on commit 9b9d614

Please sign in to comment.