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.
我有一个应用程序可以记录手机的加速度并将它们保存到文件中。当我在手机上以调试模式检查应用程序时,一切正常。当我将 apk 文件安装到手机上时,应用程序不会保存任何加速度吗?
这是为什么?
谢谢!
发现了问题。当我调试我的代码(服务)android.os.Debug.waitForDebugger();时,我可以调试代码。在发布模式下,这一行似乎阻塞了它之后的代码。我删除了线路,问题解决了。
android.os.Debug.waitForDebugger();