Discussion:
[whispersystems] TextSecure Debugging
drakula 84
2015-10-07 22:58:56 UTC
Permalink
When debugging TS, the local variables are not available.. I bet it is to
do with some gradle build configuration.. such things as setting
minifyEnabled to false breaks the build...

Does anybody know how to make local variables available?
Raphael Brandis
2015-10-08 00:01:14 UTC
Permalink
Post by drakula 84
When debugging TS, the local variables are not available.. I bet it is
to do with some gradle build configuration.. such things as setting
minifyEnabled to false breaks the build...
Does anybody know how to make local variables available?
Change the "-keepattributes" line in proguard.cfg to include
LocalVariableTable and LocalVariableTypeTable.

Cheers!
drakula 84
2015-10-09 00:44:56 UTC
Permalink
Wow! Thanks a lot!

Another question (it probably deserves a separate thread): For VoIP, it
seems only UDP is used. There might be networks where UDP is blocked, is
there any plan to support TCP as well? I know the quality would be degraded
somewhat due to TCP's natural problems (ACK, connection oriented, slowness
etc.)


On Thu, Oct 8, 2015 at 1:01 AM, Raphael Brandis <
Post by drakula 84
When debugging TS, the local variables are not available.. I bet it is to
do with some gradle build configuration.. such things as setting
minifyEnabled to false breaks the build...
Does anybody know how to make local variables available?
Change the "-keepattributes" line in proguard.cfg to include
LocalVariableTable and LocalVariableTypeTable.
Cheers!
Loading...