Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Android 应用程序中使用路标库(JAR 文件)来执行 OAuth。
我想研究请求令牌阶段的signpost的签名生成逻辑。我需要以某种方式将一些日志插入到 JAR 文件中,以打印逻辑中某些变量的值,并可能打印一些额外的日志。是否可以将日志添加到 JAR 文件中,或者是否有其他方法可以实现相同的结果?