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.
首先,我看到了其他可能与我重复的问题。但他们都不能为我提供解决方案。
与在 MainActivity 中达到时相比,应用程序启动时的内存消耗过多。在 Application 类中,只有分析和 facebook sdk 初始化。Splash 活动仅包含检查用户之前是否登录过的逻辑。任何想法这背后是什么?感谢您的关注。
您可以使用 Android Studio 的内存分析器来查看正在分配哪些对象以及导致这些分配的原因。它可以向您显示每个对象分配的 stacktrase。请参阅文档。