Android - logs from jar file

72 Views Asked by At

I am using the signpost library (JAR file) in my Android app to do OAuth.

I want to investigate the signature generation logic of signpost for the request token stage. I need to somehow insert some logs into the JAR file to print values of certain variables in the logic and possibly print some extra logs. Is it possible to add logs to a JAR file, or is there some other way to achieve the same result ?

0

There are 0 best solutions below